Gitea : suppression variables propres à la qualif et/ou mauvais defaults (Garbaye)
This commit is contained in:
parent
76706acd0e
commit
08b3133d51
|
@ -11,7 +11,7 @@ gitea:
|
||||||
script:
|
script:
|
||||||
- cd podman-gitea
|
- cd podman-gitea
|
||||||
- ./ci_build-images.sh
|
- ./ci_build-images.sh
|
||||||
- GARBAYE_GITEA_POSTGRES_PASSWORD=kejfczEAKjzkejklc GARBAYE_GITEA_ENV_WEBLISTENPORT=18088 GARBAYE_GITEA_ENV_SSHLISTENPORT=12222 ./05_freshinstall.sh
|
- GARBAYE_GITEA_DOMAIN=git.garbaye.fr GARBAYE_GITEA_POSTGRES_PASSWORD=kejfczEAKjzkejklc GARBAYE_GITEA_ENV_WEBLISTENPORT=18088 GARBAYE_GITEA_ENV_SSHLISTENPORT=12222 ./05_freshinstall.sh
|
||||||
- ./20_enable.sh
|
- ./20_enable.sh
|
||||||
- ./30_start.sh && sleep 10
|
- ./30_start.sh && sleep 10
|
||||||
- ./40_stop.sh
|
- ./40_stop.sh
|
||||||
|
|
|
@ -11,9 +11,8 @@ sshlisten_if="${GARBAYE_GITEA_ENV_SSHLISTENIF:-0.0.0.0}"
|
||||||
sshlisten_port="${GARBAYE_GITEA_ENV_SSHLISTENPORT:-2222}"
|
sshlisten_port="${GARBAYE_GITEA_ENV_SSHLISTENPORT:-2222}"
|
||||||
GARBAYE_GITEA_APPNAME="${GARBAYE_GITEA_ENV_APPNAME:-La forge Garbaye}"
|
GARBAYE_GITEA_APPNAME="${GARBAYE_GITEA_ENV_APPNAME:-La forge Garbaye}"
|
||||||
GARBAYE_GITEA_SMTP_FROM="${GARBAYE_GITEA_ENV_SMTP_FROM:-git@garbaye.fr}"
|
GARBAYE_GITEA_SMTP_FROM="${GARBAYE_GITEA_ENV_SMTP_FROM:-git@garbaye.fr}"
|
||||||
GARBAYE_GITEA_DOMAIN="${GARBAYE_GITEA_ENV_DOMAIN:-git.garbaye.fr}"
|
|
||||||
## mandatory ENV vars
|
## mandatory ENV vars
|
||||||
envvars='GARBAYE_GITEA_POSTGRES_PASSWORD'
|
envvars='GARBAYE_GITEA_DOMAIN GARBAYE_GITEA_POSTGRES_PASSWORD'
|
||||||
## internal vars : do not touch
|
## internal vars : do not touch
|
||||||
project_name=${PWD##*/}
|
project_name=${PWD##*/}
|
||||||
pod_name="${project_name}"
|
pod_name="${project_name}"
|
||||||
|
|
Loading…
Reference in a new issue