From 16db16958e307f00186e7162962d610bd52a1ba6 Mon Sep 17 00:00:00 2001 From: testsec Date: Tue, 21 Nov 2023 15:24:46 +0000 Subject: [PATCH] [jitsi] update jitsi for Task#12203 --- jitsi/README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 jitsi/README.md diff --git a/jitsi/README.md b/jitsi/README.md new file mode 100644 index 0000000..368025a --- /dev/null +++ b/jitsi/README.md @@ -0,0 +1,45 @@ +## Usage and Components + +Note: as of 2023-11-22 this docker-compose is available internally. + +### Versions + +* jitsi/web: https://hub.docker.com/r/jitsi/web/tags +* jitsi/prodody: https://hub.docker.com/r/jitsi/prosody/tags +* jitsi/jicofo: https://hub.docker.com/r/jitsi/jicofo/tags +* jitsi/jvb: https://hub.docker.com/r/jitsi/jvb/tags + +### Domains / jitsi web + +* PUBLIC_URL: on which domain the jistis server is reachable +* LETSENCRYPT_DOMAIN: on which domain web will be deployed + + +### Sample usage + +Setting up jitsi for ... + +- the jitsi domain "fn.nf" +- jitsi web "fn.nf" + +- set domains and config via .env + +``` +PUBLIC_URL=https://fn.nf +ENABLE_LETSENCRYPT=1 +LETSENCRYPT_DOMAIN=fn.nf +LETSENCRYPT_EMAIL=technik@ungleich.ch +LETSENCRYPT_USE_STAGING=1 +JITSI_IMAGE_VERSION=latest +JICOFO_AUTH_PASSWORD="create password ex. pwgen 32" +JVB_AUTH_PASSWORD="create password ex. pwgen 32" +JIGASI_XMPP_PASSWORD="create password ex. pwgen 32" +JIBRI_RECORDER_PASSWORD="create password ex. pwgen 32" +JIBRI_XMPP_PASSWORD="create password ex. pwgen 32" + +``` + + +``` +docker-compose up -d +``` \ No newline at end of file