1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

fix linter

This commit is contained in:
Éric Gaspar 2023-09-08 14:19:36 +02:00
parent 856de4ac38
commit b66f89a704

View file

@ -17,7 +17,7 @@ admindoc = "https://doc.wallabag.org/en/"
code = "https://github.com/wallabag/wallabag"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
@ -34,6 +34,10 @@ ram.runtime = "50M"
type = "path"
default = "/wallabag"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
@ -51,7 +55,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server php8.2-cli php8.2-mysql php8.2-gd php8.2-tidy php8.2-curl php8.2-gettext php8.2-redis php8.2-xml php8.2-mbstring php8.2-ldap php8.2-intl"
packages = "mariadb-server, php8.2-cli, php8.2-mysql, php8.2-gd, php8.2-tidy, php8.2-curl, php8.2-gettext, php8.2-redis, php8.2-xml, php8.2-mbstring, php8.2-ldap, php8.2-intl"
[resources.database]
type = "mysql"