From 06aafce8525e9a5ced1f9cb80b7547771ca5236a Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 1 Apr 2025 16:36:20 +0200 Subject: [PATCH] README: custom css --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4a58582..dbcdaf4 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,19 @@ Run this command after every deploy/upgrade: `abra app command --local customize ` +## Custom CSS + +uncomment: + +``` +COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml" +``` +Run: +``` +abra app cp my_custom.css app:/web/dist/assets/custom.css +abra app restart app +``` + ## Email templates Add custom [email templates](https://goauthentik.io/docs/flow/stages/email/#custom-templates):