You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
686 B
Bash
21 lines
686 B
Bash
AUTHENTIK_TAG=<CHANGE> #2024.2.2
|
|
PG_PASS=<CHANGE> # (pwgen -s 40 1) (openssl rand -base64 40)
|
|
AUTHENTIK_SECRET_KEY=<CHANGE> # (pwgen -s 50 1) (openssl rand -base64 50)
|
|
COMPOSE_PORT_HTTP=80
|
|
COMPOSE_PORT_HTTPS=443
|
|
COMPOSE_PORT_LDAP=3389
|
|
|
|
# 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
|