env.example 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. # shellcheck disable=SC2034
  2. ################################################################################
  3. ################################################################################
  4. # Welcome to the Jitsi Meet Docker setup!
  5. #
  6. # This sample .env file contains some basic options to get you started.
  7. # The full options reference can be found here:
  8. # https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker
  9. ################################################################################
  10. ################################################################################
  11. #
  12. # Basic configuration options
  13. #
  14. # Directory where all configuration will be stored
  15. CONFIG=~/.jitsi-meet-cfg
  16. # Exposed HTTP port (will redirect to HTTPS port)
  17. HTTP_PORT=8000
  18. # Exposed HTTPS port
  19. HTTPS_PORT=8443
  20. # System time zone
  21. TZ=UTC
  22. # Public URL for the web service (required)
  23. # Keep in mind that if you use a non-standard HTTPS port, it has to appear in the public URL
  24. #PUBLIC_URL=https://meet.example.com:${HTTPS_PORT}
  25. # Media IP addresses to advertise by the JVB
  26. # This setting deprecates DOCKER_HOST_ADDRESS, and supports a comma separated list of IPs
  27. # See the "Running behind NAT or on a LAN environment" section in the Handbook:
  28. # https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
  29. #JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4
  30. #
  31. # Memory limits for Java components
  32. #
  33. #JICOFO_MAX_MEMORY=3072m
  34. #VIDEOBRIDGE_MAX_MEMORY=3072m
  35. #
  36. # JaaS Components (beta)
  37. # https://jaas.8x8.vc
  38. #
  39. # Enable JaaS Components (hosted Jigasi)
  40. # NOTE: if Let's Encrypt is enabled a JaaS account will be automatically created, using the provided email in LETSENCRYPT_EMAIL
  41. #ENABLE_JAAS_COMPONENTS=0
  42. #
  43. # Let's Encrypt configuration
  44. #
  45. # Enable Let's Encrypt certificate generation
  46. #ENABLE_LETSENCRYPT=1
  47. # Domain for which to generate the certificate
  48. #LETSENCRYPT_DOMAIN=meet.example.com
  49. # E-Mail for receiving important account notifications (mandatory)
  50. #LETSENCRYPT_EMAIL=alice@atlanta.net
  51. # Use the staging server (for avoiding rate limits while testing)
  52. #LETSENCRYPT_USE_STAGING=1
  53. # Set ACME server. Default is zerossl, you can peek one at https://github.com/acmesh-official/acme.sh/wiki/Server
  54. #LETSENCRYPT_ACME_SERVER="letsencrypt"
  55. #
  56. # Etherpad integration (for document sharing)
  57. #
  58. # Set the etherpad-lite URL in the docker local network (uncomment to enable)
  59. #ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001
  60. # Set etherpad-lite public URL, including /p/ pad path fragment (uncomment to enable)
  61. #ETHERPAD_PUBLIC_URL=https://etherpad.my.domain/p/
  62. #
  63. # Whiteboard integration
  64. #
  65. # Set the excalidraw-backend URL in the docker local network (uncomment to enable)
  66. #WHITEBOARD_COLLAB_SERVER_URL_BASE=http://whiteboard.meet.jitsi
  67. # Set the excalidraw-backend public URL (uncomment to enable)
  68. #WHITEBOARD_COLLAB_SERVER_PUBLIC_URL=https://whiteboard.meet.my.domain
  69. #
  70. # Basic Jigasi configuration options (needed for SIP gateway support)
  71. #
  72. # SIP URI for incoming / outgoing calls
  73. #JIGASI_SIP_URI=test@sip2sip.info
  74. # Password for the specified SIP account as a clear text
  75. #JIGASI_SIP_PASSWORD=passw0rd
  76. # SIP server (use the SIP account domain if in doubt)
  77. #JIGASI_SIP_SERVER=sip2sip.info
  78. # SIP server port
  79. #JIGASI_SIP_PORT=5060
  80. # SIP server transport
  81. #JIGASI_SIP_TRANSPORT=UDP
  82. #
  83. # Authentication configuration (see handbook for details)
  84. #
  85. # Enable authentication (will ask for login and password to join the meeting)
  86. #ENABLE_AUTH=1
  87. # Enable guest access (if authentication is enabled, this allows for users to be held in lobby until registered user lets them in)
  88. #ENABLE_GUESTS=1
  89. # Select authentication type: internal, jwt, ldap or matrix
  90. #AUTH_TYPE=internal
  91. # JWT authentication
  92. #
  93. # Application identifier
  94. #JWT_APP_ID=my_jitsi_app_id
  95. # Application secret known only to your token generator
  96. #JWT_APP_SECRET=my_jitsi_app_secret
  97. # (Optional) Set asap_accepted_issuers as a comma separated list
  98. #JWT_ACCEPTED_ISSUERS=my_web_client,my_app_client
  99. # (Optional) Set asap_accepted_audiences as a comma separated list
  100. #JWT_ACCEPTED_AUDIENCES=my_server1,my_server2
  101. # LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page)
  102. #
  103. # LDAP url for connection
  104. #LDAP_URL=ldaps://ldap.domain.com/
  105. # LDAP base DN. Can be empty
  106. #LDAP_BASE=DC=example,DC=domain,DC=com
  107. # LDAP user DN. Do not specify this parameter for the anonymous bind
  108. #LDAP_BINDDN=CN=binduser,OU=users,DC=example,DC=domain,DC=com
  109. # LDAP user password. Do not specify this parameter for the anonymous bind
  110. #LDAP_BINDPW=LdapUserPassw0rd
  111. # LDAP filter. Tokens example:
  112. # %1-9 - if the input key is user@mail.domain.com, then %1 is com, %2 is domain and %3 is mail
  113. # %s - %s is replaced by the complete service string
  114. # %r - %r is replaced by the complete realm string
  115. #LDAP_FILTER=(sAMAccountName=%u)
  116. # LDAP authentication method
  117. #LDAP_AUTH_METHOD=bind
  118. # LDAP version
  119. #LDAP_VERSION=3
  120. # LDAP TLS using
  121. #LDAP_USE_TLS=1
  122. # List of SSL/TLS ciphers to allow
  123. #LDAP_TLS_CIPHERS=SECURE256:SECURE128:!AES-128-CBC:!ARCFOUR-128:!CAMELLIA-128-CBC:!3DES-CBC:!CAMELLIA-128-CBC
  124. # Require and verify server certificate
  125. #LDAP_TLS_CHECK_PEER=1
  126. # Path to CA cert file. Used when server certificate verify is enabled
  127. #LDAP_TLS_CACERT_FILE=/etc/ssl/certs/ca-certificates.crt
  128. # Path to CA certs directory. Used when server certificate verify is enabled
  129. #LDAP_TLS_CACERT_DIR=/etc/ssl/certs
  130. # Wether to use starttls, implies LDAPv3 and requires ldap:// instead of ldaps://
  131. # LDAP_START_TLS=1
  132. #
  133. # Security
  134. #
  135. # Set these to strong passwords to avoid intruders from impersonating a service account
  136. # The service(s) won't start unless these are specified
  137. # Running ./gen-passwords.sh will update .env with strong passwords
  138. # You may skip the Jigasi and Jibri passwords if you are not using those
  139. # DO NOT reuse passwords
  140. #
  141. # XMPP password for Jicofo client connections
  142. JICOFO_AUTH_PASSWORD=
  143. # XMPP password for JVB client connections
  144. JVB_AUTH_PASSWORD=
  145. # XMPP password for Jigasi MUC client connections
  146. JIGASI_XMPP_PASSWORD=
  147. # XMPP password for Jigasi transcriber client connections
  148. JIGASI_TRANSCRIBER_PASSWORD=
  149. # XMPP recorder password for Jibri client connections
  150. JIBRI_RECORDER_PASSWORD=
  151. # XMPP password for Jibri client connections
  152. JIBRI_XMPP_PASSWORD=
  153. #
  154. # Docker Compose options
  155. #
  156. # Container restart policy
  157. #RESTART_POLICY=unless-stopped
  158. # Jitsi image version (useful for local development)
  159. #JITSI_IMAGE_VERSION=latest