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/a5528f00cb449968ff888a7c8239688316708d91/UI/Settings/MediaManagement/FileManagement/ViewTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
< fieldset >
< legend > File Management< / legend >
< div class = "control-group" >
< label class = "control-label" > Ignore Deleted Episodes< / label >
< div class = "controls" >
< label class = "checkbox toggle well" >
< input type = "checkbox" name = "autoUnmonitorPreviouslyDownloadedEpisodes" / >
< p >
< span > Yes< / span >
< span > No< / span >
< / p >
< div class = "btn btn-primary slide-button" / >
< / label >
< span class = "help-inline-checkbox" >
< i class = "icon-question-sign" title = "Episodes deleted from disk are automatically unmonitored in NzbDrone" / >
< / span >
< / div >
< / div >
< div class = "control-group" >
< label class = "control-label" > Download Propers< / label >
< div class = "controls" >
< label class = "checkbox toggle well" >
< input type = "checkbox" name = "autoDownloadPropers" / >
< p >
< span > Yes< / span >
< span > No< / span >
< / p >
< div class = "btn btn-primary slide-button" / >
< / label >
< span class = "help-inline-checkbox" >
< i class = "icon-question-sign" title = "Should NzbDrone automatically upgrade to propers when available?" / >
< / span >
< / div >
< / div >
< / fieldset >