jitsi : renumber proprely

This commit is contained in:
Gitouche 2024-02-17 18:42:46 +01:00
parent de6a3e0fd3
commit 7a157611e7
2 changed files with 4 additions and 4 deletions

View File

@ -10,12 +10,12 @@ jitsi:
script:
- cd podman-jitsi
- ./ci_build-images.sh
- GARBAYE_JITSI_URL=https://jitsi.garbaye.fr GARBAYE_JITSI_ENV_LISTENPORT=18085 GARBAYE_JITSI_ENV_JICOFORESTPORT=18888 GARBAYE_JITSI_ENV_COLIBRIPORT=18080 ./10_install.sh
- GARBAYE_JITSI_URL=https://jitsi.garbaye.fr GARBAYE_JITSI_ENV_LISTENPORT=18085 GARBAYE_JITSI_ENV_JICOFORESTPORT=18093 GARBAYE_JITSI_ENV_COLIBRIPORT=18094 ./10_install.sh
- ./20_enable.sh
- ./30_start.sh && sleep 10
- ./40_stop.sh
- ./30_start.sh && sleep 10
- GARBAYE_JITSI_URL=https://jitsi.garbaye.fr GARBAYE_JITSI_ENV_LISTENPORT=18085 GARBAYE_JITSI_ENV_JICOFORESTPORT=18888 GARBAYE_JITSI_ENV_COLIBRIPORT=18080 ./50_update.sh
- GARBAYE_JITSI_URL=https://jitsi.garbaye.fr GARBAYE_JITSI_ENV_LISTENPORT=18085 GARBAYE_JITSI_ENV_JICOFORESTPORT=18093 GARBAYE_JITSI_ENV_COLIBRIPORT=18094 ./50_update.sh
- ./40_stop.sh
- ./70_disable.sh
- ./80_destroy.sh

View File

@ -4,8 +4,8 @@ version='stable-9258'
## default vars : override with ENV var
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"
jicofo_port="${GARBAYE_JITSI_ENV_JICOFORESTPORT:-8888}"
colibri_port="${GARBAYE_JITSI_ENV_COLIBRIPORT:-8080}"
jicofo_port="${GARBAYE_JITSI_ENV_JICOFORESTPORT:-8093}"
colibri_port="${GARBAYE_JITSI_ENV_COLIBRIPORT:-8094}"
## mandatory ENV vars
envvars='GARBAYE_JITSI_URL'
## internal vars : do not touch