diff --git a/lib/functions.sh b/lib/functions.sh index a9404b2..423af1c 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1068,8 +1068,8 @@ Password = "$ADMINPASS" Jitsi jitsi.$DOMAIN - admin
admin password above - All users in panel have access using 'username' + admin@$DOMAIN
admin password above + All users in panel have access using user@$DOMAIN Click here Jitsi is a zoom replacement video conferencing solution diff --git a/lib/jitsi.sh b/lib/jitsi.sh index cc7dcff..4768983 100644 --- a/lib/jitsi.sh +++ b/lib/jitsi.sh @@ -278,6 +278,7 @@ services: ipv4_address: 172.99.0.26 aliases: - xmpp.meet.jitsi + - xmpp.$DOMAIN # Focus component jicofo: @@ -412,7 +413,14 @@ TZ=UTC # Public URL for the web service (required) PUBLIC_URL=https://jitsi.$DOMAIN -#XMPP_DOMAIN=$DOMAIN +XMPP_DOMAIN=$DOMAIN +XMPP_AUTH_DOMAIN=auth.$DOMAIN +XMPP_SERVER=xmpp.$DOMAIN +XMPP_BOSH_URL_BASE=http://xmpp.$DOMAIN:5280 +XMPP_MUC_DOMAIN=muc.$DOMAIN +XMPP_INTERNAL_MUC_DOMAIN=internal-muc.$DOMAIN +XMPP_GUEST_DOMAIN=guest.$DOMAIN +XMPP_RECORDER_DOMAIN=recorder.$DOMAIN # Media IP addresses to advertise by the JVB # This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs @@ -660,8 +668,8 @@ Here is your applications chart with on how to access this service:
Jitsi jitsi.$DOMAIN - admin
admin password above - All users in panel have access using 'username' + admin@$DOMAIN
admin password above + All users in panel have access using user@$DOMAIN Click here Jitsi is a zoom replacement video conferencing solution