mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Update manifest.toml
This commit is contained in:
parent
31ceacf11b
commit
00b5694ba1
1 changed files with 2 additions and 2 deletions
|
@ -69,14 +69,14 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.show_tile = false
|
||||
server_api.url = "$domain/_matrix "
|
||||
server_api.url = "__DOMAIN__/_matrix "
|
||||
server_api.label = "Server access for client apps."
|
||||
server_api.show_tile = false
|
||||
server_api.allowed = "visitors"
|
||||
server_api.auth_header = false
|
||||
server_api.protected = true
|
||||
|
||||
server_client_infos.url = "$server_name/.well-known/matrix "
|
||||
server_client_infos.url = "__SERVER_NAME__/.well-known/matrix "
|
||||
server_client_infos.label = "Server info for clients. (well-known)"
|
||||
server_client_infos.show_tile = false
|
||||
server_client_infos.allowed = "visitors"
|
||||
|
|
Loading…
Add table
Reference in a new issue