1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00

Merge branch 'master' into testing

This commit is contained in:
OniriCorpe 2024-02-15 18:15:34 +01:00 committed by GitHub
commit 5c695c6d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ ram.runtime = "50M"
[install.theme]
ask.en = "Choose a theme"
ask.fr = "Choisissez un theme"
type = "string"
type = "select"
choices = ["default", "milligram"]
default = "milligram"
@ -64,7 +64,17 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql carton libpod-parser-perl"
packages = [
"build-essential",
"libssl-dev",
"zlib1g-dev",
"libpng-dev",
"libpq-dev",
"libpod-parser-perl",
"carton",
"memcached",
"postgresql",
]
[resources.database]
type = "postgresql"