You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.3 KiB
103 lines
2.3 KiB
3 years ago
|
APP_NAME="Jitsi Meet"
|
||
|
|
||
|
# Enable Let's Encrypt certificate generation
|
||
|
ENABLE_LETSENCRYPT=0
|
||
|
|
||
|
# Redirect HTTP traffic to HTTPS
|
||
|
# Necessary for Let's Encrypt, relies on standard HTTPS port (443)
|
||
|
#ENABLE_HTTP_REDIRECT=1
|
||
|
|
||
|
# Disable HTTPS: handle TLS connections outside of this setup
|
||
|
#DISABLE_HTTPS=1
|
||
|
|
||
|
# Domain for which to generate the certificate
|
||
|
#LETSENCRYPT_DOMAIN=meet.example.com
|
||
|
|
||
|
# Use the staging server (for avoiding rate limits while testing)
|
||
|
#LETSENCRYPT_USE_STAGING=1
|
||
|
|
||
|
# Reverse-proxy and certbot
|
||
|
VIRTUAL_HOST=sub.domain.tld
|
||
|
VIRTUAL_PORT=80
|
||
|
LETSENCRYPT_HOST=sub.domain.tld
|
||
|
LETSENCRYPT_EMAIL=account@domain.tld
|
||
|
|
||
|
#
|
||
|
# Stuff to sort out
|
||
|
#
|
||
|
AMPLITUDE_ID
|
||
|
ANALYTICS_SCRIPT_URLS
|
||
|
ANALYTICS_WHITELISTED_EVENTS
|
||
|
BRIDGE_CHANNEL
|
||
|
BRANDING_DATA_URL
|
||
|
CALLSTATS_CUSTOM_SCRIPT_URL
|
||
|
CALLSTATS_ID
|
||
|
CALLSTATS_SECRET
|
||
|
CHROME_EXTENSION_BANNER_JSON
|
||
|
CONFCODE_URL
|
||
|
CONFIG_EXTERNAL_CONNECT
|
||
|
DEPLOYMENTINFO_ENVIRONMENT
|
||
|
DEPLOYMENTINFO_ENVIRONMENT_TYPE
|
||
|
DEPLOYMENTINFO_USERREGION
|
||
|
DIALIN_NUMBERS_URL
|
||
|
DIALOUT_AUTH_URL
|
||
|
DIALOUT_CODES_URL
|
||
|
DROPBOX_APPKEY
|
||
|
DROPBOX_REDIRECT_URI
|
||
|
ENABLE_AUDIO_PROCESSING
|
||
|
ENABLE_CALENDAR
|
||
|
ENABLE_FILE_RECORDING_SERVICE
|
||
|
ENABLE_FILE_RECORDING_SERVICE_SHARING
|
||
|
ENABLE_IPV6
|
||
|
ENABLE_LIPSYNC
|
||
|
ENABLE_NO_AUDIO_DETECTION
|
||
|
ENABLE_P2P
|
||
|
|
||
|
# Show a prejoin page before entering a conference
|
||
|
ENABLE_PREJOIN_PAGE=1
|
||
|
# Enable recording
|
||
|
ENABLE_RECORDING=0
|
||
|
|
||
|
ENABLE_REMB
|
||
|
ENABLE_REQUIRE_DISPLAY_NAME
|
||
|
ENABLE_SIMULCAST
|
||
|
ENABLE_STATS_ID
|
||
|
ENABLE_STEREO
|
||
|
ENABLE_SUBDOMAINS
|
||
|
ENABLE_TALK_WHILE_MUTED
|
||
|
ENABLE_TCC
|
||
|
|
||
|
# Enable Jigasi transcription
|
||
|
ENABLE_TRANSCRIPTIONS=0
|
||
|
|
||
|
# Set etherpad-lite public URL (uncomment to enable)
|
||
|
#ETHERPAD_PUBLIC_URL=https://etherpad.my.domain
|
||
|
|
||
|
# Set etherpad-lite URL in docker local network (uncomment to enable)
|
||
|
#ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001
|
||
|
GOOGLE_ANALYTICS_ID
|
||
|
GOOGLE_API_APP_CLIENT_ID
|
||
|
INVITE_SERVICE_URL
|
||
|
|
||
|
MATOMO_ENDPOINT
|
||
|
MATOMO_SITE_ID
|
||
|
MICROSOFT_API_APP_CLIENT_ID
|
||
|
NGINX_RESOLVER
|
||
|
PEOPLE_SEARCH_URL
|
||
|
RESOLUTION
|
||
|
RESOLUTION_MIN
|
||
|
RESOLUTION_WIDTH
|
||
|
RESOLUTION_WIDTH_MIN
|
||
|
START_AUDIO_ONLY
|
||
|
START_AUDIO_MUTED
|
||
|
START_BITRATE
|
||
|
START_VIDEO_MUTED
|
||
|
TESTING_CAP_SCREENSHARE_BITRATE
|
||
|
TESTING_OCTO_PROBABILITY
|
||
|
|
||
|
# Internal XMPP server URL
|
||
|
XMPP_BOSH_URL_BASE=http://xmpp.meet.jitsi:5280
|
||
|
|
||
|
# Authenticate using external service or just focus external auth window if there is one already.
|
||
|
# TOKEN_AUTH_URL=https://auth.meet.example.com/{room}
|