Custom Keycloak theme https://login.lumbung.space
Go to file
decentral1se 09f914057c
Add convenience script and makefile for hacking
2021-05-24 12:45:11 +02:00
bin Add convenience script and makefile for hacking 2021-05-24 12:45:11 +02:00
default-themes Lay out custom theme and docs 2021-05-05 11:53:58 +02:00
lumbung.space Add convenience script and makefile for hacking 2021-05-24 12:45:11 +02:00
.drone.yml Add drone configuration 2021-05-05 13:12:11 +02:00
.gitignore Copy/pasta over keycloak base theme 2021-05-05 11:41:57 +02:00
README.md Documentation prod/local dev stuff 2021-05-05 13:31:10 +02:00
makefile Add convenience script and makefile for hacking 2021-05-24 12:45:11 +02:00

README.md

login.lumbung.space

Build Status

login.lumbung.space

Custom theming for the Keycloak SSO service.

Please see default-themes/README.md and lumbung.space/README.md for more info.

Deployment

Just send commits and the Drone CI/CD configuration will take care of the rest.

Local Hacking

You'll need a local Docker installation.

Then run a local Keycloak and mount the theme into the container with:

docker run \
  -p 8080:8080 \
  -v $(pwd)/lumbung.space:/opt/jboss/keycloak/themes/lumbung.space \
  -e KEYCLOAK_USER=admin \
  -e KEYCLOAK_PASSWORD=admin \
  jboss/keycloak:12.0.4

Then you can log into localhost:8080 with username: admin and password: admin.

See related documentation and tutorials for the hacking: