Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/col-panic/keycloak-theme-development
This setup provides a pre-configured area to develop keycloak themes
https://github.com/col-panic/keycloak-theme-development
docker docker-compose keycloak keycloak-theme
Last synced: about 12 hours ago
JSON representation
This setup provides a pre-configured area to develop keycloak themes
- Host: GitHub
- URL: https://github.com/col-panic/keycloak-theme-development
- Owner: col-panic
- Created: 2020-01-28T11:31:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T05:39:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-31T05:17:28.238Z (over 1 year ago)
- Topics: docker, docker-compose, keycloak, keycloak-theme
- Language: JavaScript
- Homepage:
- Size: 7.81 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keycloak live theme development
This setup provides a pre-configured area to [develop keycloak themes](https://www.keycloak.org/docs/latest/server_development/index.html#_themes). The keycloak version used is 8.0.1.
## Usage
The `theme` directory is mounted into the keycloak instance and contains a copy of the keycloak 8.0.1 delivered themes, plus
the `mytheme` theme, which is a clone of the `keycloak` theme. It is pre-configured as entrypoint and hence should be used for development.To develop `mytheme` proceed as follows:
1. Start the development enviroment with `docker-compose up --build`
2. After startup, keycloak is available on http://localhost:8080 - for the login credentials see the `docker-compose.yml` file
3. The `themes` directory is now live connected to the docker instance, modifications done within it should be directly reflected