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:
parent
cc94506790
commit
63448f2049
1 changed files with 7 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue