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/bdc04cda174da26631e6f9ec90f7dccf9efda941/MediaBrowser.Controller/Connect/IConnectManager.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Connect/IConnectManager.cs

10 lines
174 B

namespace MediaBrowser.Controller.Connect
{
public interface IConnectManager
{
string WanIpAddress { get; }
string WanApiAddress { get; }
}
}