Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/7a765bade8e3b0e1eb66c1b8226a8a55107f0f85
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
33 additions and
30 deletions
@ -51,11 +51,13 @@ export class AppComponent implements OnInit {
this . user = this . authService . claims ( ) ;
this . showNav = this . authService . loggedIn ( ) ;
if ( this . user !== null && this . user . name && ! this . checkedForUpdate ) {
// tslint:disable-next-line:no-string-literal
if ( this . user !== null && this . user . name && ! this . checkedForUpdate && this . user . roles [ "Admin" ] ) {
this . checkedForUpdate = true ;
this . jobService . getCachedUpdate ( ) . subscribe ( x = > {
this . updateAvailable = x ;
} ) ;
} ,
err = > this . checkedForUpdate = true ) ;
}
}
} ) ;
@ -5140,7 +5140,6 @@
"resolved" : "https://registry.npmjs.org/npm/-/npm-5.6.0.tgz" ,
"integrity" : "sha512-mt839mCsI5hzdBJLf1iRBwt610P35iUfvqLVuL7VFdanUwRBAmGtbsjdGIuzegplR95xx+fTHE0vBMuMJp1sLQ==" ,
"requires" : {
"JSONStream" : "1.3.1" ,
"abbrev" : "1.1.1" ,
"ansi-regex" : "3.0.0" ,
"ansicolors" : "0.3.2" ,
@ -5175,6 +5174,7 @@
"ini" : "1.3.4" ,
"init-package-json" : "1.10.1" ,
"is-cidr" : "1.0.0" ,
"JSONStream" : "1.3.1" ,
"lazy-property" : "1.0.0" ,
"libnpx" : "9.7.1" ,
"lockfile" : "1.0.3" ,
@ -5248,24 +5248,6 @@
"write-file-atomic" : "2.1.0"
} ,
"dependencies" : {
"JSONStream" : {
"version" : "1.3.1" ,
"bundled" : true ,
"requires" : {
"jsonparse" : "1.3.1" ,
"through" : "2.3.8"
} ,
"dependencies" : {
"jsonparse" : {
"version" : "1.3.1" ,
"bundled" : true
} ,
"through" : {
"version" : "2.3.8" ,
"bundled" : true
}
}
} ,
"abbrev" : {
"version" : "1.1.1" ,
"bundled" : true
@ -5668,6 +5650,24 @@
}
}
} ,
"JSONStream" : {
"version" : "1.3.1" ,
"bundled" : true ,
"requires" : {
"jsonparse" : "1.3.1" ,
"through" : "2.3.8"
} ,
"dependencies" : {
"jsonparse" : {
"version" : "1.3.1" ,
"bundled" : true
} ,
"through" : {
"version" : "2.3.8" ,
"bundled" : true
}
}
} ,
"lazy-property" : {
"version" : "1.0.0" ,
"bundled" : true
@ -10843,6 +10843,14 @@
"resolved" : "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz" ,
"integrity" : "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM="
} ,
"string_decoder" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz" ,
"integrity" : "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==" ,
"requires" : {
"safe-buffer" : "5.1.1"
}
} ,
"string-width" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz" ,
@ -10853,14 +10861,6 @@
"strip-ansi" : "3.0.1"
}
} ,
"string_decoder" : {
"version" : "1.0.3" ,
"resolved" : "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz" ,
"integrity" : "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==" ,
"requires" : {
"safe-buffer" : "5.1.1"
}
} ,
"stringstream" : {
"version" : "0.0.5" ,
"resolved" : "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz" ,
@ -11375,7 +11375,8 @@
"uglify-to-browserify" : {
"version" : "1.0.2" ,
"resolved" : "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz" ,
"integrity" : "sha1-bgkk1r2mta/jSeOabWMoUKD4grc="
"integrity" : "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=" ,
"optional" : true
} ,
"uglifyjs-webpack-plugin" : {
"version" : "1.1.5" ,