admin: migrate to new update check, add option to disable update check

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-11 20:35:23 +02:00
parent 223d9ad414
commit 7e7ef289ba
4 changed files with 19 additions and 5 deletions

View File

@ -62,6 +62,7 @@ Secret key used for cookie singing and unique user IDs, don't change this after
Log level for the server and worker containers. Possible values: debug, info, warning, error
Defaults to `info`.
### AUTHENTIK_ERROR_REPORTING
- `AUTHENTIK_ERROR_REPORTING__ENABLED`
@ -78,6 +79,10 @@ Defaults to `info`.
Whether or not to send personal data, like usernames. Defaults to `false`.
### AUTHENTIK_DISABLE_UPDATE_CHECK
Optionally disable the update check. Defaults to `false`.
### AUTHENTIK_EMAIL
- `AUTHENTIK_EMAIL__HOST`