mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(jellyfin): add sso button to login page
This commit is contained in:
@@ -116,6 +116,11 @@ in
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
apiKey._secret = config.sops.secrets.jellyfin_api_key.path;
|
||||
branding.loginDisclaimer = ''
|
||||
<a href="/sso/OIDC/Start/authentik">
|
||||
Sign in with Authentik
|
||||
</a>
|
||||
'';
|
||||
network = {
|
||||
knownProxies = [ "127.0.0.1" ];
|
||||
internalHttpPort = jellyfinPort;
|
||||
|
||||
Reference in New Issue
Block a user