Go to file
Benjamin Bädorf e9b0654a85
Working nix package for theme
2022-11-27 05:16:39 +01:00
account Small style improvements 2022-11-27 04:51:25 +01:00
admin Initial work on pub.solar theme 2022-11-27 02:17:33 +01:00
common Fix height of account settings 2022-11-27 04:53:17 +01:00
email Initial work on pub.solar theme 2022-11-27 02:17:33 +01:00
login Style improvements 2022-11-27 04:13:27 +01:00
pkgs Working nix package for theme 2022-11-27 05:16:39 +01:00
welcome Initial work on pub.solar theme 2022-11-27 02:17:33 +01:00
.envrc Initial work on pub.solar theme 2022-11-27 02:17:33 +01:00
.gitignore Small style improvements 2022-11-27 04:51:25 +01:00
README.md Add readme 2022-11-27 02:50:14 +01:00
flake.lock Initial work on pub.solar theme 2022-11-27 02:17:33 +01:00
flake.nix Working nix package for theme 2022-11-27 05:16:39 +01:00
overlay.nix Working nix package for theme 2022-11-27 05:16:39 +01:00
shell.nix Initial work on pub.solar theme 2022-11-27 02:17:33 +01:00

README.md

pub.solar Keycloak theme

To start a dev keycloak instance that can show the theme.

docker run \
  --name keycloak-theme-dev \
  -p 8080:8080 \
  -e KEYCLOAK_ADMIN=admin \
  -e KEYCLOAK_ADMIN_PASSWORD=admin \
  -v $(pwd):/opt/keycloak/themes/pub.solar \
  quay.io/keycloak/keycloak:20.0.1 \
  start-dev