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

Update Dockerfile.arm64

pull/2367/head
artiume 5 years ago committed by GitHub
parent 78bb45e8fa
commit 4302f16925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin"
FROM debian:buster-slim
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y ffmpeg \
libssl-dev \
libssl-dev ca-certificates \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /cache /config /media \
&& chmod 777 /cache /config /media

Loading…
Cancel
Save