GitDeployHub

bbaldino/docker-jitsi-meet

github.com/bbaldino/docker-jitsi-meet ↗
Unknown stack
20 environment variables found in env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in env.example)

  • JICOFO_COMPONENT_SECRET secret XMPP component password for Jicofo
  • JICOFO_AUTH_PASSWORD secret XMPP password for Jicofo client connections
  • JVB_AUTH_PASSWORD secret XMPP password for JVB client connections
  • JIGASI_XMPP_PASSWORD secret XMPP password for Jigasi MUC client connections
  • JIBRI_RECORDER_PASSWORD secret XMPP recorder password for Jibri client connections
  • JIBRI_XMPP_PASSWORD secret XMPP password for Jibri client connections
  • CONFIG Directory where all configuration will be stored
  • HTTP_PORT Exposed HTTP port
  • HTTPS_PORT Exposed HTTPS port
  • TZ System time zone
  • XMPP_DOMAIN Internal XMPP domain
  • XMPP_SERVER Internal XMPP server
  • XMPP_BOSH_URL_BASE Internal XMPP server URL
  • XMPP_AUTH_DOMAIN Internal XMPP domain for authenticated services
  • XMPP_MUC_DOMAIN XMPP domain for the MUC
  • XMPP_INTERNAL_MUC_DOMAIN XMPP domain for the internal MUC used for jibri, jigasi and jvb pools
  • XMPP_GUEST_DOMAIN XMPP domain for unauthenticated users
  • XMPP_MODULES Custom Prosody modules for XMPP_DOMAIN (comma separated)
  • XMPP_MUC_MODULES Custom Prosody modules for MUC component (comma separated)
  • XMPP_INTERNAL_MUC_MODULES Custom Prosody modules for internal MUC component (comma separated)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bbaldino/docker-jitsi-meet
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bbaldino/docker-jitsi-meet
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bbaldino/docker-jitsi-meet
Or deploy to a different host
← Try another repo