feat: move SSH to non-default port
This commit is contained in:
parent
3c7d611197
commit
b66b445553
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,11 @@ in
|
|||
LANDING_PAGE = "explore";
|
||||
OFFLINE_MODE = true;
|
||||
DISABLE_SSH = false;
|
||||
|
||||
# Use built-in SSH server
|
||||
START_SSH_SERVER = true;
|
||||
SSH_PORT = 22;
|
||||
|
||||
DOMAIN = "git.dadada.li";
|
||||
};
|
||||
picture = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue