Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/3c3afb37c26a063e7eb0b4eafeaf78298d658289/Ombi.Api.Interfaces/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/Ombi.Api.Interfaces/packages.config

6 lines
283 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="RestSharp" version="105.2.3" targetFramework="net45" />
<package id="TraktApiSharp" version="0.8.0" targetFramework="net45" />
</packages>