diff --git a/templates/etc/gitea/conf/app.ini.j2 b/templates/etc/gitea/conf/app.ini.j2 index 63979e2..2cb3b74 100644 --- a/templates/etc/gitea/conf/app.ini.j2 +++ b/templates/etc/gitea/conf/app.ini.j2 @@ -25,7 +25,7 @@ DOMAIN = {{ gitea_basename }} HTTP_PORT = 3000 ROOT_URL = https://{{ gitea_basename }}/ DISABLE_SSH = false -SSH_PORT = 22 +SSH_PORT = 22220 LFS_START_SERVER = true LFS_CONTENT_PATH = /var/lib/gitea/data/lfs OFFLINE_MODE = false