1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update manifest.toml

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Éric Gaspar 2023-02-13 18:26:40 +01:00 committed by GitHub
parent cc94506790
commit 63448f2049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,11 +59,13 @@ ram.runtime = "512M"
[resources.data_dir]
[resources.permissions]
main.label = "api"
main.url = "re:$domain /.well-known /.*"
main.auth_header = false
main.show_tile = false
main.protected= true
main.url = "/"
api.url = "re:$domain\\/.well-known\\/.*"
api.auth_header = false
api.show_tile = false
api.protected= true
api.allowed = ["visitors", "all_users"]
[resources.database]
type = "mysql"