feat(jellyfin): add sso button to login page

This commit is contained in:
2026-08-02 12:46:21 +02:00
parent f075d45940
commit 3d94b88b8e
+5
View File
@@ -116,6 +116,11 @@ in
jellyfin = { jellyfin = {
enable = true; enable = true;
apiKey._secret = config.sops.secrets.jellyfin_api_key.path; apiKey._secret = config.sops.secrets.jellyfin_api_key.path;
branding.loginDisclaimer = ''
<a href="/sso/OIDC/Start/authentik">
Sign in with Authentik
</a>
'';
network = { network = {
knownProxies = [ "127.0.0.1" ]; knownProxies = [ "127.0.0.1" ];
internalHttpPort = jellyfinPort; internalHttpPort = jellyfinPort;