From f47da0c1b80ccb90d3762a6a5b16b0cfa6acfb58 Mon Sep 17 00:00:00 2001 From: carla Date: Mon, 23 Jun 2025 13:22:40 +0200 Subject: [PATCH] style(background): set default background to none --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 9f44063..75885e9 100644 --- a/.env.sample +++ b/.env.sample @@ -62,7 +62,7 @@ COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/" # COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml" # BACKGROUND_FONT_COLOR=white # BACKGROUND_BOX_COLOR='#eaeaeacf' -# THEME_BACKGROUND="url('https://authentik.example.com/static/dist/assets/images/flow_background.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover;" +# THEME_BACKGROUND="" # COMPOSE_FILE="$COMPOSE_FILE:compose.nextcloud.yml" # NEXTCLOUD_DOMAIN=nextcloud.example.com