fix sway launch cmd + forgejo ssh port at 2222
This commit is contained in:
parent
1f0cf8369b
commit
44f6f390ff
2 changed files with 16 additions and 2 deletions
|
@ -18,6 +18,9 @@ in
|
|||
ROOT_URL = "https://git.nekomimi.pet";
|
||||
LANDING_PAGE = "explore";
|
||||
HTTP_PORT = 5000;
|
||||
SSH_LISTEN_PORT = 2222;
|
||||
SSH_PORT = 2222;
|
||||
START_SSH_SERVER = true;
|
||||
};
|
||||
# service.DISABLE_REGISTRATION = true;
|
||||
actions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue