From f225e7f4b1d3edb224710a2d8fea2893592e219e Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 15 Dec 2020 22:44:06 -0600 Subject: [PATCH] Fix url schema --- add-jibri-node.sh | 2 +- quick_jibri_installer.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/add-jibri-node.sh b/add-jibri-node.sh index a6bec43..1cb25ea 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -405,7 +405,7 @@ INOT_RSYNC mkdir /var/log/$NJN_USER -cat << LOG_ROT >> /etc/logrotate.d/$NJN_USER +cat << LOG_ROT > /etc/logrotate.d/$NJN_USER /var/log/$NJN_USER/*.log { monthly missingok diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index c7a1c59..5547e20 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -704,6 +704,7 @@ prosodyctl register recorder recorder.$DOMAIN $JB_REC_PASS # /etc/jitsi/jicofo/sip-communicator.properties cat << BREWERY >> $JICOFO_SIP #org.jitsi.jicofo.auth.URL=XMPP:$DOMAIN +#org.jitsi.jicofo.auth.URL=EXT_JWT:$DOMAIN org.jitsi.jicofo.jibri.BREWERY=$JibriBrewery@internal.auth.$DOMAIN org.jitsi.jicofo.jibri.PENDING_TIMEOUT=90 #org.jitsi.jicofo.auth.DISABLE_AUTOLOGIN=true