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:
parent
50a6085ec0
commit
02fe511a21
1 changed files with 6 additions and 6 deletions
|
@ -64,10 +64,10 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "ffmpeg postgresql postgresql-contrib openssl g++ mailutils apt-transport-https"
|
packages = "ffmpeg postgresql postgresql-contrib openssl g++ mailutils apt-transport-https"
|
||||||
|
|
||||||
[[resources.apt.extras]]
|
# (this part is optional and corresponds to the legacy ynh_install_extra_app_dependencies helper)
|
||||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
packages = "yarn"
|
extras.yarn.packages = "yarn"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Reference in a new issue