Disable authentik startup analytics

This commit is contained in:
Jake Howard 2022-09-18 18:55:24 +01:00
parent f49b26c6f0
commit 60e9454efe
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -11,6 +11,7 @@ x-authentik: &authentik
- AUTHENTIK_POSTGRESQL__NAME=authentik
- AUTHENTIK_POSTGRESQL__PASSWORD=authentik
- AUTHENTIK_SECRET_KEY="{{ authentik_secret_key }}"
- AUTHENTIK_DISABLE_STARTUP_ANALYTICS=true # Sending the hash of my secret key? No thanks
volumes:
- "{{ app_data_dir }}/authentik/media:/media"
- "{{ app_data_dir }}/authentik/custom-templates:/templates"