Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ec35b8b4255b32ff792d4f957fd160533bb0df3d?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from ferferga/fix-typos

Fix Dockerfile typos
pull/4721/head^2
Claus Vium 4 years ago committed by GitHub
commit ec35b8b425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,7 @@
# DESIGNED FOR BUILDING ON AMD64 ONLY
#####################################
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
ARG DOTNET_VERSION=5.0
FROM node:lts-alpine as web-builder

@ -1,4 +1,4 @@
# DESIGNED FOR BUILDING ON AMD64 ONLY
# DESIGNED FOR BUILDING ON ARM ONLY
#####################################
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register

@ -1,4 +1,4 @@
# DESIGNED FOR BUILDING ON AMD64 ONLY
# DESIGNED FOR BUILDING ON ARM64 ONLY
#####################################
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register

Loading…
Cancel
Save