Commit d9b84cf 1 parent a77a43e commit d9b84cf Copy full SHA for d9b84cf
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,6 @@ services:
108
108
- TOKEN_AUTH_URL
109
109
networks :
110
110
meet.jitsi :
111
- aliases :
112
- - ${XMPP_DOMAIN}
113
111
114
112
# XMPP server
115
113
prosody :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ services:
13
13
devices :
14
14
- /dev/snd:/dev/snd
15
15
environment :
16
+ - PUBLIC_URL
16
17
- XMPP_AUTH_DOMAIN
17
18
- XMPP_INTERNAL_MUC_DOMAIN
18
19
- XMPP_RECORDER_DOMAIN
Original file line number Diff line number Diff line change 15
15
" {{ .Env.XMPP_SERVER }}"
16
16
],
17
17
"xmpp_domain" : " {{ .Env.XMPP_DOMAIN }}" ,
18
+ // An (optional) base url the Jibri will join if it is set
19
+ "baseUrl" : " {{ .Env.PUBLIC_URL }}" ,
18
20
// Jibri will login to the xmpp server as a privileged user
19
21
"control_login" : {
20
22
"domain" : " {{ .Env.XMPP_AUTH_DOMAIN }}" ,
28
30
"control_muc" : {
29
31
"domain" : " {{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" ,
30
32
"room_name" : " {{ .Env.JIBRI_BREWERY_MUC }}" ,
31
- // MUST be unic for every instanse
33
+ // MUST be unic for every instanse
32
34
"nickname" : " jibri-instanse-{{ .Env.JIBRI_INSTANCE_ID }}"
33
35
},
34
36
// All participants in a call join a muc so they can exchange
You can’t perform that action at this time.
0 commit comments