SSH port is configurable for the template.

This commit is contained in:
Tom
2026-02-09 15:32:23 +01:00
parent fe98b961ab
commit d010774f45
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ HTTP_PORT = {{ gitea_http_port }}
ROOT_URL = {{ gitea_root_url }}
APP_DATA_PATH = /var/lib/gitea/data
DISABLE_SSH = false
SSH_PORT = 22
SSH_PORT = {{ gitea_ssh_port }}
LFS_START_SERVER = true
LFS_JWT_SECRET = {{ gitea_lfs_jwt_secret }}
OFFLINE_MODE = true