mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Fix permissions
This commit is contained in:
parent
4bcaa19443
commit
47c22ef138
1 changed files with 2 additions and 2 deletions
|
@ -65,14 +65,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