Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/37dcbfbc3980ed962c28fe7f1ee9d8a78f65ec19/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>