Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/10f0be07084720fe08eda80f460abcbcab92d1f2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
@ -29,7 +29,7 @@ module.exports = Marionette.Layout.extend({
} ,
_updateUrl : function ( ) {
var icalUrl = window . location . host + StatusModel . get ( 'urlBase' ) + '/feed/calendar/ NzbDrone .ics?';
var icalUrl = window . location . host + StatusModel . get ( 'urlBase' ) + '/feed/calendar/ Radarr .ics?';
if ( this . ui . includeUnmonitored . prop ( 'checked' ) ) {
icalUrl += 'unmonitored=true&' ;
@ -51,4 +51,4 @@ module.exports = Marionette.Layout.extend({
this . ui . icalUrl . attr ( 'value' , icalHttpUrl ) ;
this . ui . icalWebCal . attr ( 'href' , icalWebCalUrl ) ;
}
} ) ;
} ) ;
@ -47,7 +47,7 @@
< meta name = "msapplication-config" content = "/Content/Images/favicon/browserconfig.xml" >
< meta name = "theme-color" content = "#272727" >
< link rel = "alternate" type = "text/calendar" title = "iCalendar feed for Radarr" href = "/feed/calendar/ NzbDrone .ics"/ >
< link rel = "alternate" type = "text/calendar" title = "iCalendar feed for Radarr" href = "/feed/calendar/ Radarr .ics"/ >
< / head >
< body >
< div class = "container" >