Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/125ee883117af3ad5c7e2369f8be84089a782b57/nuget.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/nuget.config

7 lines
211 B

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>