Jitsi : stable-8044
This commit is contained in:
parent
a4c4b74a12
commit
193f38b787
|
@ -51,7 +51,7 @@ sed_in_place "^HTTP_PORT=8000" "HTTP_PORT=${listen_port}" .env
|
|||
sed_in_place "^HTTPS_PORT=8443" "#HTTPS_PORT=8443" .env
|
||||
sed_in_place "^TZ=UTC" "TZ=Europe/Paris" .env
|
||||
sed_in_place "^#PUBLIC_URL=https://meet.example.com" "PUBLIC_URL=${GARBAYE_JITSI_URL}" .env
|
||||
sed_in_place "^#DOCKER_HOST_ADDRESS=192.168.1.1" "DOCKER_HOST_ADDRESS=${GARBAYE_JITSI_PRIV_IP}" .env
|
||||
sed_in_place "^#JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4" "JVB_ADVERTISE_IPS=${GARBAYE_JITSI_PRIV_IP}" .env
|
||||
sed_in_place "^#ENABLE_LETSENCRYPT=1" "ENABLE_LETSENCRYPT=0" .env
|
||||
|
||||
echo "ENABLE_P2P=false" >> .env
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
## vars
|
||||
version='stable-7648-4'
|
||||
version='stable-8044'
|
||||
## default vars : override with ENV var
|
||||
listen_if="${GARBAYE_JITSI_ENV_LISTENIF:-127.0.0.1}"
|
||||
listen_port="${GARBAYE_JITSI_ENV_LISTENPORT:-8085}"
|
||||
|
|
Loading…
Reference in a new issue