Package Details: peertube 7.3.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.000055
First Submitted: 2018-04-11 19:46 (UTC)
Last Updated: 2025-09-10 19:23 (UTC)

Pinned Comments

daftaupe commented on 2025-09-10 19:24 (UTC)

7.3.0 is out, check the release notes.

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 »

jwh commented on 2025-09-27 21:31 (UTC)

==> Starting build()... yarn install v1.22.22 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... error i18next-parser@9.3.0: The engine "node" is incompatible with this module. Expected version "^18.0.0 || ^20.0.0 || ^22.0.0". Got "24.8.0" error Found incompatible module.

Maybe explicitly depend on lts?

CountMurphy commented on 2025-09-11 15:53 (UTC)

In case anyone else runs into 7.3.0 not starting, you might need to create /usr/share/webapps/peertube/storage and grant ownership of that directory to peertube.

daftaupe commented on 2025-09-10 19:24 (UTC)

7.3.0 is out, check the release notes.

daftaupe commented on 2025-06-11 11:52 (UTC)

7.2.0 is out, check the release notes. 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-7.2.js

daftaupe commented on 2025-03-18 19:49 (UTC)

7.1.0 is out, check the release notes. One important note is : "Due to a bug in the remote video thumbnail update, we recommend running the prune storage script to clean up the filesystem".

daftaupe commented on 2025-01-06 13:26 (UTC)

7.0.1 is out, check the release notes, mostly bug fixes, so check the 7.0.0 also if you skipped it.

Starting with previous commit, the default.yaml is now included into /etc/peertube, so that might have some impact for some of you.

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.