mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
This commit is contained in:
parent
fbad5b143a
commit
470a859066
1 changed files with 6 additions and 4 deletions
|
@ -61,8 +61,9 @@ Component "conference.__DOMAIN__" "muc"
|
||||||
-- "token_verification";
|
-- "token_verification";
|
||||||
}
|
}
|
||||||
admins = { "__FOCUS_USER__@auth.__DOMAIN__" }
|
admins = { "__FOCUS_USER__@auth.__DOMAIN__" }
|
||||||
muc_room_locking = false
|
allow_anonymous_creation = true
|
||||||
muc_room_default_public_jids = true
|
instant_room_on_creation = true
|
||||||
|
room_default_config = { whois = "anyone" }
|
||||||
|
|
||||||
-- internal muc component
|
-- internal muc component
|
||||||
Component "internal.auth.__DOMAIN__" "muc"
|
Component "internal.auth.__DOMAIN__" "muc"
|
||||||
|
@ -71,8 +72,9 @@ Component "internal.auth.__DOMAIN__" "muc"
|
||||||
"ping";
|
"ping";
|
||||||
}
|
}
|
||||||
admins = { "__FOCUS_USER__@auth.__DOMAIN__", "__VIDEOBRIDGE_USER__@auth.__DOMAIN__" }
|
admins = { "__FOCUS_USER__@auth.__DOMAIN__", "__VIDEOBRIDGE_USER__@auth.__DOMAIN__" }
|
||||||
muc_room_locking = false
|
allow_anonymous_creation = true
|
||||||
muc_room_default_public_jids = true
|
instant_room_on_creation = true
|
||||||
|
room_default_config = { whois = "anyone" }
|
||||||
|
|
||||||
VirtualHost "auth.__DOMAIN__"
|
VirtualHost "auth.__DOMAIN__"
|
||||||
ssl = {
|
ssl = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue