Skip to content

Commit c534b7e

Browse files
ohnxlafriks
authored andcommitted
Add SSH_LISTEN_HOST to the config cheatsheet (#7793)
This was missing before, and this commit adds it with the correct default value and description
1 parent a21a7d4 commit c534b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
132132
- `START_SSH_SERVER`: **false**: When enabled, use the built-in SSH server.
133133
- `SSH_DOMAIN`: **%(DOMAIN)s**: Domain name of this server, used for displayed clone URL.
134134
- `SSH_PORT`: **22**: SSH port displayed in clone URL.
135+
- `SSH_LISTEN_HOST`: **0.0.0.0**: Listen address for the built-in SSH server.
135136
- `SSH_LISTEN_PORT`: **%(SSH\_PORT)s**: Port for the built-in SSH server.
136137
- `OFFLINE_MODE`: **false**: Disables use of CDN for static files and Gravatar for profile pictures.
137138
- `DISABLE_ROUTER_LOG`: **false**: Mute printing of the router log.

0 commit comments

Comments
 (0)