Jitsi : suppression variables propres à la qualif et/ou mauvais defaults (Garbaye)
This commit is contained in:
parent
16c9ebaeb6
commit
054825de48
|
@ -10,12 +10,12 @@ jitsi:
|
|||
script:
|
||||
- cd podman-jitsi
|
||||
- ./ci_build-images.sh
|
||||
- GARBAYE_JITSI_ENV_LISTENPORT=18085 ./10_install.sh
|
||||
- GARBAYE_JITSI_URL=https://jitsi.garbaye.fr GARBAYE_JITSI_ENV_LISTENPORT=18085 ./10_install.sh
|
||||
- ./20_enable.sh
|
||||
- ./30_start.sh && sleep 10
|
||||
- ./40_stop.sh
|
||||
- ./30_start.sh && sleep 10
|
||||
- GARBAYE_JITSI_ENV_LISTENPORT=18085 ./50_update.sh
|
||||
- GARBAYE_JITSI_URL=https://jitsi.garbaye.fr GARBAYE_JITSI_ENV_LISTENPORT=18085 ./50_update.sh
|
||||
- ./40_stop.sh
|
||||
- ./70_disable.sh
|
||||
- ./80_destroy.sh
|
||||
|
|
|
@ -4,7 +4,8 @@ version='stable-8252'
|
|||
## default vars : override with ENV var
|
||||
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
|
||||
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"
|
||||
GARBAYE_JITSI_URL="${GARBAYE_JITSI_ENV_URL:-https://jitsi.garbaye.fr}"
|
||||
## mandatory ENV vars
|
||||
envvars='GARBAYE_JITSI_URL'
|
||||
## internal vars : do not touch
|
||||
project_name=${PWD##*/}
|
||||
pod_name="pod_${project_name}"
|
||||
|
|
Loading…
Reference in a new issue