Package Details: peertube 7.0.0-1

Git Clone URL: https://aur.archlinux.org/peertube.git (read-only, click to copy)
Package Base: peertube
Description: ActivityPub-federated video streaming platform using P2P directly in your web browser
Upstream URL: https://joinpeertube.org/
Keywords: hls p2p self-hosted torrent video
Licenses: AGPL
Submitter: daftaupe
Maintainer: daftaupe (rigelk)
Last Packager: daftaupe
Votes: 29
Popularity: 0.062679
First Submitted: 2018-04-11 19:46 (UTC)
Last Updated: 2024-12-17 19:46 (UTC)

Pinned Comments

daftaupe commented on 2024-12-17 19:48 (UTC)

7.0.0 is out, check the release notes.

Too many things to check to make a summary here, please read what's important to check.

rigelk commented on 2020-06-18 13:32 (UTC)

Please note that the package now verifies the release signature against the lead developer's key, which you can find here: https://keybase.io/chocobozzz

Latest Comments

1 2 3 4 5 6 7 Next › Last »

daftaupe commented on 2024-12-17 19:48 (UTC)

7.0.0 is out, check the release notes.

Too many things to check to make a summary here, please read what's important to check.

daftaupe commented on 2024-09-21 19:36 (UTC) (edited on 2024-09-21 19:37 (UTC) by daftaupe)

As usual, the release notes are interesting.

Biggest point is to run a migration script : cd /usr/share/webapps/peertube && sudo -u peertube NODE_CONFIG_DIR=/etc/peertube NODE_ENV=production node dist/scripts/migrations/peertube-6.3.js

Once done, you should get Migrations finished. New migration version schema: 865 in the logs.

daftaupe commented on 2024-07-16 18:58 (UTC)

Added python-pip as a dependency as per latest release notes

daftaupe commented on 2024-04-29 14:00 (UTC)

As usual please read the release notes for 6.1.0. Most notable thing is you must add a location ~ ^/api/v1/users/[^/]+/imports/import-resumable$ { block in the nginx config.

daftaupe commented on 2023-12-18 13:43 (UTC)

Ah right, forgot to update the b2sum, that should work now.

Bitals commented on 2023-12-18 07:22 (UTC)

07:21:08 ==> Validating source files with b2sums...
07:21:08     peertube-v6.0.2.tar.xz ... Passed
07:21:09     peertube-v6.0.2.tar.xz.asc ... Skipped
07:21:09     peertube.tmpfiles ... FAILED
07:21:09     peertube.sysusers ... Passed
07:21:09     peertube ... Passed
07:21:09 ==> ERROR: One or more files did not pass the validity check!

daftaupe commented on 2023-12-17 09:27 (UTC) (edited on 2023-12-17 09:32 (UTC) by daftaupe)

Please read and follow the release notes from 6.0.0 to 6.0.2.

A lot of changes in configuration files are required, too many to list here. Also please note that /var/lib/peertube/storage/videos is now /var/lib/peertube/storage/web-videos to match the move from storage.videos to storage.web-videos.

Please test and let me know.

daftaupe commented on 2023-12-14 12:10 (UTC)

Yes it is planned. It should land this week or next one.

Kunda commented on 2023-12-13 15:53 (UTC)

Are there plans to update to 6.x.x series ?