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.