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/2c286f7b606bc2b5282d2d41405ea470b0ca9b97/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
}
}