Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/docker-radarr-extended/commit/401f62402b5e55f35a0f66b962905c605dc8cb72?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/49/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 85fe1dc171
commit 401f62402b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
scriptVersion="1.0.002" scriptVersion="1.0.002"
iif [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then if [ -z "$arrUrl" ] || [ -z "$arrApiKey" ]; then
arrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)" arrUrlBase="$(cat /config/config.xml | xq | jq -r .Config.UrlBase)"
if [ "$arrUrlBase" = "null" ]; then if [ "$arrUrlBase" == "null" ]; then
arrlBase="" arrUrlBase=""
else else
arrUrlBase="/$(echo "$arrUrlBase" | sed "s/\///g")" arrUrlBase="/$(echo "$arrUrlBase" | sed "s/\///g")"
fi fi

Loading…
Cancel
Save