README: custom css
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-04-01 16:36:20 +02:00
parent 3c2b248304
commit 06aafce852
Signed by: moritz
GPG Key ID: 1020A035E5DD0824

View File

@ -95,6 +95,19 @@ Run this command after every deploy/upgrade:
`abra app command --local <app-name> customize <assets_path>`
## Custom CSS
uncomment:
```
COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml"
```
Run:
```
abra app cp <app_name> my_custom.css app:/web/dist/assets/custom.css
abra app restart <app_name> app
```
## Email templates
Add custom [email templates](https://goauthentik.io/docs/flow/stages/email/#custom-templates):