1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-12-07 09:54:53 +01:00
parent 389683e5c0
commit bed7e4ec32

View file

@ -53,15 +53,17 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
public.url = "/public.php" public.url = "/public.php"
public.allowed = "visitors" public.allowed = "visitors"
public.show_tile = false public.show_tile = false
public.protected = true public.protected = true
api.url = "/api" api.url = "/api"
api.allowed = "visitors"
api.show_tile = false
api.auth_header =false api.auth_header =false
api.show_tile = false
api.protected = true api.protected = true
api.allowed = "visitors"
[resources.apt] [resources.apt]
packages = "postgresql, php8.2-pgsql, php8.2-curl, php8.2-gd, php8.2-opcache,php8.2-fileinfo, php8.2-intl, php8.2-cli, php8.2-mbstring, php8.2-xml" packages = "postgresql, php8.2-pgsql, php8.2-curl, php8.2-gd, php8.2-opcache,php8.2-fileinfo, php8.2-intl, php8.2-cli, php8.2-mbstring, php8.2-xml"