jigasi: allow jigasi guest participants
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
This commit is contained in:
@@ -12,7 +12,9 @@ services:
|
|||||||
- ${CONFIG}/transcripts:/tmp/transcripts:Z
|
- ${CONFIG}/transcripts:/tmp/transcripts:Z
|
||||||
environment:
|
environment:
|
||||||
- ENABLE_AUTH
|
- ENABLE_AUTH
|
||||||
|
- ENABLE_GUESTS
|
||||||
- XMPP_AUTH_DOMAIN
|
- XMPP_AUTH_DOMAIN
|
||||||
|
- XMPP_GUEST_DOMAIN
|
||||||
- XMPP_MUC_DOMAIN
|
- XMPP_MUC_DOMAIN
|
||||||
- XMPP_INTERNAL_MUC_DOMAIN
|
- XMPP_INTERNAL_MUC_DOMAIN
|
||||||
- XMPP_SERVER
|
- XMPP_SERVER
|
||||||
|
|||||||
@@ -116,9 +116,14 @@ org.jitsi.jigasi.xmpp.acc.IM_DISABLED=true
|
|||||||
org.jitsi.jigasi.xmpp.acc.SERVER_STORED_INFO_DISABLED=true
|
org.jitsi.jigasi.xmpp.acc.SERVER_STORED_INFO_DISABLED=true
|
||||||
org.jitsi.jigasi.xmpp.acc.IS_FILE_TRANSFER_DISABLED=true
|
org.jitsi.jigasi.xmpp.acc.IS_FILE_TRANSFER_DISABLED=true
|
||||||
{{ if .Env.ENABLE_AUTH | default "0" | toBool }}
|
{{ if .Env.ENABLE_AUTH | default "0" | toBool }}
|
||||||
|
{{ if .Env.ENABLE_GUESTS | default "0" | toBool }}
|
||||||
|
org.jitsi.jigasi.xmpp.acc.USER_ID={{ .Env.JIGASI_XMPP_USER }}@{{ .Env.XMPP_GUEST_DOMAIN }}
|
||||||
|
org.jitsi.jigasi.xmpp.acc.ANONYMOUS_AUTH=true
|
||||||
|
{{ else }}
|
||||||
org.jitsi.jigasi.xmpp.acc.USER_ID={{ .Env.JIGASI_XMPP_USER }}@{{ .Env.XMPP_AUTH_DOMAIN }}
|
org.jitsi.jigasi.xmpp.acc.USER_ID={{ .Env.JIGASI_XMPP_USER }}@{{ .Env.XMPP_AUTH_DOMAIN }}
|
||||||
org.jitsi.jigasi.xmpp.acc.PASS={{ .Env.JIGASI_XMPP_PASSWORD }}
|
|
||||||
org.jitsi.jigasi.xmpp.acc.ANONYMOUS_AUTH=false
|
org.jitsi.jigasi.xmpp.acc.ANONYMOUS_AUTH=false
|
||||||
|
{{ end }}
|
||||||
|
org.jitsi.jigasi.xmpp.acc.PASS={{ .Env.JIGASI_XMPP_PASSWORD }}
|
||||||
org.jitsi.jigasi.xmpp.acc.ALLOW_NON_SECURE=true
|
org.jitsi.jigasi.xmpp.acc.ALLOW_NON_SECURE=true
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user