Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/e40c82be88bd07428ce608c6b02cb93d35a1f4b2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -3,7 +3,7 @@ FROM centos:7
ARG SOURCE_DIR = /jellyfin
ARG PLATFORM_DIR = /jellyfin/deployment/centos-package-x64
ARG ARTIFACT_DIR = /dist
ARG SDK_VERSION = 2.2
ARG SDK_VERSION = 3.0
# Docker run environment
ENV SOURCE_DIR = /jellyfin
ENV ARTIFACT_DIR = /dist
@ -3,7 +3,7 @@ FROM fedora:29
ARG SOURCE_DIR = /jellyfin
ARG PLATFORM_DIR = /jellyfin/deployment/fedora-package-x64
ARG ARTIFACT_DIR = /dist
ARG SDK_VERSION = 2.2
ARG SDK_VERSION = 3.0
# Docker run environment
ENV SOURCE_DIR = /jellyfin
ENV ARTIFACT_DIR = /dist
@ -38,7 +38,7 @@ Requires: libcurl, fontconfig, freetype, openssl, glibc libicu
# Requirements not packaged in main repos
# COPR @dotnet-sig/dotnet or
# https://packages.microsoft.com/rhel/7/prod/
BuildRequires: dotnet-runtime-2.2, dotnet-sdk-2.2
BuildRequires: dotnet-runtime-3.0, dotnet-sdk-3.0
# RPMfusion free
Requires: ffmpeg