From abc1ed307c10f475c19b801d02a9d293ff2095a7 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 7 Jan 2025 10:15:53 -0500 Subject: [PATCH] Updates in response to PR feedback --- .env.sample | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.env.sample b/.env.sample index ddce7b6..e4e4609 100644 --- a/.env.sample +++ b/.env.sample @@ -49,11 +49,14 @@ SECRET_EMAIL_PASS_VERSION=v1 # EMAIL_SUBJECT="Account Recovery" # EMAIL_TOKEN_EXPIRY_MINUTES=30 -## custom css and assets +## assets +COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/" +COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/" +COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/" + +# store custom CSS in a css-volume #COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml" -#COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/" -#COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/" -#COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/" +# NOTE: this causes the authentik container to run as `root` initially; it uses `su` to drop privileges but technically could introduce a security risk. proceed with caution! # Default CSS customisation # COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml"