Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/5ff9dc3500d9dac1367c2b255ccc97171a599b6d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
Added: Option to omit year from indexer searches when searching by title. Also added option to force a movie search by title instead of imdb id. Fixes#1912
// Field 5 is used by TorznabSettings MinimumSeeders
[FieldDefinition(5,Label="Remove year from search string",
HelpText="Should Radarr remove the year after the title when searching this indexer?",Advanced=true,Type=FieldType.Checkbox)]
publicboolRemoveYear{get;set;}
[FieldDefinition(6,Label="Search by Title",
HelpText="By default, Radarr will try to search by IMDB ID if your indexer supports that. However, some indexers are not very good at tagging their releases correctly, so you can force Radarr to search that indexer by title instead.",
Advanced=true,Type=FieldType.Checkbox)]
publicboolSearchByTitle{get;set;}
// Field 7 is used by TorznabSettings MinimumSeeders
// If you need to add another field here, update TorznabSettings as well and this comment