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/923dd52444ea4d0f6e11f2a791bdd24657e552e3/Mono.Nat/NatProtocol.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/Mono.Nat/NatProtocol.cs

10 lines
101 B

namespace Mono.Nat
{
public enum NatProtocol
{
Upnp = 0,
Pmp = 1
}
}