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:
parent
389683e5c0
commit
bed7e4ec32
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue