Jitsi : remplacement DOCKER_HOST_ADDRESS par JVB_ADVERSITED_IPS
This commit is contained in:
parent
ca147a450f
commit
4a9448e6e4
|
@ -49,7 +49,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 "^HTTPS_PORT=8443" "#HTTPS_PORT=8443" .env
|
||||||
sed_in_place "^TZ=UTC" "TZ=Europe/Paris" .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 "^#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
|
sed_in_place "^#ENABLE_LETSENCRYPT=1" "ENABLE_LETSENCRYPT=0" .env
|
||||||
|
|
||||||
echo "ENABLE_P2P=false" >> .env
|
echo "ENABLE_P2P=false" >> .env
|
||||||
|
|
Loading…
Reference in a new issue