env.example 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. # shellcheck disable=SC2034
  2. # Security
  3. #
  4. # Set these to strong passwords to avoid intruders from impersonating a service account
  5. # The service(s) won't start unless these are specified
  6. # Running ./gen-passwords.sh will update .env with strong passwords
  7. # You may skip the Jigasi and Jibri passwords if you are not using those
  8. # DO NOT reuse passwords
  9. #
  10. # XMPP component password for Jicofo
  11. JICOFO_COMPONENT_SECRET=
  12. # XMPP password for Jicofo client connections
  13. JICOFO_AUTH_PASSWORD=
  14. # XMPP password for JVB client connections
  15. JVB_AUTH_PASSWORD=
  16. # XMPP password for Jigasi MUC client connections
  17. JIGASI_XMPP_PASSWORD=
  18. # XMPP recorder password for Jibri client connections
  19. JIBRI_RECORDER_PASSWORD=
  20. # XMPP password for Jibri client connections
  21. JIBRI_XMPP_PASSWORD=
  22. #
  23. # Basic configuration options
  24. #
  25. # Directory where all configuration will be stored
  26. CONFIG=~/.jitsi-meet-cfg
  27. # Exposed HTTP port
  28. HTTP_PORT=8000
  29. # Exposed HTTPS port
  30. HTTPS_PORT=8443
  31. # System time zone
  32. TZ=UTC
  33. # Public URL for the web service (required)
  34. #PUBLIC_URL=https://meet.example.com
  35. # IP address of the Docker host
  36. # See the "Running behind NAT or on a LAN environment" section in the Handbook:
  37. # https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#running-behind-nat-or-on-a-lan-environment
  38. #DOCKER_HOST_ADDRESS=192.168.1.1
  39. # Control whether the lobby feature should be enabled or not
  40. #ENABLE_LOBBY=1
  41. # Show a prejoin page before entering a conference
  42. #ENABLE_PREJOIN_PAGE=0
  43. #
  44. # Let's Encrypt configuration
  45. #
  46. # Enable Let's Encrypt certificate generation
  47. #ENABLE_LETSENCRYPT=1
  48. # Domain for which to generate the certificate
  49. #LETSENCRYPT_DOMAIN=meet.example.com
  50. # E-Mail for receiving important account notifications (mandatory)
  51. #LETSENCRYPT_EMAIL=alice@atlanta.net
  52. #
  53. # Etherpad integration (for document sharing)
  54. #
  55. # Set etherpad-lite URL in docker local network (uncomment to enable)
  56. #ETHERPAD_URL_BASE=http://etherpad.meet.jitsi:9001
  57. # Set etherpad-lite public URL (uncomment to enable)
  58. #ETHERPAD_PUBLIC_URL=https://etherpad.my.domain
  59. #
  60. # Basic Jigasi configuration options (needed for SIP gateway support)
  61. #
  62. # SIP URI for incoming / outgoing calls
  63. #JIGASI_SIP_URI=test@sip2sip.info
  64. # Password for the specified SIP account as a clear text
  65. #JIGASI_SIP_PASSWORD=passw0rd
  66. # SIP server (use the SIP account domain if in doubt)
  67. #JIGASI_SIP_SERVER=sip2sip.info
  68. # SIP server port
  69. #JIGASI_SIP_PORT=5060
  70. # SIP server transport
  71. #JIGASI_SIP_TRANSPORT=UDP
  72. #
  73. # Authentication configuration (see handbook for details)
  74. #
  75. # Enable authentication
  76. #ENABLE_AUTH=1
  77. # Enable guest access
  78. #ENABLE_GUESTS=1
  79. # Select authentication type: internal, jwt or ldap
  80. #AUTH_TYPE=internal
  81. # JWT authentication
  82. #
  83. # Application identifier
  84. #JWT_APP_ID=my_jitsi_app_id
  85. # Application secret known only to your token
  86. #JWT_APP_SECRET=my_jitsi_app_secret
  87. # (Optional) Set asap_accepted_issuers as a comma separated list
  88. #JWT_ACCEPTED_ISSUERS=my_web_client,my_app_client
  89. # (Optional) Set asap_accepted_audiences as a comma separated list
  90. #JWT_ACCEPTED_AUDIENCES=my_server1,my_server2
  91. # LDAP authentication (for more information see the Cyrus SASL saslauthd.conf man page)
  92. #
  93. # LDAP url for connection
  94. #LDAP_URL=ldaps://ldap.domain.com/
  95. # LDAP base DN. Can be empty
  96. #LDAP_BASE=DC=example,DC=domain,DC=com
  97. # LDAP user DN. Do not specify this parameter for the anonymous bind
  98. #LDAP_BINDDN=CN=binduser,OU=users,DC=example,DC=domain,DC=com
  99. # LDAP user password. Do not specify this parameter for the anonymous bind
  100. #LDAP_BINDPW=LdapUserPassw0rd
  101. # LDAP filter. Tokens example:
  102. # %1-9 - if the input key is user@mail.domain.com, then %1 is com, %2 is domain and %3 is mail
  103. # %s - %s is replaced by the complete service string
  104. # %r - %r is replaced by the complete realm string
  105. #LDAP_FILTER=(sAMAccountName=%u)
  106. # LDAP authentication method
  107. #LDAP_AUTH_METHOD=bind
  108. # LDAP version
  109. #LDAP_VERSION=3
  110. # LDAP TLS using
  111. #LDAP_USE_TLS=1
  112. # List of SSL/TLS ciphers to allow
  113. #LDAP_TLS_CIPHERS=SECURE256:SECURE128:!AES-128-CBC:!ARCFOUR-128:!CAMELLIA-128-CBC:!3DES-CBC:!CAMELLIA-128-CBC
  114. # Require and verify server certificate
  115. #LDAP_TLS_CHECK_PEER=1
  116. # Path to CA cert file. Used when server certificate verify is enabled
  117. #LDAP_TLS_CACERT_FILE=/etc/ssl/certs/ca-certificates.crt
  118. # Path to CA certs directory. Used when server certificate verify is enabled
  119. #LDAP_TLS_CACERT_DIR=/etc/ssl/certs
  120. # Wether to use starttls, implies LDAPv3 and requires ldap:// instead of ldaps://
  121. # LDAP_START_TLS=1
  122. #
  123. # Advanced configuration options (you generally don't need to change these)
  124. #
  125. # Internal XMPP domain
  126. XMPP_DOMAIN=meet.jitsi
  127. # Internal XMPP server
  128. XMPP_SERVER=xmpp.meet.jitsi
  129. # Internal XMPP server URL
  130. XMPP_BOSH_URL_BASE=http://xmpp.meet.jitsi:5280
  131. # Internal XMPP domain for authenticated services
  132. XMPP_AUTH_DOMAIN=auth.meet.jitsi
  133. # XMPP domain for the MUC
  134. XMPP_MUC_DOMAIN=muc.meet.jitsi
  135. # XMPP domain for the internal MUC used for jibri, jigasi and jvb pools
  136. XMPP_INTERNAL_MUC_DOMAIN=internal-muc.meet.jitsi
  137. # XMPP domain for unauthenticated users
  138. XMPP_GUEST_DOMAIN=guest.meet.jitsi
  139. # Custom Prosody modules for XMPP_DOMAIN (comma separated)
  140. XMPP_MODULES=
  141. # Custom Prosody modules for MUC component (comma separated)
  142. XMPP_MUC_MODULES=
  143. # Custom Prosody modules for internal MUC component (comma separated)
  144. XMPP_INTERNAL_MUC_MODULES=
  145. # MUC for the JVB pool
  146. JVB_BREWERY_MUC=jvbbrewery
  147. # XMPP user for JVB client connections
  148. JVB_AUTH_USER=jvb
  149. # STUN servers used to discover the server's public IP
  150. JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443
  151. # Media port for the Jitsi Videobridge
  152. JVB_PORT=10000
  153. # TCP Fallback for Jitsi Videobridge for when UDP isn't available
  154. JVB_TCP_HARVESTER_DISABLED=true
  155. JVB_TCP_PORT=4443
  156. JVB_TCP_MAPPED_PORT=4443
  157. # A comma separated list of APIs to enable when the JVB is started [default: none]
  158. # See https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest.md for more information
  159. #JVB_ENABLE_APIS=rest,colibri
  160. # XMPP user for Jicofo client connections.
  161. # NOTE: this option doesn't currently work due to a bug
  162. JICOFO_AUTH_USER=focus
  163. # Base URL of Jicofo's reservation REST API
  164. #JICOFO_RESERVATION_REST_BASE_URL=http://reservation.example.com
  165. # Enable Jicofo's health check REST API (http://<jicofo_base_url>:8888/about/health)
  166. #JICOFO_ENABLE_HEALTH_CHECKS=true
  167. # XMPP user for Jigasi MUC client connections
  168. JIGASI_XMPP_USER=jigasi
  169. # MUC name for the Jigasi pool
  170. JIGASI_BREWERY_MUC=jigasibrewery
  171. # Minimum port for media used by Jigasi
  172. JIGASI_PORT_MIN=20000
  173. # Maximum port for media used by Jigasi
  174. JIGASI_PORT_MAX=20050
  175. # Enable SDES srtp
  176. #JIGASI_ENABLE_SDES_SRTP=1
  177. # Keepalive method
  178. #JIGASI_SIP_KEEP_ALIVE_METHOD=OPTIONS
  179. # Health-check extension
  180. #JIGASI_HEALTH_CHECK_SIP_URI=keepalive
  181. # Health-check interval
  182. #JIGASI_HEALTH_CHECK_INTERVAL=300000
  183. #
  184. # Enable Jigasi transcription
  185. #ENABLE_TRANSCRIPTIONS=1
  186. # Jigasi will record audio when transcriber is on [default: false]
  187. #JIGASI_TRANSCRIBER_RECORD_AUDIO=true
  188. # Jigasi will send transcribed text to the chat when transcriber is on [default: false]
  189. #JIGASI_TRANSCRIBER_SEND_TXT=true
  190. # Jigasi will post an url to the chat with transcription file [default: false]
  191. #JIGASI_TRANSCRIBER_ADVERTISE_URL=true
  192. # Credentials for connect to Cloud Google API from Jigasi
  193. # Please read https://cloud.google.com/text-to-speech/docs/quickstart-protocol
  194. # section "Before you begin" paragraph 1 to 5
  195. # Copy the values from the json to the related env vars
  196. #GC_PROJECT_ID=
  197. #GC_PRIVATE_KEY_ID=
  198. #GC_PRIVATE_KEY=
  199. #GC_CLIENT_EMAIL=
  200. #GC_CLIENT_ID=
  201. #GC_CLIENT_CERT_URL=
  202. # Enable recording
  203. #ENABLE_RECORDING=1
  204. # XMPP domain for the jibri recorder
  205. XMPP_RECORDER_DOMAIN=recorder.meet.jitsi
  206. # XMPP recorder user for Jibri client connections
  207. JIBRI_RECORDER_USER=recorder
  208. # Directory for recordings inside Jibri container
  209. JIBRI_RECORDING_DIR=/config/recordings
  210. # The finalizing script. Will run after recording is complete
  211. JIBRI_FINALIZE_RECORDING_SCRIPT_PATH=/config/finalize.sh
  212. # XMPP user for Jibri client connections
  213. JIBRI_XMPP_USER=jibri
  214. # MUC name for the Jibri pool
  215. JIBRI_BREWERY_MUC=jibribrewery
  216. # MUC connection timeout
  217. JIBRI_PENDING_TIMEOUT=90
  218. # When jibri gets a request to start a service for a room, the room
  219. # jid will look like: roomName@optional.prefixes.subdomain.xmpp_domain
  220. # We'll build the url for the call by transforming that into:
  221. # https://xmpp_domain/subdomain/roomName
  222. # So if there are any prefixes in the jid (like jitsi meet, which
  223. # has its participants join a muc at conference.xmpp_domain) then
  224. # list that prefix here so it can be stripped out to generate
  225. # the call url correctly
  226. JIBRI_STRIP_DOMAIN_JID=muc
  227. # Directory for logs inside Jibri container
  228. JIBRI_LOGS_DIR=/config/logs
  229. # Disable HTTPS: handle TLS connections outside of this setup
  230. #DISABLE_HTTPS=1
  231. # Redirect HTTP traffic to HTTPS
  232. # Necessary for Let's Encrypt, relies on standard HTTPS port (443)
  233. #ENABLE_HTTP_REDIRECT=1
  234. # Container restart policy
  235. # Defaults to unless-stopped
  236. RESTART_POLICY=unless-stopped