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/30bd68f5dcbdc2896a0632c8824618e51ca0b4fb/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>