website/docs: add docs for automated installs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-11 21:57:58 +02:00
parent 01e54cb986
commit 38292a588b
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
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.

View File

@ -18,6 +18,7 @@ module.exports = {
"installation/beta",
"installation/configuration",
"installation/reverse-proxy",
"installation/automated-install",
],
},
{