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

Update Dockerfile.amd64

pull/6/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 7b77171133
commit be5db228b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ FROM linuxserver/lidarr:amd64-nightly
LABEL maintainer="RandomNinjaAtk"
ENV dockerTitle="lidarr-extended"
ENV dockerVersion="1.0.0004"
ENV dockerVersion="1.0.0005"
ENV LANG=en_US.UTF-8
ENV autoStart=true
ENV configureLidarrWithOptimalSettings=false
@ -28,6 +28,7 @@ RUN \
ffmpeg \
python3-dev \
libc-dev \
gpgme-dev \
py3-pip \
yt-dlp && \
echo "************ install python packages ************" && \

Loading…
Cancel
Save