This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/installation/automated-install.md
Jens Langhammer 38292a588b website/docs: add docs for automated installs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-08-11 21:57:58 +02:00

18 lines
559 B
Markdown

---
title: Automated install
---
To install authentik automatically (skipping the Out-of-box experience), you can use the following environment variables:
### `AK_ADMIN_PASS`
Configure the default password for the `akadmin` user. Only read on the first startup. Can be used for any flow executor.
### `AK_ADMIN_TOKEN`
:::note
This option has been added in 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.