From ba9f8a5795a9c90b3e234ccdeb7370c3781d9c1d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 20 Oct 2021 17:31:27 +0200 Subject: [PATCH] lib: add utm_source to default links Signed-off-by: Jens Langhammer --- authentik/lib/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/lib/default.yml b/authentik/lib/default.yml index 1f69174a9..e74e8f766 100644 --- a/authentik/lib/default.yml +++ b/authentik/lib/default.yml @@ -63,6 +63,6 @@ geoip: "./GeoLite2-City.mmdb" # Can't currently be configured via environment variables, only yaml footer_links: - name: Documentation - href: https://goauthentik.io/docs/ + href: https://goauthentik.io/docs/?utm_source=authentik - name: authentik Website - href: https://goauthentik.io/ + href: https://goauthentik.io/?utm_source=authentik