2
0

env.example 5.7 KB

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