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:
parent
7a9a861ce5
commit
f16508da25
1 changed files with 6 additions and 5 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue