1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2024-05-02 22:59:55 +02:00
parent 002c3eab56
commit 0ce9dd860b

View file

@ -72,14 +72,14 @@ ram.runtime = "200M"
main.url = "/"
api.url = "/api"
api.allow = "visitors"
api.allowed = "visitors"
api.auth_header = false
api.protect = true
api.protected = true
share.url = "/share"
share.allow = "visitors"
share.allowed = "visitors"
share.auth_header = false
share.protect = true
share.protected = true
[resources.ports]
main.default = 4001