From 1d2c522f61d73f271919d59c61b088151a446c7d Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:30:12 -0500 Subject: [PATCH] Update web_interface.md --- docs/web_interface.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/web_interface.md b/docs/web_interface.md index 78b94cc..9213f57 100644 --- a/docs/web_interface.md +++ b/docs/web_interface.md @@ -8,8 +8,9 @@ If you do not run Jellyfin as a container, you can follow the [native installati ## Method 1: mounting the new web interface -1. Download the latest compiled version of the web interface from [GitHub actions](https://github.com/ConfusedPolarBear/intro-skipper/suites/6986965700/artifacts/273461104) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros)) - 1. The GitHub actions download link will only work if you are signed in to GitHub. +1. Download and extract the latest modified web interface from [GitHub actions](https://github.com/ConfusedPolarBear/intro-skipper/actions/workflows/container.yml) + 1. Click the most recent action run + 2. In the Artifacts section, click the `jellyfin-web-VERSION+COMMIT.tar.gz` link to download a pre-compiled copy of the web interface. This link will only work if you are signed into GitHub. 2. Extract the archive somewhere on your server and make note of the full path to the `dist` folder 3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet: ```yaml