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/b63cbbdaaa9348a2200971979b0926f13b3a48e0/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