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/6470c62c5048dd22caff3a2f4cb296e7e0e5937a/MediaBrowser.Installer/App.xaml.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Installer/App.xaml.cs

12 lines
194 B

using System.Windows;
namespace MediaBrowser.Installer
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}