1
0
Fork 0
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:
Salamandar 2024-01-17 15:38:57 +01:00
parent 120fcc8544
commit b3a8a32915

View file

@ -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",
]