prosody: tpl main prosody.cfg.lua

This commit is contained in:
Aaron van Meerten
2019-06-05 19:55:51 -05:00
parent d6a949ca63
commit dc374d3633
2 changed files with 12 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ fi
if [[ ! -f $PROSODY_CFG ]]; then
cp -r /defaults/* /config
tpl /defaults/prosody.cfg.lua > $PROSODY_CFG
tpl /defaults/conf.d/jitsi-meet.cfg.lua > /config/conf.d/jitsi-meet.cfg.lua
prosodyctl --config $PROSODY_CFG register $JICOFO_AUTH_USER $XMPP_AUTH_DOMAIN $JICOFO_AUTH_PASSWORD