Skip to content

M0rgan01/Keycloak-sand-box

Repository files navigation

Keycloak-sand-box

This project allows editing of the keycloak theme for the Todo application

Commands for local development

Build and run containers

docker compose up -d

Stop containers

docker compose stop

Override themes

docker exec todo_keycloak rm -rf /opt/keycloak/themes/todo
docker cp ./themes/todo todo_keycloak:/opt/keycloak/themes/todo

Disable front caching

disable-theme-cache.cli actually disable front caching at container startup (see docker-compose for more information)

or

docker cp ./imports/standalone.xml todo_keycloak:/opt/keycloak/standalone/configuration/standalone.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages