aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/jitsi-conference-focus/jicofo
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-22 18:01:54 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-22 18:01:54 +0100
commitcef60898b5db0e314a435121606b04b1ad6ffbdd (patch)
tree12d34ff821c0aa473af7fdf4a3ec6e46c3e702e8 /docker/jitsi/jitsi-conference-focus/jicofo
parente24522d8285878240ee0d873616bc177313aa7ba (diff)
downloadinfrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.tar.gz
infrastructure-cef60898b5db0e314a435121606b04b1ad6ffbdd.zip
Rework jitsi-xmpp to support cert gen
Diffstat (limited to 'docker/jitsi/jitsi-conference-focus/jicofo')
-rwxr-xr-xdocker/jitsi/jitsi-conference-focus/jicofo8
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}