env.example 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. #
  2. # Basic configuration options
  3. #
  4. # Directory where all configuration will be stored.
  5. CONFIG=~/.jitsi-meet-cfg
  6. # Exposed HTTP port.
  7. HTTP_PORT=8000
  8. # Exposed HTTPS port.
  9. HTTPS_PORT=8443
  10. # System time zone.
  11. TZ=Europe/Amsterdam
  12. # IP address of the Docker host. See the "Running on a LAN environment" section
  13. # in the README.
  14. #DOCKER_HOST_ADDRESS=192.168.1.1
  15. #
  16. # Let's Encrypt configuration
  17. #
  18. # Enable Let's Encrypt certificate generation.
  19. #ENABLE_LETSENCRYPT=1
  20. # Domain for which to generate the certificate.
  21. #LETSENCRYPT_DOMAIN=meet.example.com
  22. # E-Mail for receiving important account notifications (mandatory).
  23. #LETSENCRYPT_EMAIL=alice@atlanta.net
  24. #
  25. # Basic Jigasi configuration options (needed for SIP gateway support)
  26. #
  27. # SIP URI for incoming / outgoing calls.
  28. #JIGASI_SIP_URI=test@sip2sip.info
  29. # Password for the specified SIP account as a clear text
  30. #JIGASI_SIP_PASSWORD=passw0rd
  31. # SIP server (use the SIP account domain if in doubt).
  32. #JIGASI_SIP_SERVER=sip2sip.info
  33. # SIP server port
  34. #JIGASI_SIP_PORT=5060
  35. # SIP server transport
  36. #JIGASI_SIP_TRANSPORT=UDP
  37. #
  38. # Authentication configuration (see README for details)
  39. #
  40. # Enable authentication.
  41. #ENABLE_AUTH=1
  42. # Enable guest access.
  43. #ENABLE_GUESTS=1
  44. # JWT auuthentication
  45. #
  46. # Enable authentication via JWT tokens.
  47. #JWT_ENABLE_TOKEN_AUTH=1
  48. # Application identifier.
  49. #JWT_APP_ID=my_jitsi_app_id
  50. # Application secret known only to your token.
  51. #JWT_APP_SECRET=my_jitsi_app_secret
  52. # (Optional) Set asap_accepted_issuers as a comma separated list.
  53. #JWT_ACCEPTED_ISSUERS=my_web_client,my_app_client
  54. # (Optional) Set asap_accepted_audiences as a comma separated list.
  55. #JWT_ACCEPTED_AUDIENCES=my_server1,my_server2
  56. # LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page)
  57. #
  58. # Enable LDAP authentication in prosody via SASL mechanism.
  59. # Note: turn on ENABLE_AUTH for get it work.
  60. #ENABLE_LDAP_AUTH=1
  61. # LDAP url for connection.
  62. #LDAP_URL=ldaps://ldap.domain.com/
  63. # LDAP base DN. Can be empty
  64. #LDAP_BASE=DC=example,DC=domain,DC=com
  65. # LDAP user DN. Do not specify this parameter for the anonymous bind.
  66. #LDAP_BINDDN=CN=binduser,OU=users,DC=example,DC=domain,DC=com
  67. # LDAP user password. Do not specify this parameter for the anonymous bind.
  68. #LDAP_BINDPW=LdapUserPassw0rd
  69. # LDAP filter. Tokens example:
  70. # %1-9 - if the input key is user@mail.domain.com, then %1 is com, %2 is domain and %3 is mail.
  71. # %s - %s is replaced by the complete service string.
  72. # %r - %r is replaced by the complete realm string.
  73. #LDAP_FILTER=(sAMAccountName=%u)
  74. # LDAP authentication method
  75. #LDAP_AUTH_METHOD=bind
  76. # LDAP version
  77. #LDAP_VERSION=3
  78. # LDAP TLS using
  79. #LDAP_USE_TLS=1
  80. # List of SSL/TLS ciphers to allow.
  81. #LDAP_TLS_CIPHERS=SECURE256:SECURE128:!AES-128-CBC:!ARCFOUR-128:!CAMELLIA-128-CBC:!3DES-CBC:!CAMELLIA-128-CBC
  82. # Require and verify server certificate
  83. #LDAP_TLS_CHECK_PEER=1
  84. # Path to CA cert file. Used when server sertificate verify is enabled.
  85. #LDAP_TLS_CACERT_FILE=/etc/ssl/certs/ca-certificates.crt
  86. # Path to CA certs directory. Used when server sertificate verify is enabled.
  87. #LDAP_TLS_CACERT_DIR=/etc/ssl/certs
  88. #
  89. # Advanced configuration options (you generally don't need to change these)
  90. #
  91. # Internal XMPP domain.
  92. XMPP_DOMAIN=meet.jitsi
  93. # Internal XMPP server
  94. XMPP_SERVER=xmpp.meet.jitsi
  95. # Internal XMPP server URL
  96. XMPP_BOSH_URL_BASE=http://xmpp.meet.jitsi:5280
  97. # Internal XMPP domain for authenticated services.
  98. XMPP_AUTH_DOMAIN=auth.meet.jitsi
  99. # XMPP domain for the MUC.
  100. XMPP_MUC_DOMAIN=muc.meet.jitsi
  101. # XMPP domain for the internal MUC used for jibri, jigasi and jvb pools.
  102. XMPP_INTERNAL_MUC_DOMAIN=internal-muc.meet.jitsi
  103. # XMPP domain for unauthenticated users.
  104. XMPP_GUEST_DOMAIN=guest.meet.jitsi
  105. # Custom Prosody modules for XMPP_DOMAIN (comma separated)
  106. XMPP_MODULES=
  107. # Custom Prosody modules for MUC component (comma separated)
  108. XMPP_MUC_MODULES=
  109. # Custom Prosody modules for internal MUC component (comma separated)
  110. XMPP_INTERNAL_MUC_MODULES=
  111. # MUC for the JVB pool.
  112. JVB_BREWERY_MUC=jvbbrewery
  113. # XMPP user for JVB client connections.
  114. JVB_AUTH_USER=jvb
  115. # XMPP password for JVB client connections.
  116. JVB_AUTH_PASSWORD=passw0rd
  117. # STUN servers used to discover the server's public IP.
  118. JVB_STUN_SERVERS=stun.l.google.com:19302,stun1.l.google.com:19302,stun2.l.google.com:19302
  119. # Media port for the Jitsi Videobridge
  120. JVB_PORT=10000
  121. # TCP Fallback for Jitsi Videobridge for when UDP isn't available
  122. JVB_TCP_HARVESTER_DISABLED=true
  123. JVB_TCP_PORT=4443
  124. # A comma separated list of APIs to enable when the JVB is started. The default is none.
  125. # See https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md for more information
  126. #JVB_ENABLE_APIS=rest,colibri
  127. # XMPP component password for Jicofo.
  128. JICOFO_COMPONENT_SECRET=s3cr37
  129. # XMPP user for Jicofo client connections. NOTE: this option doesn't currently work due to a bug.
  130. JICOFO_AUTH_USER=focus
  131. # XMPP password for Jicofo client connections.
  132. JICOFO_AUTH_PASSWORD=passw0rd
  133. # XMPP user for Jigasi MUC client connections.
  134. JIGASI_XMPP_USER=jigasi
  135. # XMPP password for Jigasi MUC client connections.
  136. JIGASI_XMPP_PASSWORD=passw0rd
  137. # MUC name for the Jigasi pool.
  138. JIGASI_BREWERY_MUC=jigasibrewery
  139. # Minimum port for media used by Jigasi.
  140. JIGASI_PORT_MIN=20000
  141. # Maximum port for media used by Jigasi.
  142. JIGASI_PORT_MAX=20050
  143. # Enable SDES srtp
  144. #JIGASI_ENABLE_SDES_SRTP=1
  145. # Keepalive method
  146. #JIGASI_SIP_KEEP_ALIVE_METHOD=OPTIONS
  147. # Health-check extension
  148. #JIGASI_HEALTH_CHECK_SIP_URI=keepalive
  149. # Health-check interval
  150. #JIGASI_HEALTH_CHECK_INTERVAL=300000
  151. # Disable HTTPS. This can be useful if TLS connections are going to be handled outside of this setup.
  152. #DISABLE_HTTPS=1
  153. # Redirects HTTP traffic to HTTPS. Only works with the standard HTTPS port (443).
  154. #ENABLE_HTTP_REDIRECT=1