Latest Peertube Additions
-
Have recently updated our Peertube instance and was running into a roadblock that was keeping any new uploads from being moved into object storage. The issue was in that had to make sure one of the new additions were added into the production.yaml file.
Remove NodeJS 18 support. Please upgrade to NodeJS 20 (>= 20.9) before upgrading PeerTube
Due to a bug in the remote video thumbnail update, we recommend running the prune storage script to clean up the filesystem
Let's encrypt is removing OCSP support in 2025, so remove SSL stapling from your nginx configuration: 0abaaa8
Safari desktop versions < 14 are not supported anymore
If you are using object storage, you will need to create the captions bucket or configure PeerTube to use an existing one in the configuration file or using environment variables if you use Docker (PEERTUBE_OBJECT_STORAGE_CAPTIONS_BUCKET_NAME, PEERTUBE_OBJECT_STORAGE_CAPTIONS_PREFIX, PEERTUBE_OBJECT_STORAGE_CAPTIONS_BASE_URL)After adding this new addition everything started working again.