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/79e9fe112cbe53e63123a0d0ece09f88ac158286/nuget.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/nuget.config

8 lines
279 B

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>