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:
parent
002c3eab56
commit
0ce9dd860b
1 changed files with 4 additions and 4 deletions
|
@ -72,14 +72,14 @@ ram.runtime = "200M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.allow = "visitors"
|
api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
api.protect = true
|
api.protected = true
|
||||||
|
|
||||||
share.url = "/share"
|
share.url = "/share"
|
||||||
share.allow = "visitors"
|
share.allowed = "visitors"
|
||||||
share.auth_header = false
|
share.auth_header = false
|
||||||
share.protect = true
|
share.protected = true
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 4001
|
main.default = 4001
|
||||||
|
|
Loading…
Add table
Reference in a new issue