1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/photoview_ynh.git synced 2024-09-03 20:05:55 +02:00

Remove fixmes from manifest

This commit is contained in:
Salamandar 2024-03-11 22:57:47 +01:00
parent edba5fae57
commit e434879dce

View file

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