Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/d0e0f9f38250e28be85ca5b4b980112e14ea4221
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
4 deletions
@ -11,27 +11,28 @@
< / div >
< div class = "container" >
< div class = "row" >
< div class = "col-lg- 3 col-md-6 text-center">
< div class = "col-lg- 4 col-md-6 text-center">
< div class = "service-box" >
< i class = "fa fa-4x fa-diamond wow bounceIn text-primary "> < / i >
< i class = "fa fa-4x fa-diamond wow bounceIn text-primary feature-item "> < / i >
< h3 > 1. User accesses website and requests content< / h3 >
< p class = "text-muted" > < / p >
< / div >
< / div >
< div class = "col-lg- 3 col-md-6 text-center">
< div class = "col-lg- 4 col-md-6 text-center">
< div class = "service-box" >
< i class = "fa fa-4x fa-paper-plane wow bounceIn text-primary" data-wow-delay = ".1s" > < / i >
< h3 > 2. Ombi matches to IMDB/TVDB and sends request< / h3 >
< p class = "text-muted" > < / p >
< / div >
< / div >
< div class = "col-lg- 3 col-md-6 text-center">
< div class = "col-lg- 4 col-md-6 text-center">
< div class = "service-box" >
< i class = "fa fa-4x fa-newspaper-o wow bounceIn text-primary" data-wow-delay = ".2s" > < / i >
< h3 > 3. DVR app retreives content and pushes to Plex/Emby< / h3 >
< p class = "text-muted" > < / p >
< / div >
< / div >
< h2 > < a href = "https://github.com/tidusjar/Ombi" class = "btn btn-outline btn-xl btndark" target = "_blank" > Install< / a > < / h2 >
< / div >
< / div >
< / section >