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

101 Topics 889 Posts
  • PeerTube - Package Updates

    Pinned
    79
    2 Votes
    79 Posts
    34k Views
    Package UpdatesP
    [4.6.5] Update PeerTube to 8.1.5 Full Changelog Fix infinite loop when processing some GIF images Correctly inject custom admin colors in dark theme Fix broken player when loading the page in background
  • stopUnusedServices stops TURN (and other services) after PeerTube restart

    5
    1 Votes
    5 Posts
    84 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
    100 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
    326 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
    2k 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
    120 Views
    No one has replied
  • Upgrade to 8.0.1 but interface seems to be 7.x

    4
    1
    2 Votes
    4 Posts
    307 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
    774 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
    855 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
    751 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
    584 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
    572 Views
    robiR
    Choose a lower bitrate.
  • 2 Votes
    3 Posts
    765 Views
    A
    Same problem in my peertube instance.
  • cant start peertube after updateing latest cloudron

    Solved
    14
    1 Votes
    14 Posts
    4k Views
    nebulonN
    well glad it worked out somehow in the end.
  • Redis usage is quite large, 15GB, is that normal?

    5
    1 Votes
    5 Posts
    1k Views
    A
    I tried the FLUSHALL command from cloudron terminal, and it seems to be back to normal. I will monitor whether it will go up again.
  • HLS problems with public/ not listed videos

    2
    0 Votes
    2 Posts
    660 Views
    jdaviescoatesJ
    @sponch I seem to have chosen HLS over on https://uniteddiversity.tv and everything is playing fine for me there [image: 1738869030667-screenshot_20250206-190914_firefox.png] I'd guess I've got the same settings over on https://bridport.tv too
  • Problems with federation (Peertube)

    Moved
    17
    1 Votes
    17 Posts
    5k Views
    C
    true, Mastodon use ActivityPub