1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nomad_ynh.git synced 2024-09-03 19:55:53 +02:00

Remove fixmes from manifest.toml

This commit is contained in:
Félix Piédallu 2024-03-20 11:34:40 +01:00 committed by Félix Piédallu
parent 0fa324962a
commit 67a2370ebf

View file

@ -23,9 +23,9 @@ architectures = "all"
multi_instance = false
ldap = "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, ...
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
disk = "300M"
ram.build = "100M"
ram.runtime = "50M"
[install]
[install.domain]