Skip to content

Jellyfin setup with scalable transcoding in Kubernetes

License

Notifications You must be signed in to change notification settings

bubylou/jellyfin-kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jellyfin setup with scalable transcoding in Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 100.0%