Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/0a10ab08809cdc5aeb8e73fc4a140e035d932eee/package.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/package.json

30 lines
706 B

{
"name": "NzbDrone",
"version": "0.0.0",
"description": "NZBDrone\r =====",
"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-uglify": "*",
"grunt-contrib-handlebars": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-wrap": "*",
"grunt-curl": "~0.6.0",
"grunt-notify": "*"
}
}