Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/6ce1cb432505fd222d816ddbfe04b94b241cfe58/distribution/debian/config
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/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
|