1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update manifest.toml

try debug sync webdav
This commit is contained in:
Robles Rodolphe 2024-09-03 14:38:36 +02:00 committed by GitHub
parent 6a15ea4aed
commit 9d2609258f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,11 +53,11 @@ ram.runtime = "50M"
api.show_tile = false
api.protected = true
api.auth_header = true
webdav.url = "/dav/documents/"
webdav.url = "/dav/documents/*"
webdav.allowed = ["visitors", "all_users"]
webdav.show_tile = false
webdav.protected = true
webdav.auth_header = true
webdav.auth_header = false
[resources.apt]
packages = "sqlite3, php8.2-sqlite3, php8.2-gd, php8.2-intl, php8.2-cli, php8.2-gnupg, php8.2-mbstring, php8.2-zip"