[jitsi] update jitsi for Task#12203

This commit is contained in:
kjg 2023-11-21 15:24:46 +00:00
parent f3922f3586
commit 16db16958e
1 changed files with 45 additions and 0 deletions

45
jitsi/README.md Normal file
View File

@ -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
```