Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/0a8dd85856c59874aa1bd1954d247777249a942d/frontend/.jsbeautifyrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/frontend/.jsbeautifyrc

12 lines
236 B

{
"js": {
"indent_size": 2,
"indent_char": " ",
"indent_level": 2,
"indent_with_tabs": false,
"preserve_newlines": true,
"brace_style": "collapse",
"max_preserve_newlines": 2,
"jslint_happy": true
}
}