Skip to content

Instantly share code, notes, and snippets.

@ahmaks
Created February 16, 2021 20:26
Show Gist options
  • Save ahmaks/2a27ab6faee2e5758c49720608411ca7 to your computer and use it in GitHub Desktop.
Save ahmaks/2a27ab6faee2e5758c49720608411ca7 to your computer and use it in GitHub Desktop.
# Security
#
# Set these to strong passwords to avoid intruders from impersonating a service account
# The service(s) won't start unless these are specified
# Running ./gen-passwords.sh will update .env with strong passwords
# You may skip the Jigasi and Jibri passwords if you are not using those
# DO NOT reuse passwords
#
JICOFO_COMPONENT_SECRET=-------------------------
JICOFO_AUTH_PASSWORD=-------------------------
JVB_AUTH_PASSWORD=-------------------------
JIGASI_XMPP_PASSWORD=-------------------------
JIBRI_RECORDER_PASSWORD=-------------------------
JIBRI_XMPP_PASSWORD=-------------------------
CONFIG=~/.jitsi-meet-cfg
HTTP_PORT=80
HTTPS_PORT=443
TZ=UTC
PUBLIC_URL=https://<DOMAIN.TLD>
DOCKER_HOST_ADDRESS=<PUBLIC-IP>
ENABLE_LETSENCRYPT=1
LETSENCRYPT_DOMAIN=<DOMAIN.TLD>
LETSENCRYPT_EMAIL=<EMAIL>
XMPP_DOMAIN=meet.jitsi
XMPP_SERVER=xmpp.meet.jitsi
XMPP_BOSH_URL_BASE=http://xmpp.meet.jitsi:5280
XMPP_AUTH_DOMAIN=auth.meet.jitsi
XMPP_MUC_DOMAIN=muc.meet.jitsi
XMPP_INTERNAL_MUC_DOMAIN=internal-muc.meet.jitsi
XMPP_GUEST_DOMAIN=guest.meet.jitsi
XMPP_MODULES=
XMPP_MUC_MODULES=
XMPP_INTERNAL_MUC_MODULES=
JVB_BREWERY_MUC=jvbbrewery
JVB_AUTH_USER=jvb
JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443
JVB_PORT=10000
JVB_TCP_HARVESTER_DISABLED=true
JVB_TCP_PORT=4443
JVB_TCP_MAPPED_PORT=4443
JICOFO_AUTH_USER=focus
JIGASI_XMPP_USER=jigasi
JIGASI_BREWERY_MUC=jigasibrewery
JIGASI_PORT_MIN=20000
JIGASI_PORT_MAX=20050
ENABLE_RECORDING=1
XMPP_RECORDER_DOMAIN=recorder.<DOMAIN.TLD>
JIBRI_RECORDER_USER=recorder
JIBRI_RECORDING_DIR=/config/recordings
JIBRI_XMPP_USER=jibri
JIBRI_BREWERY_MUC=jibribrewery
JIBRI_PENDING_TIMEOUT=90
JIBRI_STRIP_DOMAIN_JID=muc
JIBRI_LOGS_DIR=/config/logs
ENABLE_HTTP_REDIRECT=1
RESTART_POLICY=unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment