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 250be1ca4b
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
add woodpecker build
5 months ago
screenshots Bump version, update description and add screenshots 3 years ago
test Bump version 5 months ago
.dockerignore Bump version, update description and add screenshots 3 years ago
.gitignore Just use a local test file 1 year ago
.woodpecker.yml add woodpecker build 5 months ago
CHANGELOG.md Bump version 5 months ago
CloudronManifest.json add vaapi for jellyfin 5 months ago
DESCRIPTION.md Bump version for 10.8.0 10 months ago
Dockerfile add vaapi for jellyfin 5 months ago
LICENSE Initial commit 3 years ago
POSTINSTALL.md lower case extension 10 months ago
README.md add woodpecker build 5 months ago
logo.png Use logo.png to be consistent with other apps 3 years ago
start.sh only chown if not already chowned 7 months ago

README.md

Jellyfin Cloudron App build status

This repository contains the Cloudron app package source for Jellyfin.

Installation

Install

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