lib: load json strings in config env variables

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-11-14 12:28:46 +01:00
parent 97b814ab33
commit cab564152d
3 changed files with 21 additions and 2 deletions

View File

@ -165,6 +165,20 @@ Requires authentik 2021.10.5
Enable the ability for users to change their Usernames, defaults to `true`.
### AUTHENTIK_FOOTER_LINKS
:::info
Requires authentik 2021.10.5
:::
This option configures the footer links on the flow executor pages.
The setting can be used as follows:
```
AUTHENTIK_FOOTER_LINKS='[{"name": "Link Name","href":"https://goauthentik.io"}]'
```
## Debugging
To check if your config has been applied correctly, you can run the following command to output the full config: