From 260a779f1a48a0a7bffe2e0fb1aee2443b6ef6e2 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 2 Apr 2023 15:54:14 +0200 Subject: [PATCH] Move Jellyfin LDAP to subpage --- pages/02.linux/authentik/default.en.md | 10 +++------- pages/02.linux/authentik/jellyfin-ldap/default.en.md | 9 +++++++++ 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 pages/02.linux/authentik/jellyfin-ldap/default.en.md diff --git a/pages/02.linux/authentik/default.en.md b/pages/02.linux/authentik/default.en.md index 9b067d7..c109a02 100644 --- a/pages/02.linux/authentik/default.en.md +++ b/pages/02.linux/authentik/default.en.md @@ -177,12 +177,10 @@ _TODO_ After starting all containers, visit the path `https://{SERVER IP}:{PORT}/if/flow/initial-setup/` in your browser. The default user is called `akadmin` -### LDAP with Jellyfin +## Manual LDAP Outpost -https://goauthentik.io/docs/providers/ldap/generic_setup -https://goauthentik.io/integrations/services/jellyfin/ - -#### Manual LDAP Outpost +Manual deployment of outposts is necessary, if no integration for kubernetes or docker is provided to authentik. +Outposts are available as OCI-containers and can be deployed like any other container. https://goauthentik.io/docs/outposts/manual-deploy-docker-compose @@ -193,5 +191,3 @@ podman run --name authentik_ldap -p 389:3389 -p 636:6636 \ -e AUTHENTIK_TOKEN={GENERATED TOKEN} \ -d ghcr.io/goauthentik/ldap:2023.2 ``` - -### SAML with Nextcloud diff --git a/pages/02.linux/authentik/jellyfin-ldap/default.en.md b/pages/02.linux/authentik/jellyfin-ldap/default.en.md new file mode 100644 index 0000000..6db52aa --- /dev/null +++ b/pages/02.linux/authentik/jellyfin-ldap/default.en.md @@ -0,0 +1,9 @@ +--- +title: Jellyfin LDAP +visible: false +--- + +[toc] + +https://goauthentik.io/docs/providers/ldap/generic_setup +https://goauthentik.io/integrations/services/jellyfin/