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/b5767d0b557075d16616bab46631dbe3369aedb9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update Dockerfile.unstable

master
RandomNinjaAtk 4 years ago committed by GitHub
parent 1bc3e2a5e6
commit b5767d0b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ RUN \
chgrp users ${SMA_PATH}/config/sma.log && \
chmod g+w ${SMA_PATH}/config/sma.log && \
echo "************ install pip dependencies ************" && \
python3 -m pip install --user --upgrade pip && \
python3 -m pip install --upgrade pip && \
pip3 install -r ${SMA_PATH}/setup/requirements.txt

Loading…
Cancel
Save