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/f8c6072ae3a6606d1b8c0cf8fa3efb571097554c/_includes/feature.html You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/_includes/feature.html

45 lines
2.1 KiB

8 years ago
<section id="why">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading headerdark">What's Ombi?</h2>
8 years ago
<hr class="primary">
<p class="text-muted">Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show, Movie and Music DVR tools to create a seamless end-to-end experience for your users.</p>
8 years ago
<br />
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 text-center">
8 years ago
<div class="service-box">
<i class="fa fa-4x fa-search wow text-primary feature-item"></i>
<h3 class="headerdark">1. User visits website and requests content</h3>
<p class="text-muted"></p>
8 years ago
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
8 years ago
<div class="service-box">
<i class="fa fa-4x fa fa-arrow-circle-o-down wow text-primary" data-wow-delay=".1s"></i>
<h3 class="headerdark">2. Ombi matches request and sends to DVR app</h3>
<p class="text-muted"></p>
8 years ago
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
8 years ago
<div class="service-box">
<i class="fa fa-4x fa-play-circle wow text-primary" data-wow-delay=".2s"></i>
<h3 class="headerdark">3. DVR app retreives content and pushes to Plex/Emby</h3>
<p class="text-muted"></p>
8 years ago
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<a href="https://github.com/tidusjar/Ombi/releases/latest" class="btn btn-outline btn-xl" target="_blank">Install</a>
</div>
</div>
</div>
</div>
8 years ago
</div>
</section>