Files
authentik/website/docs/installation/automated-install.md
m1212e 2bd7b80579 website/docs: Describe where to apply the auto setup env vars (#9863)
Update automated-install.md

Took me a good half an hour to find out why my env setup vars are not working: Set the on the server, not the worker container!

Signed-off-by: m1212e <14091540+m1212e@users.noreply.github.com>
2024-06-18 13:24:35 -05:00

725 B

title
title
Automated install

To install authentik automatically (skipping the Out-of-box experience), you can use the following environment variables on the worker container:

AUTHENTIK_BOOTSTRAP_PASSWORD

Configure the default password for the akadmin user. Only read on the first startup. Can be used for any flow executor.

AUTHENTIK_BOOTSTRAP_TOKEN

:::note Requires authentik 2021.8 :::

Create a token for the default akadmin user. Only read on the first startup. The string you specify for this variable is the token key you can use to authenticate yourself to the API.

AUTHENTIK_BOOTSTRAP_EMAIL

:::note Requires authentik 2023.3 :::

Set the email address for the default akadmin user.