We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6ef89 commit 261577cCopy full SHA for 261577c
web/rootfs/defaults/system-config.js
@@ -11,7 +11,8 @@
11
{{ $XMPP_MUC_DOMAIN := .Env.XMPP_MUC_DOMAIN | default "muc.meet.jitsi" -}}
12
{{ $XMPP_MUC_DOMAIN_PREFIX := (split "." $XMPP_MUC_DOMAIN)._0 -}}
13
14
-// Begin default config overrides.
+// Jitsi Meet configuration.
15
+var config = {};
16
17
if (!config.hasOwnProperty('hosts')) config.hosts = {};
18
web/rootfs/etc/cont-init.d/10-config
@@ -75,7 +75,6 @@ tpl /defaults/ssl.conf > /config/nginx/ssl.conf
75
76
tpl /defaults/default > /config/nginx/site-confs/default
77
78
-cp /defaults/config.js /config/config.js
79
tpl /defaults/system-config.js >> /config/config.js
80
tpl /defaults/settings-config.js >> /config/config.js
81
if [[ -f /config/custom-config.js ]]; then
0 commit comments