mirror of
https://github.com/YunoHost-Apps/peertube_remote_runner_ynh.git
synced 2024-09-03 19:56:21 +02:00
add ffmpeg
This commit is contained in:
parent
52793860a7
commit
b8a331ded8
1 changed files with 2 additions and 4 deletions
|
@ -38,10 +38,6 @@ ram.runtime = "500M"
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
|
||||||
url = "https://github.com/Chocobozzz/PeerTube/releases/download/v5.2.0/peertube-v5.2.0.tar.xz"
|
|
||||||
sha256 = "42ed1f54cc2da810ceacc5c463c33c99d38d353ba6c055a2322be62d98131b88"
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.exposed = "TCP" #FIXME
|
main.exposed = "TCP" #FIXME
|
||||||
|
@ -57,6 +53,8 @@ ram.runtime = "500M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
|
packages = "ffmpeg"
|
||||||
|
|
||||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
extras.yarn.packages = "yarn"
|
extras.yarn.packages = "yarn"
|
||||||
|
|
Loading…
Add table
Reference in a new issue