1
0
Fork 0
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:
Alexandre Aubin 2023-03-14 18:49:15 +01:00 committed by GitHub
parent 665466b18a
commit fa7bcb3c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"