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 = {
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user