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.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
|
4 months ago | |
---|---|---|
screenshots | 3 years ago | |
test | 4 months ago | |
.dockerignore | 2 years ago | |
.gitignore | 3 years ago | |
.woodpecker.yml | 4 months ago | |
CHANGELOG.md | 4 months ago | |
CloudronManifest.json | 4 months ago | |
DESCRIPTION.md | 1 year ago | |
Dockerfile | 4 months ago | |
POSTINSTALL.md | 2 years ago | |
README.md | 2 years ago | |
logo.png | 3 years ago | |
logo.svg | 3 years ago | |
production.yaml.example | 1 year ago | |
start.sh | 10 months ago |
README.md
PeerTube Cloudron App
This repository contains the Cloudron app package source for PeerTube
Installation
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