1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element-call_ynh.git synced 2024-09-03 20:36:02 +02:00
This commit is contained in:
Éric Gaspar 2023-10-17 17:48:31 +02:00
parent b39e07788e
commit a10b4a4089
3 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,8 @@
{ {
"default_server_config": { "default_server_config": {
"m.homeserver": { "m.homeserver": {
"base_url": "https://call.ems.host", "base_url": "https://__DEFAULT_HOME_SERVER__",
"server_name": "call.ems.host" "server_name": "__DEFAULT_HOME_SERVER__"
} }
}, },
"eula": "https://static.element.io/legal/online-EULA.pdf" "eula": "https://static.element.io/legal/online-EULA.pdf"

View file

@ -34,6 +34,10 @@ ram.runtime = "50M"
[install.domain] [install.domain]
type = "domain" type = "domain"
[install.path]
type = "path"
default = "/element-call"
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"
default = "visitors" default = "visitors"

View file

@ -7,3 +7,5 @@ test_format = 1.0
# ------------ # ------------
# Tests to run # Tests to run
# ------------ # ------------
arg.default_home_server = "my-own-homeserver.tld"