Update Docker & Kubernetes/Docker/Docker Compose/Authentik.md

This commit is contained in:
Nicole Rappe
2024-02-07 00:22:43 -07:00
parent 1b6156ac4a
commit 947e29df90

View File

@ -91,9 +91,24 @@ services:
```jsx title=".env" ```jsx title=".env"
PG_PASS=<See Below> PG_PASS=<See Below>
AUTHENTIK_SECRET_KEY=<See Below> AUTHENTIK_SECRET_KEY=<See Below>
## SMTP Host Emails are sent to
#AUTHENTIK_EMAIL__HOST=localhost
#AUTHENTIK_EMAIL__PORT=25
## Optionally authenticate (don't add quotation marks to your password)
#AUTHENTIK_EMAIL__USERNAME=
#AUTHENTIK_EMAIL__PASSWORD=
## Use StartTLS
#AUTHENTIK_EMAIL__USE_TLS=false
## Use SSL
#AUTHENTIK_EMAIL__USE_SSL=false
#AUTHENTIK_EMAIL__TIMEOUT=10
## Email address authentik will send from, should have a correct @domain
#AUTHENTIK_EMAIL__FROM=authentik@localhost
COMPOSE_PORT_HTTP=80
COMPOSE_PORT_HTTPS=443
``` ```
!!! note "Generating a Password" !!! note "Generating Passwords"
Navigate to the online [PWGen Password Generator](https://pwgen.io/en/) to generate the passwords for `PG_PASS` (40 characters) and `AUTHENTIK_SECRET_KEY` (50 characters). Navigate to the online [PWGen Password Generator](https://pwgen.io/en/) to generate the passwords for `PG_PASS` (40 characters) and `AUTHENTIK_SECRET_KEY` (50 characters).
Because of a PostgreSQL limitation, only passwords up to 99 characters are supported Because of a PostgreSQL limitation, only passwords up to 99 characters are supported