1
0
Fork 0
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:
Éric Gaspar 2023-04-03 22:41:55 +02:00
parent 31ceacf11b
commit 00b5694ba1

View file

@ -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"