mirror of
https://github.com/YunoHost-Apps/iceshrimp_ynh.git
synced 2024-09-03 19:15:54 +02:00
Fix resources.apt
This commit is contained in:
parent
9ee35a556c
commit
2bcef1cb9a
1 changed files with 1 additions and 5 deletions
|
@ -15,7 +15,7 @@ website = "https://iceshrimp.dev"
|
||||||
code = "https://iceshrimp.dev/iceshrimp/iceshrimp"
|
code = "https://iceshrimp.dev/iceshrimp/iceshrimp"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.14"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
|
@ -54,9 +54,5 @@ ram.runtime = "2G"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "ffmpeg, postgresql, build-essential"
|
packages = "ffmpeg, postgresql, build-essential"
|
||||||
|
|
||||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
||||||
extras.yarn.packages = "yarn"
|
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
Loading…
Reference in a new issue