sed-i / jellyfin-operator

Charmed Operator for the jellyfin media streaming server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jellyfin Operator (k8s)

Description

Jellyfin is a media system for streaming to any device from your own server.

Usage

To use Jellyfin, need to have a working Kubernetes environment, and have bootstrapped a Juju controller of version 2.9+, with a model ready to use with the Kubernetes cloud.

Example deployment:

charmcraft pack
juju deploy ./jellyfin-k8s_ubuntu-20.04-amd64.charm jellyfin --resource jellyfin-image=jellyfin/jellyfin:unstable
juju deploy nginx-ingress-integrator ingress
juju relate jellyfin ingress

Scale Out Usage

To add additional Jellyfin units for high availability,

juju add-unit jellyfin-k8s

Relations

Currently, supported relations are:

OCI Images

This charm can be used with the following image:

  • jellyfin/jellyfin:unstable

About

Charmed Operator for the jellyfin media streaming server

License:Apache License 2.0


Languages

Language:Python 100.0%