mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Remove fixmes in manifest
This commit is contained in:
parent
f9489e2343
commit
4b2b1ae986
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ architectures = "all" # FIXME: can be replaced by a list of supported archs usin
|
|||
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 = "200M"
|
||||
ram.build = "2000M"
|
||||
ram.runtime = "2000M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Reference in a new issue