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

remove fixmes from manifest

This commit is contained in:
Salamandar 2024-03-07 21:41:23 +01:00
parent 9dd9301668
commit 2760c3ddd6

View file

@ -24,9 +24,9 @@ architectures = "all"
multi_instance = false
ldap = true
sso = true
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 = "200M"
ram.build = "200M"
ram.runtime = "200M"
[install]
[install.domain]