Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

PeerTube

106 Topics 917 Posts
  • PeerTube - Package Updates

    Pinned Locked
    86
    2 Votes
    86 Posts
    43k Views
    Package UpdatesP
    [4.7.2] Update PeerTube to 8.2.1 Full Changelog Add toot:discoverable support for actors Handle PNPM store directory change, fixing ERR_PNPM_UNEXPECTED_STORE crash Better conversion to square thumbnail of landscape thumbnails Fix running again object storage move job on videos that are already in object storage when using npm run create-move-video-storage-job Fix uploading HLS caption after transcoding Fix broken schema.org tag with special chars
  • 1 Votes
    7 Posts
    206 Views
    archosA
    Update: After more testing, I can confirm that normal video uploads work correctly – the intermediate web video file is created during HLS transcoding but gets properly deleted afterwards. Only HLS remains on S3. However, videos imported from YouTube still leave the intermediate web video file on S3 – it never gets cleaned up after HLS transcoding is complete. So the issue seems to be specifically in PeerTube's YouTube import pipeline, not in the transcoding process itself. This is likely an upstream PeerTube bug rather than a Cloudron packaging issue. I'll open a report on the PeerTube GitHub. Thanks again for the quick fix of start.sh!
  • 8.2 plug-in issues

    3
    0 Votes
    3 Posts
    100 Views
    S
    Yes - I had to manually delete google analytics lines in the package.json I then ran: rm -rf /app/data/storage/plugins/node_modules I then reinstalled the plugs-ins and now all is good. ALSO added: blockExoticSubdeps: false to the pnpm-workspace.yaml - this fixes a couple of other plugins
  • PeerTube v8.1.8 is out and it's a critical security release.

    4
    2 Votes
    4 Posts
    234 Views
    archosA
    Thank you very much for the quick update.
  • org.joinpeertube.cloudronapp@4.6.7 breaks the app

    4
    1 Votes
    4 Posts
    155 Views
    jamesJ
    Hello @luckow The PeerTube package was upadted to handle this issue.
  • Version info not accurate

    3
    2 Votes
    3 Posts
    115 Views
    J
    https://git.cloudron.io/packages/peertube-app/-/merge_requests/32/diffs?commit_id=6f91a2b38f91fd6d816939194f7ff90d000b2169 will fix the version back.
  • stopUnusedServices stops TURN (and other services) after PeerTube restart

    5
    1 Votes
    5 Posts
    316 Views
    A
    I tested this again more carefully. The TURN service does indeed get stopped after app restart because of stopUnusedServices, but PeerTube itself continues to work normally and the socket/WebRTC behavior seems fine. So my earlier assumption was probably wrong: the TURN service stopping does not appear to be the cause of the PeerTube issue I saw before. That may have been a separate glitch. So it seems TURN is currently unused in my setup, and Cloudron stopping it is expected with the new unused-services cleanup behavior. Thanks for clarifying.
  • Peertube: PSA about settings

    4
    2 Votes
    4 Posts
    336 Views
    jamesJ
    Hello @necrevistonnezr We have updated the default config template to reflect the upstream. An app update should be available.
  • Postupdate scripts?

    11
    2 Votes
    11 Posts
    961 Views
    necrevistonnezrN
    Just to be clear: In the current version, video thumbnails are not created automatically after an upload, other than before. gosu cloudron:cloudron npm run regenerate-thumbnails needs to be run manually. Is this still an error in the Cloudron package or the App itself?
  • Import YouTube

    10
    0 Votes
    10 Posts
    3k Views
    David 0D
    Has anything new been added to this issue? I came across this guide: https://github.com/Chocobozzz/PeerTube/issues/6522#issuecomment-3698599168 However, I was unable to implement it (I suppose I lack knowledge of CLI and skills).
  • PeerTube S3 Object Storage broken after upgrade(s) - Fix

    1
    3 Votes
    1 Posts
    200 Views
    No one has replied
  • Upgrade to 8.0.1 but interface seems to be 7.x

    4
    1
    2 Votes
    4 Posts
    509 Views
    jdaviescoatesJ
    @mrejas said in Upgrade to 8.0.1 but interface seems to be 7.x: Haha, I obviously got lost somehow! The Cloudron forurm's search ranking is just Too Good
  • [GUIDE] Move PeerTube video storage to Hetzner S3

    Moved guides
    9
    6 Votes
    9 Posts
    2k Views
    archosA
    @stoccafisso DigitalOcean Spaces should work fine — it's a standard S3-compatible storage. The setup is basically the same as in the guide. Just use your DO endpoint and access keys.
  • PeerTube – 413 error when uploading thumbnail

    4
    0 Votes
    4 Posts
    955 Views
    archosA
    @james Thanks for the quick reply and especially for the fast update, you’re the best!
  • Updating the OIDC plugin breaks OIDC

    5
    1
    0 Votes
    5 Posts
    1k Views
    nebulonN
    We just released a new app package with an update openId plugin
  • Restoring a psql dump from another instance

    2
    2 Votes
    2 Posts
    915 Views
    DidierMalenfantD
    I think I may have found the solution. I can drop everything in the old database by logging in to the psql database and doing: DROP OWNED BY userXXXXXX CASCADE; (obviously replacing the XXXX by the random number generated for the peertube app) and then recreating an empty schema ready form import: CREATE SCHEMA public; CREATE EXTENSION unaccent; CREATE EXTENSION pg_trgm; (unaccent and pg_trgm are needed for restoring the peer tube db dump). Then the restore works without error or warnings: PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} pg_restore -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} --format=custom --schema=public --no-owner --role=${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} peertube_prod-dump.db and my app seems to come back up correctly as my old peertube server. I'll keep an eye on it in the next couple of days to see if I notice anything odd.
  • 0 Votes
    3 Posts
    1k Views
    L
    @james Thanks for asking! This issue remains unresolved, as far as I am aware.
  • Yippee. Goal achieved.

    2
    6 Votes
    2 Posts
    707 Views
    girishG
    Oh, we didn't even know they had a funding going on They have a lovely site They provide a bunch of free services to others - https://degooglisons-internet.org/en/ I think once @nebulon is back from vacation, we will look into sponsoring them . https://soutenir.framasoft.org/en/
  • Error when installing

    Solved
    12
    1
    0 Votes
    12 Posts
    4k Views
    jamesJ
    Closed due to inactivity Currently everything is working as expected.
  • how to reduce performance during Peertube streams

    support peertube livestream
    2
    2 Votes
    2 Posts
    653 Views
    robiR
    Choose a lower bitrate.