From 3bc925d3fa855c32416f968c4ce66efe123264ed Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 17 Jul 2024 14:42:25 +0200 Subject: [PATCH] fix app icon paths --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index d0b8ce2..d4372b0 100644 --- a/.env.sample +++ b/.env.sample @@ -96,13 +96,13 @@ AUTHENTIK_COLOR_BACKGROUND_LIGHT=#1c1e21 # KIMAI_DOMAIN=kimai.example.com # SECRET_KIMAI_ID_VERSION=v1 # SECRET_KIMAI_SECRET_VERSION=v1 -# APP_ICONS="$APP_ICONS kimai:~/.abra/recipes/authentik/icons/kimai.png" +# APP_ICONS="$APP_ICONS kimai:~/.abra/recipes/authentik/icons/kimai_logo.png" # COMPOSE_FILE="$COMPOSE_FILE:compose.monitoring.yml" # MONITORING_DOMAIN=monitoring.example.com # SECRET_MONITORING_ID_VERSION=v1 # SECRET_MONITORING_SECRET_VERSION=v1 -# APP_ICONS="$APP_ICONS monitoring:~/.abra/recipes/authentik/icons/monitoring.png" +# APP_ICONS="$APP_ICONS monitoring:~/.abra/recipes/authentik/icons/monitoring.svg" # COMPOSE_FILE="$COMPOSE_FILE:compose.rallly.yml" # RALLLY_DOMAIN=rallly.example.com