mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Version 2.3.0
This commit is contained in:
parent
a2df0244a3
commit
c4b985ae1a
4 changed files with 8 additions and 3 deletions
|
@ -92,3 +92,8 @@
|
|||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0)
|
||||
* By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change.
|
||||
* PeerTube client now displays bigger video thumbnails.
|
||||
|
||||
[2.3.0]
|
||||
* Update PeerTube to 3.3.0
|
||||
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.3.0)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"id": "org.joinpeertube.cloudronapp",
|
||||
"title": "PeerTube",
|
||||
"author": "PeerTube developers",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages PeerTube <upstream>3.2.1</upstream>
|
||||
This app packages PeerTube <upstream>3.3.0</upstream>
|
||||
|
||||
## About
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ WORKDIR /app/code/server
|
|||
|
||||
ARG VERSION=3.3.0
|
||||
|
||||
# note: node 10 does not work. ffmpeg 4.4 does not work - https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0
|
||||
# note: node 10 does not work. ffmpeg 4.4 does not work - https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0 (https://github.com/Chocobozzz/PeerTube/issues/3990)
|
||||
|
||||
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
|
||||
# the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198
|
||||
|
|
Loading…
Reference in a new issue