website/docs: mention system settings (#8323)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2024-01-26 17:11:32 +01:00
committed by GitHub
parent b95d333179
commit 7af35b56c1

View File

@ -423,6 +423,14 @@ Configure Celery worker concurrency for authentik worker (see https://docs.celer
Defaults to 2.
## System settings
:::info
Requires authentik 2024.1.0
:::
Additional settings are configurable using the admin interface, under **System** -> **Settings** or using the API.
## Custom python settings
To modify additional settings further than the options above allow, you can create a custom python file and mount it to `/data/user_settings.py`. This file will be loaded on startup by both the server and the worker. All default settings are [here](https://github.com/goauthentik/authentik/blob/main/authentik/root/settings.py)