Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/0106bc5111d95f61f4973c897bbfa22fd01df6c9/docker/scripts/prod/cron.sh
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/usr/bin/env bash
|
|
echo
|
|
echo "-------------------------------------------------------------"
|
|
echo " Executing Tasks: $(date)"
|
|
echo "-------------------------------------------------------------"
|
|
|
|
recyclarr sync
|