1
0
Fork 0
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:
oufmilo 2023-12-21 17:27:34 +01:00
parent 9ee35a556c
commit 2bcef1cb9a

View file

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