diff --git a/podman-gitea/.gitlab-ci.yml b/podman-gitea/.gitlab-ci.yml index 99d603b..2cb6936 100644 --- a/podman-gitea/.gitlab-ci.yml +++ b/podman-gitea/.gitlab-ci.yml @@ -9,7 +9,7 @@ gitea: stage: test script: - cd podman-gitea - - GARBAYE_GITEA_POSTGRES_PASSWORD=kejfczEAKjzkejklc GARBAYE_GITEA_ENV_WEBLISTENPORT=18088 ./05_freshinstall.sh + - GARBAYE_GITEA_POSTGRES_PASSWORD=kejfczEAKjzkejklc GARBAYE_GITEA_ENV_WEBLISTENPORT=18088 GARBAYE_GITEA_ENV_SSHLISTENPORT=12222 ./05_freshinstall.sh - ./20_enable.sh - ./30_start.sh && sleep 10 - ./40_stop.sh diff --git a/podman-gitea/vars.sh b/podman-gitea/vars.sh index 0d1618e..eefbb5c 100644 --- a/podman-gitea/vars.sh +++ b/podman-gitea/vars.sh @@ -8,7 +8,7 @@ postgres_version='14' weblisten_if="${GARBAYE_GITEA_ENV_WEBLISTENIF:-127.0.0.1}" weblisten_port="${GARBAYE_GITEA_ENV_WEBLISTENPORT:-8088}" sshlisten_if="${GARBAYE_GITEA_ENV_SSHLISTENIF:-0.0.0.0}" -sshlisten_port="${GARBAYE_GITEA_ENV_SSHLISTENPORT:-22222}" +sshlisten_port="${GARBAYE_GITEA_ENV_SSHLISTENPORT:-2222}" GARBAYE_GITEA_APPNAME="${GARBAYE_GITEA_ENV_APPNAME:-Garbaye : forge GIT}" GARBAYE_GITEA_SMTP_FROM="${GARBAYE_GITEA_ENV_SMTP_FROM:-git@garbaye.fr}" GARBAYE_GITEA_DOMAIN="${GARBAYE_GITEA_ENV_DOMAIN:-git.garbaye.fr}"