Fork of cloudron peertube to use yt-dlp
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Eric Yen 7db8c4ebed
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
update yt-dlp
4 months ago
screenshots prepare unstable release 3 years ago
test scroll 4 months ago
.dockerignore Add test 2 years ago
.gitignore add gitignore 3 years ago
.woodpecker.yml enable backup before pushing an update 4 months ago
CHANGELOG.md Version 2.8.1 4 months ago
CloudronManifest.json Version 2.8.1 4 months ago
DESCRIPTION.md Version 2.6.0 1 year ago
Dockerfile update yt-dlp 4 months ago
POSTINSTALL.md Fix postinstall 2 years ago
README.md Add readme 2 years ago
logo.png update logo 3 years ago
logo.svg add the svg 3 years ago
production.yaml.example Improve startup logic to make it more stable 1 year ago
start.sh remove migration 10 months ago

README.md

PeerTube Cloudron App

This repository contains the Cloudron app package source for PeerTube

Installation

Install

or using the Cloudron command line tooling

cloudron install --appstore-id org.joinpeertube.cloudronapp

Building

The app package can be built using the Cloudron command line tooling.

cd peertube-app

cloudron build
cloudron install

Testing

The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the repos are still ok. The tests expect port 29418 to be available.

cd peertube-app/test

npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js