mirror of
https://github.com/YunoHost-Apps/spacedeck_ynh.git
synced 2024-09-03 20:26:14 +02:00
Remove fixmes
This commit is contained in:
parent
120fcc8544
commit
b3a8a32915
1 changed files with 5 additions and 5 deletions
|
@ -20,9 +20,9 @@ architectures = ["amd64"]
|
|||
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 = "50M"
|
||||
ram.build = "300M"
|
||||
ram.runtime = "20M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
@ -55,7 +55,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"graphicsmagick",
|
||||
"ffmpeg",
|
||||
"graphicsmagick",
|
||||
"ffmpeg",
|
||||
"ghostscript",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue