Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/9fa4cedb714bdde7e4e03494832740ece2c19df2/NzbDrone.Update/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/NzbDrone.Update/packages.config

7 lines
351 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="5.0.6" targetFramework="net40" />
<package id="NLog" version="2.0.1.2" targetFramework="net40" />
<package id="NLog.Config" version="2.0.1.2" targetFramework="net40" />
<package id="NLog.Schema" version="2.0.1.2" targetFramework="net40" />
</packages>