Correction du port HTTPS exposé
This commit is contained in:
parent
76c20b7de7
commit
62529b7f83
|
@ -48,9 +48,9 @@ sed_in_place "^ - '\${HTTPS_PORT}:443'" "# - '\${HTTPS_POR
|
|||
|
||||
# Patch env file
|
||||
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=443" .env
|
||||
sed_in_place "^TZ=UTC" "TZ=Europe/Paris" .env
|
||||
sed_in_place "^#PUBLIC_URL=https://meet.example.com:\${HTTPS_PORT}" "PUBLIC_URL=${GARBAYE_JITSI_URL}" .env
|
||||
sed_in_place "^#PUBLIC_URL=https://meet.example.com" "PUBLIC_URL=${GARBAYE_JITSI_URL}" .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
|
||||
|
||||
|
|
Loading…
Reference in a new issue