document the contents of authentik-ldap-env

This commit is contained in:
goeranh 2025-11-07 15:52:21 +01:00
parent ef34f9f0fc
commit 6f94a03a3c
No known key found for this signature in database

View file

@ -40,6 +40,14 @@ Authentik kann nicht ohne env datei starten
echo "AUTHENTIK_SECRET_KEY=$(openssl rand -hex 32)" > /var/lib/authentik_secret
```
danach muss man dann im browser den initial setup flow machen
und dann ldap provider einrichten
https://docs.goauthentik.io/add-secure-apps/providers/ldap/generic_setup
/var/lib/authentik-ldap-env
```
AUTHENTIK_HOST=https://auth.test.htw.stura-dresden.de
AUTHENTIK_TOKEN=<token>
```
## Setup Mail
```bash