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/e126c45fb36ca16389d57f94a1cc1fb09c156f60/frontend/.jsbeautifyrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/frontend/.jsbeautifyrc

12 lines
236 B

7 years ago
{
"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
}
}