Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/e00c7af8b77a32e708eeacdbc4b57a5a0ea761c7/frontend/.jsbeautifyrc You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/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
}
}