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

remove fixmes in manifest

This commit is contained in:
Félix Piédallu 2023-12-13 11:38:09 +01:00
parent 886256212a
commit 62f4af04fe

View file

@ -26,9 +26,9 @@ architectures = "all" # FIXME: can be replaced by a list of supported archs usin
multi_instance = false
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 = "100M"
ram.runtime = "10M"
[install]
[install.username]