diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-22 18:01:54 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-03-22 18:01:54 +0100 |
commit | cef60898b5db0e314a435121606b04b1ad6ffbdd (patch) | |
tree | 12d34ff821c0aa473af7fdf4a3ec6e46c3e702e8 /docker/jitsi/jitsi-conference-focus/jicofo | |
parent | e24522d8285878240ee0d873616bc177313aa7ba (diff) | |
download | infrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.tar.gz infrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.zip |
Rework jitsi-xmpp to support cert gen
Diffstat (limited to 'docker/jitsi/jitsi-conference-focus/jicofo')
-rwxr-xr-x | docker/jitsi/jitsi-conference-focus/jicofo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/jitsi/jitsi-conference-focus/jicofo b/docker/jitsi/jitsi-conference-focus/jicofo new file mode 100755 index 0000000..34b5548 --- /dev/null +++ b/docker/jitsi/jitsi-conference-focus/jicofo @@ -0,0 +1,8 @@ +#!/bin/bash + +/srv/jicofo/jicofo.sh \ + --host=${JITSI_PROSODY_HOST} \ + --domain=jitsi.deuxfleurs.fr \ + --secret=${JITSI_SECRET_JICOFO_COMPONENT} \ + --user_domain=auth.jitsi.deuxfleurs.fr \ + --user_password=${JITSI_SECRET_JICOFO_USER} |