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
|
5 months ago | |
---|---|---|
screenshots | 3 years ago | |
test | 5 months ago | |
.dockerignore | 3 years ago | |
.gitignore | 1 year ago | |
.woodpecker.yml | 5 months ago | |
CHANGELOG.md | 5 months ago | |
CloudronManifest.json | 5 months ago | |
DESCRIPTION.md | 10 months ago | |
Dockerfile | 5 months ago | |
LICENSE | 3 years ago | |
POSTINSTALL.md | 10 months ago | |
README.md | 5 months ago | |
logo.png | 3 years ago | |
start.sh | 7 months ago |
README.md
Jellyfin Cloudron App 
This repository contains the Cloudron app package source for Jellyfin.
Installation
or using the Cloudron command line tooling
cloudron install --appstore-id org.jellyfin.cloudronapp
Building
The app package can be built using the Cloudron command line tooling.
cd jellyfin-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, backup and restore.
cd jellyfin-app/test
npm install
EMAIL=<cloudron account email> USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js