Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/8c53407a9ddcddca6832563b31e86bba70cf5625 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from nvllsvm/dock

Use jellyfin/ffmpeg image
pull/961/head
Andrew Rabert 6 years ago committed by GitHub
commit 8c53407a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ RUN dotnet publish \
--output /jellyfin \
Jellyfin.Server
FROM jrottenberg/ffmpeg:4.0-vaapi as ffmpeg
FROM jellyfin/ffmpeg as ffmpeg
FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
# libfontconfig1 is required for Skia
RUN apt-get update \

Loading…
Cancel
Save