keycloak-theme/README.md

18 lines
499 B
Markdown
Raw Permalink Normal View History

2022-08-25 22:06:45 +02:00
# Keycloak customization
Repo to hold Keycloak customizations for [https://sso.mastermindzh.tech](https://sso.mastermindzh.tech)
## Getting started
- `docker-compose up`
- [http://localhost:10000](http://localhost:10000)
- admin/admin
- done? 😄
## deployment
We could use the helm chart or just use the same container from docker-compose.yml.
Either way, make sure to pass the custom welcome theme to the start command:
`- KEYCLOAK_EXTRA_ARGS="--spi-theme-welcome-theme=mastermindzh.tech"`