mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
manifest: we probably want actual bools for permissions auth_header / show_tile / protected
This commit is contained in:
parent
665466b18a
commit
fa7bcb3c3d
1 changed files with 5 additions and 5 deletions
|
@ -60,11 +60,11 @@ ram.runtime = "50M"
|
|||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.additional_urls="/scripts/api.js"
|
||||
api.allowed="visitors"
|
||||
api.auth_header="false"
|
||||
api.show_tile="false"
|
||||
api.protected="true"
|
||||
api.additional_urls = "/scripts/api.js"
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
api.show_tile = false
|
||||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server acl php8.0-gd php8.0-zip php8.0-dom php8.0-mbstring php8.0-gmp php8.0-mysql php8.0-sqlite3 php8.0-curl php8.0-intl php8.0-xml"
|
||||
|
|
Loading…
Add table
Reference in a new issue