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/401a5c9f26db1d0154b8fe4b6f7d3fe058e8ca58/package.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/package.json

29 lines
686 B

{
"name": "NzbDrone",
"version": "0.0.0",
"description": "NZBDrone",
"main": "index.js",
"scripts": {
"preinstall": "npm install grunt-cli -g"
},
"repository": {
"type": "git",
"url": "git://github.com/NzbDrone/NzbDrone.git"
},
"author": "",
"license": "BSD",
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
"grunt": "*",
"grunt-contrib-handlebars": "*",
12 years ago
"grunt-contrib-watch": "*",
"grunt-contrib-less": "0.8.3",
"grunt-contrib-copy": "*",
"grunt-notify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*",
"grunt-contrib-jshint": "*"
}
}