change forgejo ssh port

This commit is contained in:
Pim Kunis 2023-01-06 17:35:36 +01:00
parent 5b31f5dddb
commit 4c4f558579
5 changed files with 11 additions and 4 deletions

View file

@ -18,7 +18,7 @@ SSH_DOMAIN = git.pizzapim.nl
HTTP_PORT = 3000
ROOT_URL = {{ forgejo.root_url }}
DISABLE_SSH = false
SSH_PORT = 2222
SSH_PORT = 56287
SSH_LISTEN_PORT = 22
LFS_START_SERVER = true
LFS_JWT_SECRET = {{ forgejo.lfs_jwt_secret }}