diff --git a/manifest.toml b/manifest.toml index 4e7d287..6630742 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Leed" description.en = "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds" description.fr = "Agrégateur RSS minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive" -version = "1.13.0~ynh1" +version = "1.13.0~ynh2" maintainers = [] @@ -16,14 +16,14 @@ license = "AGPL-3.0" code = "https://github.com/LeedRSS/Leed" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false sso = false -disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... -ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... -ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... +disk = "50M" +ram.build = "50M" +ram.runtime = "50M" [install] [install.domain] @@ -70,6 +70,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen [resources.apt] packages = [ "php7.4-fpm", + "mariadb-server", ] [resources.database]