No description
Find a file
Johannes Zellner c9e4392fd3 Bump version
2024-09-20 15:16:54 +02:00
nginx Update nginx config according to upstream 2024-04-29 13:42:10 +02:00
screenshots prepare unstable release 2020-06-24 12:26:29 -07:00
supervisor make it using nginx 2024-01-10 21:04:08 +04:00
test Update test deps 2024-09-19 16:11:45 +02:00
.dockerignore Add test 2020-10-15 16:59:12 -07:00
.gitignore add gitignore 2020-07-22 14:07:46 -07:00
CHANGELOG.md Bump version 2024-09-20 15:16:54 +02:00
CloudronManifest.json Bump version 2024-09-20 15:16:54 +02:00
DESCRIPTION.md Version 2.6.0 2022-03-08 12:13:30 -08:00
Dockerfile Add /usr/bin/migrate command only for this release 2024-09-19 19:40:21 +02: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 Ensure newly required settings 2023-12-24 13:43:56 +01:00
README.md Add readme 2020-12-14 14:17:18 -08:00
start.sh storage.original_video_files is now required 2024-04-29 13:37:34 +02: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