1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

fix linter

This commit is contained in:
Éric Gaspar 2024-01-18 10:47:53 +01:00 committed by Félix Piédallu
parent a7ec7c8bef
commit 6c5a20d8bd

View file

@ -22,11 +22,14 @@ code = "https://github.com/standardnotes/server"
yunohost = ">= 11.2.12" yunohost = ">= 11.2.12"
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, ...
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]