1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Fix manifestv2

This commit is contained in:
Salamandar 2024-01-16 21:53:46 +01:00
parent 7a9a861ce5
commit f16508da25

View file

@ -7,7 +7,7 @@ name = "Leed"
description.en = "Minimalistic RSS feed aggregator which allows quick and non-intrusive reading of feeds" 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" 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 = [] maintainers = []
@ -16,14 +16,14 @@ license = "AGPL-3.0"
code = "https://github.com/LeedRSS/Leed" code = "https://github.com/LeedRSS/Leed"
[integration] [integration]
yunohost = ">= 4.3.0" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... disk = "50M"
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... ram.build = "50M"
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... ram.runtime = "50M"
[install] [install]
[install.domain] [install.domain]
@ -70,6 +70,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
[resources.apt] [resources.apt]
packages = [ packages = [
"php7.4-fpm", "php7.4-fpm",
"mariadb-server",
] ]
[resources.database] [resources.database]