From e7af2b541ee806873cb763b842a5b69e9304ce21 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 9 Apr 2025 13:52:41 +0100 Subject: [PATCH] README tweaks --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5eb9051..c994a2c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Run this command after every deploy/upgrade: ## Custom CSS -Uncomment the folling env: +Uncomment the following env: ``` COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml" @@ -124,15 +124,15 @@ Add custom [email templates](https://goauthentik.io/docs/flow/stages/email/#cust These blueprints overwrite default blueprint values: -- flow_translation.yaml -- flow_authentication.yaml +- `flow_translation.yaml` +- `flow_authentication.yaml` The following default blueprints will be overwritten by customizations: -- flow-password-change.yaml -- flow-default-authentication-flow.yaml -- flow-default-user-settings-flow.yaml -- flow-default-source-enrollment.yaml +- `flow-password-change.yaml` +- `flow-default-authentication-flow.yaml` +- `flow-default-user-settings-flow.yaml` +- `flow-default-source-enrollment.yaml` The `abra.sh` function `apply_blueprints` needs to be executed to deactivate these blueprints to ensure that the customizations won't be overwritten. It will further execute flow_translation.yaml and flow_authentication.yaml again.