mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
fix linter
This commit is contained in:
parent
bb816cb02d
commit
382f0e8f4d
1 changed files with 8 additions and 5 deletions
|
@ -9,7 +9,7 @@ description.fr = "Serveur de réseau social fédéré"
|
||||||
|
|
||||||
version = "2023.03.17~ynh1"
|
version = "2023.03.17~ynh1"
|
||||||
|
|
||||||
maintainers = ["Anmol Sharma"]
|
maintainers = []
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-1.0-or-later"
|
license = "AGPL-1.0-or-later"
|
||||||
|
@ -18,14 +18,17 @@ code = "https://gitlab.com/bashrc2/epicyon/"
|
||||||
fund = "https://www.patreon.com/freedombone"
|
fund = "https://www.patreon.com/freedombone"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 4.3.0"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
|
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
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, ...
|
disk = "50M"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "50M"
|
||||||
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
|
Loading…
Add table
Reference in a new issue