Go to file
Girish Ramakrishnan 66a181fff9 Add readme
2020-12-14 14:17:18 -08:00
screenshots prepare unstable release 2020-06-24 12:26:29 -07:00
test Update test packages 2020-12-02 10:15:02 -08:00
.dockerignore Add test 2020-10-15 16:59:12 -07:00
.gitignore add gitignore 2020-07-22 14:07:46 -07:00
CHANGELOG Version 1.2.0 2020-12-02 10:22:14 -08:00
CloudronManifest.json Add media tag 2020-12-08 10:37:46 -08:00
DESCRIPTION.md Version 0.7.0 2020-10-13 22:53:37 -07:00
Dockerfile Update ffmpeg to 4.1 2020-12-02 10:15:31 -08:00
logo.png update logo 2020-06-24 15:50:08 -07:00
logo.svg add the svg 2020-06-24 15:50:45 -07:00
POSTINSTALL.md Fix postinstall 2020-10-13 22:19:02 -07:00
production.yaml.example No need to patch db setup anymore 2020-07-21 11:54:06 -07:00
README.md Add readme 2020-12-14 14:17:18 -08:00
start.sh Enable LDAP 2020-10-14 22:41:45 -07:00

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