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/