Move Jellyfin LDAP to subpage

This commit is contained in:
RealStickman 2023-04-02 15:54:14 +02:00
parent e15544c3cf
commit 260a779f1a
2 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
---
title: Jellyfin LDAP
visible: false
---
[toc]
https://goauthentik.io/docs/providers/ldap/generic_setup
https://goauthentik.io/integrations/services/jellyfin/