Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/docker-sonarr-extended/commit/53bec787d4c411303caca5d33ad228470827472d You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/1/head
RandomNinjaAtk 3 years ago committed by GitHub
parent 794a7d8725
commit 53bec787d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
#!/usr/bin/with-contenv bash
if [ "$enableAutoConfig" != "true" ]; then
echo "AutoConfig Script disabled, enable by setting parameter: enableAutoConfig=true"
sleep infinity
else
echo "Waiting for Radarr to startup..."
sleep 2m
fi
echo "Starting AutoConfig.bash Script...."
bash /config/extended/scripts/AutoConfig.bash
sleep infinity
exit $?
Loading…
Cancel
Save