From 303a71ceb68e7479024eefa1b033d204e55b5b4a Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 4 Jun 2022 18:02:42 -0700 Subject: [PATCH] we run on 22220 --- templates/etc/gitea/conf/app.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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