From 8f5e2839709b5d2975358e2b883325c14a8d349c Mon Sep 17 00:00:00 2001 From: zzVertigo Date: Fri, 2 Jun 2023 19:45:05 -0700 Subject: [PATCH] Update web_interface.md (#163) Add easier instructions for Jellyfin on Unraid. (Tested by 2 people and confirmed to work) --- docs/web_interface.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/web_interface.md b/docs/web_interface.md index 91f0656..b34e49b 100644 --- a/docs/web_interface.md +++ b/docs/web_interface.md @@ -25,6 +25,18 @@ services: - '/media:/media:ro' image: 'jellyfin/jellyfin:10.8.0' ``` +OR + +(For Unraid Only) + +In the Docker tab, click on the Jellyfin container, then click on "Edit" and enable the advanced view. Under "Extra Parameters", add the following + +``` +--volume /full/path/to/extracted/dist:/jellyfin/jellyfin-web:ro # <== add this line if using the official container +--volume /full/path/to/extracted/dist:/usr/share/jellyfin/web:ro # <== add this line if using the linuxserver container +``` + +Make sure to clear any previous cache on the web page, or else you will have to wait a few minutes for it to clear automatically. ## Method 2: switching container images