Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/e3c64b9feeb9eddbcb2aba93a2bd6e524f0f6968
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
5 additions and
5 deletions
@ -23,7 +23,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/d731f991-8e68-4
# Install npm package manager
RUN wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo " deb https://deb.nodesource.com/node_ 8 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& echo " deb https://deb.nodesource.com/node_ 10 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& apt update \
&& apt install -y nodejs
@ -23,7 +23,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/5a4c8f96-1c73-4
# Install npm package manager
RUN wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo " deb https://deb.nodesource.com/node_ 8 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& echo " deb https://deb.nodesource.com/node_ 10 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& apt update \
&& apt install -y nodejs
@ -23,7 +23,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/d731f991-8e68-4
# Install npm package manager
RUN wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo " deb https://deb.nodesource.com/node_ 8 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& echo " deb https://deb.nodesource.com/node_ 10 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& apt update \
&& apt install -y nodejs
@ -23,7 +23,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/67766a96-eb8c-4
# Install npm package manager
RUN wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo " deb https://deb.nodesource.com/node_ 8 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& echo " deb https://deb.nodesource.com/node_ 10 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& apt update \
&& apt install -y nodejs
@ -25,7 +25,7 @@ RUN wget https://download.visualstudio.microsoft.com/download/pr/d731f991-8e68-4
# Install npm package manager
RUN wget -q -O- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo " deb https://deb.nodesource.com/node_ 8 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& echo " deb https://deb.nodesource.com/node_ 10 .x $( lsb_release -s -c) main " > /etc/apt/sources.list.d/npm.list \
&& apt update \
&& apt install -y nodejs