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:
commit
5c695c6d28
1 changed files with 12 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue