mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
fix order in manifest.toml
This commit is contained in:
parent
b8c9ba8cb9
commit
b6c951993d
1 changed files with 3 additions and 4 deletions
|
@ -107,9 +107,6 @@ ram.runtime = "50M"
|
||||||
backend.default = 8001
|
backend.default = 8001
|
||||||
similarity.default = 8002
|
similarity.default = 8002
|
||||||
|
|
||||||
[resources.database]
|
|
||||||
type = "postgresql"
|
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = [
|
packages = [
|
||||||
"curl", "unzip",
|
"curl", "unzip",
|
||||||
|
@ -149,7 +146,6 @@ ram.runtime = "50M"
|
||||||
"libmagickwand-dev",
|
"libmagickwand-dev",
|
||||||
"libldap2-dev",
|
"libldap2-dev",
|
||||||
"libsasl2-dev",
|
"libsasl2-dev",
|
||||||
"postgresql",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
|
@ -162,3 +158,6 @@ ram.runtime = "50M"
|
||||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
packages = "yarn"
|
packages = "yarn"
|
||||||
|
|
||||||
|
[resources.database]
|
||||||
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue