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

31 lines
780 B

8 years ago
{
"name": "new-age",
"title": "New Age",
"version": "3.3.7",
"homepage": "http://startbootstrap.com/template-overviews/new-age",
"author": "Start Bootstrap",
"license": {
"type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browser-sync": "^2.13.0",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jquery": "^1.11.3"
},
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-new-age.git"
},
"dependencies": {
"simple-line-icons": "^2.3.2"
}
}