diff --git a/charts/enterprise/authelia/docs/Setup-Guide.md b/charts/enterprise/authelia/docs/Setup-Guide.md index 4d73b0ef490..e83d0945cc1 100644 --- a/charts/enterprise/authelia/docs/Setup-Guide.md +++ b/charts/enterprise/authelia/docs/Setup-Guide.md @@ -30,8 +30,8 @@ LLDAP is a `Stable` train chart and therefore isn't supported at the same level ### App Configuration -- Domain: `mydomain.com` <- Your domain without https:// -- Default Redirection URL: `https://auth.mydomain.com` <- Can be anything, but we'll stick to auth.mydomain.com. As well, this will be the ingress URL for `Authelia` +- Domain: `mydomain.com` - Your domain without https:// +- Default Redirection URL: `https://auth.mydomain.com` - Can be anything, but we'll stick to auth.mydomain.com. As well, this will be the ingress URL for `Authelia` ### LDAP Backend Configuration @@ -54,7 +54,7 @@ LLDAP is a `Stable` train chart and therefore isn't supported at the same level - Group name Attribute:`cn` - Mail Attribute:`mail` - Display Name Attribute:`displayName` -- Admin User: `uid=Steven,ou=people,dc=mydomain,dc=com` <- Notice the uid=Steven, most of the time people use admin and a generated password +- Admin User: `uid=Steven,ou=people,dc=mydomain,dc=com` - Notice the uid=Steven, most of the time people use admin and a generated password - Password: `RANDOMPASSWORD` #### SMTP Configuration diff --git a/charts/incubator/rtmpserver/docs/installation_notes.md b/charts/incubator/rtmpserver/docs/installation_notes.md index 7d41b31396b..9649c9e8220 100644 --- a/charts/incubator/rtmpserver/docs/installation_notes.md +++ b/charts/incubator/rtmpserver/docs/installation_notes.md @@ -5,7 +5,7 @@ The app has no configuration. The following is just a basic guide on how to stre ## Stream - This is the URL to use to stream `rtmp://:1935/live/` - - Replace and respectively. + - Replace` and` `` respectively. - Change the port if its not default. ## View diff --git a/charts/stable/dell-idrac-fan-controller/docs/install-notes.md b/charts/stable/dell-idrac-fan-controller/docs/install-notes.md index b716a4712da..53b90845f65 100644 --- a/charts/stable/dell-idrac-fan-controller/docs/install-notes.md +++ b/charts/stable/dell-idrac-fan-controller/docs/install-notes.md @@ -2,7 +2,7 @@ ## iDRAC version -This Docker container only works on Dell PowerEdge servers that support IPMI commands, i.e. < iDRAC 9 firmware 3.30.30.30. +This Docker container only works on Dell PowerEdge servers that support IPMI commands, i.e. iDRAC 9 firmware 3.30.30.30. ## How to access iDrac over LAN diff --git a/charts/stable/firezone/docs/installation_notes.md b/charts/stable/firezone/docs/installation_notes.md index 613a0457058..3b82b48bc1b 100644 --- a/charts/stable/firezone/docs/installation_notes.md +++ b/charts/stable/firezone/docs/installation_notes.md @@ -4,7 +4,7 @@ How to setup FireZone. ## Web Configuration -- Set a `External Url` to a valid FQDN; "". +- Set a `External Url` to a valid FQDN; `https://app.mydomain.tld`. - Set a `Trusted Proxies` a single IP for your traefik instance(s) on each box. ## Admin Configuration diff --git a/charts/stable/lldap/docs/installation-notes.md b/charts/stable/lldap/docs/installation-notes.md index 03950b8b852..f1e36714821 100644 --- a/charts/stable/lldap/docs/installation-notes.md +++ b/charts/stable/lldap/docs/installation-notes.md @@ -10,7 +10,7 @@ By default, LLDAP will use the following options: - Ldap User DN: admin - Ldap User Email: admin@admin.com - Ldap User Password: password -- Public URL: +- Public URL:``` - LDAP port: 3890 - JWT secret: random (generated on first run) @@ -21,8 +21,8 @@ By default, LLDAP will use the following options: - SMTP Encryption: STARTTLS - SMTP User: email - SMTP Password: password | app password - - SMTP From: LLDAP Admin - - SMTP Reply To: Do not reply + - SMTP From: LLDAP Admin `` + - SMTP Reply To: Do not reply `` ## Usage diff --git a/charts/stable/minecraft-bungeecord/docs/How-To.md b/charts/stable/minecraft-bungeecord/docs/How-To.md index 9c64870a25d..f3fd42dc572 100644 --- a/charts/stable/minecraft-bungeecord/docs/How-To.md +++ b/charts/stable/minecraft-bungeecord/docs/How-To.md @@ -175,7 +175,7 @@ kick-existing-players = false # configuration is used if no servers could be contacted. ping-passthrough = "DISABLED" -# If not enabled (default is true) player IP addresses will be replaced by in logs +# If not enabled (default is true) player IP addresses will be replaced by `` in logs enable-player-address-logging = true [servers] diff --git a/charts/stable/modsecurity-crs/docs/installation_notes.md b/charts/stable/modsecurity-crs/docs/installation_notes.md index d55b470b613..225be5fd906 100644 --- a/charts/stable/modsecurity-crs/docs/installation_notes.md +++ b/charts/stable/modsecurity-crs/docs/installation_notes.md @@ -8,4 +8,4 @@ To use this to protect multiple apps setup the traefik middleware "modsecurity". - maxBody Size If you do not plan to use traefik or only want to protect a single app, just add a custom variable "BACKEND" in Extra Environment Variables. -The value can be or . +The value can be `` or ``. diff --git a/charts/stable/spotweb/docs/validation.md b/charts/stable/spotweb/docs/validation.md index 3d0883f6d6d..9c7acf2524f 100644 --- a/charts/stable/spotweb/docs/validation.md +++ b/charts/stable/spotweb/docs/validation.md @@ -15,8 +15,8 @@ Usernames for an administrator in spotweb have some restrictions. - root - anonymous - Following characters are not allowed: - - < - - \> + - `<` + - `\>` - Regex used to validate the username (you can try live [here](https://regex101.com/r/LA4Io7/1)): `^((?!god|mod|spot|admin|drazix|superuser|supervisor|root|anonymous)[^<>])*$` @@ -25,8 +25,8 @@ Usernames for an administrator in spotweb have some restrictions. The firstname and lastname in spotweb have some restrictions. - Following characters are not allowed: - - < - - \> + - `<` + - `\>` - Minimum lenght of 2 characters is enforced - Regex used to validate the firstname and lastname (you can try live [here](https://regex101.com/r/x2KGnU/1)): `^([^<>]{2})([^<>]*)$` diff --git a/charts/stable/whisper-asr-webservice/docs/installation_notes.md b/charts/stable/whisper-asr-webservice/docs/installation_notes.md index 7de8644e1f1..c85348c55c2 100644 --- a/charts/stable/whisper-asr-webservice/docs/installation_notes.md +++ b/charts/stable/whisper-asr-webservice/docs/installation_notes.md @@ -2,7 +2,7 @@ A quick run down on the options available for **whisper-asr-webservice**. -The main service runs a Interactive Swagger API documentation is available at +The main service runs a Interactive Swagger API documentation is available at `` ## Models