Disable authentik startup analytics
This commit is contained in:
parent
f49b26c6f0
commit
60e9454efe
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ x-authentik: &authentik
|
||||||
- AUTHENTIK_POSTGRESQL__NAME=authentik
|
- AUTHENTIK_POSTGRESQL__NAME=authentik
|
||||||
- AUTHENTIK_POSTGRESQL__PASSWORD=authentik
|
- AUTHENTIK_POSTGRESQL__PASSWORD=authentik
|
||||||
- AUTHENTIK_SECRET_KEY="{{ authentik_secret_key }}"
|
- AUTHENTIK_SECRET_KEY="{{ authentik_secret_key }}"
|
||||||
|
- AUTHENTIK_DISABLE_STARTUP_ANALYTICS=true # Sending the hash of my secret key? No thanks
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ app_data_dir }}/authentik/media:/media"
|
- "{{ app_data_dir }}/authentik/media:/media"
|
||||||
- "{{ app_data_dir }}/authentik/custom-templates:/templates"
|
- "{{ app_data_dir }}/authentik/custom-templates:/templates"
|
||||||
|
|
Loading…
Reference in a new issue