mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
remove fixmes from manifest
This commit is contained in:
parent
52dfabefd9
commit
15abb07ec8
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ architectures = ["amd64", "arm64", "armhf"]
|
|||
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 = "500M"
|
||||
ram.runtime = "200M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Reference in a new issue