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/d7cc4738e64a05a6fd5ddbdf8de1354460de2c83/MediaBrowser.WebDashboard/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.WebDashboard/packages.config

6 lines
316 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.99" targetFramework="net45" />
<package id="ServiceStack.Common" version="3.9.44" targetFramework="net45" />
<package id="ServiceStack.Text" version="3.9.44" targetFramework="net45" />
</packages>