Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/767a09894a9dc98c2911a7b68201f9ad1e2d988b/distribution/debian/config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/distribution/debian/config

15 lines
222 B

#!/bin/sh -e
. /usr/share/debconf/confmodule
db_beginblock
db_input high sonarr/owning_user || true
db_input high sonarr/owning_group || true
db_endblock
db_go
db_input low sonarr/config_directory || true
db_go
exit 0