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

92 Topics 823 Posts
  • PeerTube - Package Updates

    Pinned
    66
    2 Votes
    66 Posts
    11k Views
    Package UpdatesP
    [4.3.2] Update PeerTube to 7.2.1 Full Changelog Fix federation of sensitive videos with previous PeerTube versions Do not uppercase video tags to prevent accessibility issues Fix support field not automatically filled from channel data when publishing a video Fix "Add new playlist" broken style Fix browse videos page title on web browser "History Back" Fix parent menu highlighting in About Platform pages Don't display description/terms titles if these blocks are empty Correctly load count and rows per page when listing My videos
  • Restoring a psql dump from another instance

    2
    2 Votes
    2 Posts
    41 Views
    D
    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
    666 Views
    L
    @james Thanks for asking! This issue remains unresolved, as far as I am aware.
  • Yippee. Goal achieved.

    2
    6 Votes
    2 Posts
    78 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
    2k 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
    140 Views
    robiR
    Choose a lower bitrate.
  • 2 Votes
    3 Posts
    232 Views
    A
    Same problem in my peertube instance.
  • cant start peertube after updateing latest cloudron

    Solved
    14
    1 Votes
    14 Posts
    971 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
    417 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
    175 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
    1k Views
    C
    true, Mastodon use ActivityPub
  • One of my Peertubes is in an error state since updating to Cloudron 8.2.3

    Solved
    3
    0 Votes
    3 Posts
    237 Views
    jdaviescoatesJ
    I think this issue was somehow resolved by rebooting my server
  • Slow performance/bandwith

    8
    0 Votes
    8 Posts
    901 Views
    sponchS
    Problem solved with 7.0 update (without interaction Full DL Speed now
  • peertube.conf overwritten on restart

    5
    0 Votes
    5 Posts
    548 Views
    girishG
    @sponch we used the upstream nginx configs and indeed they have a rate limit by default. I am not sure why. I think the package can disable them.
  • Peertube Interface Update

    peertube gui
    3
    3 Votes
    3 Posts
    385 Views
    scookeS
    @LoudLemur Substantial changes, definitely. I like these: a new modal that makes editing captions really convenient.; how video miniatures appear in all pages that lists videos; "admin" pages for PeerTube platforms administrators have now been separated into an Overview, a Moderation, and a Settings one. (I just copied and pasted for the most part).
  • Problem with user registration

    Solved
    4
    1 Votes
    4 Posts
    401 Views
    archosA
    @humptydumpty You’re absolutely right. I’ll try to restore the post.
  • Peertube get native iOS and Android apps

    3
    5 Votes
    3 Posts
    326 Views
    jdaviescoatesJ
    @necrevistonnezr said in Peertube get native iOS and Android apps: Announcement: https://joinpeertube.org/news/peertube-app iOS: https://apps.apple.com/fr/app/peertube/id6737834858 Android: https://play.google.com/store/apps/details?id=org.framasoft.peertube I just installed it. Very disappointing. Definitely not ready for wide usage.
  • Need help with my old videos (on Peertube)

    Moved peertube
    5
    1 Votes
    5 Posts
    596 Views
    C
    okay I found the solution : In Postgres, you have to set "storage" to "0" (in videoStreamingPlaylist) with the video id
  • VIdeo Too Large

    8
    1 Votes
    8 Posts
    804 Views
    M
    I think I figured it out. Apparently there's a really low default if you don't explicitly set a max size via client_max_body_size. Setting that explicitly seemed to work. Thanks folks. Sometimes you just need to bounce stuff off people to get to the right place.
  • Impossible to stream

    Moved Solved
    22
    0 Votes
    22 Posts
    3k Views
    C
    I forgot to update this topic, sorry. But the problem has been fixed (I changed the object storage server)