From 60e9454efede0b8172a0bea02b4280252f0a4821 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 18 Sep 2022 18:55:24 +0100 Subject: [PATCH] Disable authentik startup analytics --- ansible/roles/authentik/files/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/authentik/files/docker-compose.yml b/ansible/roles/authentik/files/docker-compose.yml index 98c776d..d52051e 100644 --- a/ansible/roles/authentik/files/docker-compose.yml +++ b/ansible/roles/authentik/files/docker-compose.yml @@ -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"