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/b130af1b0c869fa6a35be4a53510e0f0fa4ad0d3/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>