Package Details: peertube 6.0.4-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: 28
Popularity: 0.159387
First Submitted: 2018-04-11 19:46 (UTC)
Last Updated: 2024-04-04 20:07 (UTC)

Pinned Comments

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.

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 Next › Last »

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 ?

gameslayer commented on 2023-11-29 08:08 (UTC)

Fails to run

peertube                                                      
node:internal/modules/cjs/loader:1147
  throw err;
  ^

Error: Cannot find module '/usr/share/webapps/peertube/dist/server/tools/peertube.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v21.2.0

daftaupe commented on 2023-07-14 16:57 (UTC) (edited on 2023-07-14 16:57 (UTC) by daftaupe)

From the official relase notes of 5.2.0, make sure that :
- you update your nginx configuration to support remote runners: https://github.com/Chocobozzz/PeerTube/blob/develop/support/nginx/peertube#L101
- you add storage.tmp_persistent directory in configuration file. You must configure it in your production.yaml: https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L128

daftaupe commented on 2023-01-05 15:09 (UTC)

The official Release notes of 5.0.0 ask to run the following command cd /usr/share/webapps/peertube && sudo -u peertube NODE_CONFIG_DIR=/etc/peertube NODE_ENV=production node dist/scripts/migrations/peertube-5.0.js

dodecahedron commented on 2022-12-03 20:24 (UTC)

@daftaupe Can you change the Python 2 dependency to Python 3 since PeerTube can use either one and Python 2 has been removed from the official Arch repos?

The PeerTube docs recommend using --production for yarn install so can you also make that edit to the PKGBUILD?