1
0
Fork
You've already forked jellyfin
0
No description
  • Smarty 100%
2025年12月15日 04:01:16 +00:00
.woodpecker fix? ci tag handling 2025年04月02日 12:37:45 -07:00
chart chore(deps): update jellyfin/jellyfin docker tag to v10.11.5 2025年12月15日 04:01:16 +00:00
LICENSE add license 2024年03月31日 14:00:57 -07:00
README.md refresh, move custom values out, add chart pubilsh 2024年03月12日 22:20:47 -07:00
renovate.json Add renovate.json 2021年02月02日 07:00:15 +00:00

jellyfin

a helm chart for running a jellyfin server, designed for use with S3

deployment

  1. recommended install an s3 csi driver
  2. create a pvc in advance using the new storage class
  3. install the helm chart, with values modified as necessary:
    helm upgrade --install \
     -n jellyfin my-jelly \
     oci://registry-1.docker.io/grumble/jellyfin \
     -f /path/to/extra/values.yaml \
     --create-namespace