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/2e338f74ecbda6723b479a6ae5db4292a8e37482/Jellyfin.Api/Auth/AnonymousLanAccessPolicy/AnonymousLanAccessRequirement.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using Microsoft.AspNetCore.Authorization;
|
|
|
|
namespace Jellyfin.Api.Auth.AnonymousLanAccessPolicy
|
|
{
|
|
/// <summary>
|
|
/// The local network authorization requirement. Allows anonymous users.
|
|
/// </summary>
|
|
public class AnonymousLanAccessRequirement : IAuthorizationRequirement
|
|
{
|
|
}
|
|
}
|