1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-03-22 07:37:12 +01:00
parent 50a6085ec0
commit 02fe511a21

View file

@ -61,13 +61,13 @@ ram.runtime = "50M"
api.show_tile = false
api.protected = true
[resources.apt]
packages = "ffmpeg postgresql postgresql-contrib openssl g++ mailutils apt-transport-https"
[resources.apt]
packages = "ffmpeg postgresql postgresql-contrib openssl g++ mailutils apt-transport-https"
[[resources.apt.extras]]
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
packages = "yarn"
# (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)
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]
type = "postgresql"