mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
Update manifest.toml
This commit is contained in:
parent
1226a30ad9
commit
e70b44fafd
1 changed files with 4 additions and 1 deletions
|
@ -61,6 +61,10 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.auth_header = false
|
||||
api.url = "/api"
|
||||
api.show_tile = false
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
@ -69,4 +73,3 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue