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

Update Dockerfile

pull/11/head
RandomNinjaAtk 5 years ago committed by GitHub
parent 568931e22f
commit aa22b93fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ ENV AUDIO_REQUIREBEETSTAGGING false
RUN \
echo "************ install dependencies ************" && \
apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:jonathonf/ffmpeg-4 -y && \
echo "************ install packages ************" && \

Loading…
Cancel
Save