1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Simplify permission url on manitfest

This commit is contained in:
Josué Tille 2024-02-26 20:18:07 +01:00
parent d1926e4671
commit fd4add79ec
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -85,20 +85,20 @@ ram.runtime = "200M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.additional_urls = ["__DOMAIN__/_matrix/cas_server.php/login"] main.additional_urls = ["/_matrix/cas_server.php/login"]
main.label = "Server SSO" main.label = "Server SSO"
main.auth_header = true main.auth_header = true
main.show_tile=false main.show_tile=false
main.protected = true main.protected = true
server_api.url = "__DOMAIN__/_matrix" server_api.url = "/_matrix"
server_api.label = "Server access for client apps" server_api.label = "Server access for client apps"
server_api.allowed = "visitors" server_api.allowed = "visitors"
server_api.auth_header = false server_api.auth_header = false
server_api.show_tile = false server_api.show_tile = false
server_api.protected = true server_api.protected = true
admin_api.url = "__DOMAIN__/_synapse" admin_api.url = "/_synapse"
admin_api.label = "Admin API" admin_api.label = "Admin API"
admin_api.allowed = "visitors" admin_api.allowed = "visitors"
admin_api.auth_header = false admin_api.auth_header = false