From f5fd406558a1ccad8b42423e3cb5e84d96f09192 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 26 Feb 2024 21:06:05 +0100 Subject: [PATCH] docs(jellyfin): Add some basic docs about Jellyfin --- docs/src/apps/jellyfin.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/src/apps/jellyfin.md diff --git a/docs/src/apps/jellyfin.md b/docs/src/apps/jellyfin.md new file mode 100644 index 000000000..df963af83 --- /dev/null +++ b/docs/src/apps/jellyfin.md @@ -0,0 +1,6 @@ +# Jellyfin + +In the Shivering-Isles Infrastructure Jellyfin provides the media platform for streaming series and alike from the local NAS. Replacing services like Netflix for enjoying TV-Shows and Movies ripped from good old DVDs and Bluerays. + +Jellyfin itself is integrated with the Kubernetes cluster its running on using the [Jellyfin PDB Manager](https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/b919bd3d22d9b14cba5a64340720ef35aed5fa14/apps/base/jellyfin/jellyfin-pdb-mgr), that automatically configures the Pod Disruption Budget of the Jellyfin Pod to disallow disruptions while something is playing, to make sure maintenance work does not interfere with the watching experience. + -- GitLab