Package Details: peertube 7.1.1-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.005783
First Submitted: 2018-04-11 19:46 (UTC)
Last Updated: 2025-04-12 06:31 (UTC)

Pinned Comments

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 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

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

ALSimon commented on 2019-02-06 22:03 (UTC) (edited on 2019-02-06 22:05 (UTC) by ALSimon)

Please change ProtectSystem=full to ProtectSystem=true in /usr/lib/systemd/system/peertube.service. With this package, configuration is intalled in /etc/peertube. With ProtectSystem=full, /etc/ is mounted as readonly and cannot be updated in admin UI.

rigelk commented on 2019-02-06 13:32 (UTC)

please double check the breaking changes present in the 1.2.0 release (mainly new configurations to add to your production.yaml): https://github.com/Chocobozzz/PeerTube/blob/develop/CHANGELOG.md#v120

mkoppmann commented on 2018-09-13 19:46 (UTC)

@rigelk: Awesome, thank you very much :)

rigelk commented on 2018-09-13 10:08 (UTC)

@mkoppmann: now fixed upstream - it was an incompatibility of bcrypt >= 3.x with Node 8.12 specifically (downgrading to Node 8.11.x solved the problem) - they made a new release and I updated accordingly.

mkoppmann commented on 2018-09-11 21:31 (UTC)

Can’t install this package currently. It fails at installing the bcrypt@3.0.0 module. This is because Nodejs 10 is required for that.

https://www.npmjs.com/package/bcrypt#version-compatibility

flacks commented on 2018-07-13 21:17 (UTC)

@daftaupe, You're welcome, thank you! :)

daftaupe commented on 2018-07-12 18:51 (UTC)

@flacks, this should be fixed now, thanks for reporting these issues :)

flacks commented on 2018-07-12 08:32 (UTC)

The peertube user should also own all of /etc/peertube so that the web UI can write to production.yml.

flacks commented on 2018-07-12 06:48 (UTC) (edited on 2018-07-12 08:30 (UTC) by flacks)

Nice! npm is also a missing run-time dependency.

daftaupe commented on 2018-07-11 09:17 (UTC)

@flacks : I've added git as a makedepend and removed nginx as a dependency as people could choose another reverse-proxy.