Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/83c8d85d75b4ba7e1a1ef52ec11a9feb53a45b6b/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
}
}