Awesome
UNMAINTAINED
This repo will be archived when I finish work on morana
jellyfin-kubernetes
This is a Helm chart repo for jellyfin-rffmpeg and jellyfin-rffmpeg-intro-skipper
Kubernetes
On Kubernetes you can use Longhorn RWX volumes (NFSv4) and mount said paths to Jellyfin host and workers (must be exactly the same mount points!).
You will need to generate an ssh key pair and add them as a secret using the commands below. Make sure this is done in the same namespace as the helm install.
ssh-keygen -N '' -f ./id_rsa
kubectl create secret generic rffmpeg-ssh --from-file=private_key=./id_rsa --from-file=public_key=./id_rsa.pub