forked from coop-cloud/authentik
Updates in response to PR feedback
This commit is contained in:
parent
a5b5395bdf
commit
abc1ed307c
11
.env.sample
11
.env.sample
@ -49,11 +49,14 @@ SECRET_EMAIL_PASS_VERSION=v1
|
|||||||
# EMAIL_SUBJECT="Account Recovery"
|
# EMAIL_SUBJECT="Account Recovery"
|
||||||
# EMAIL_TOKEN_EXPIRY_MINUTES=30
|
# 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"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml"
|
||||||
#COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/"
|
# 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!
|
||||||
#COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/"
|
|
||||||
#COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/"
|
|
||||||
|
|
||||||
# Default CSS customisation
|
# Default CSS customisation
|
||||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml"
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user