new: [add] new charm keycloak
This commit is contained in:
32
keycloak-elabore/README.rst
Normal file
32
keycloak-elabore/README.rst
Normal file
@@ -0,0 +1,32 @@
|
||||
Description
|
||||
===========
|
||||
|
||||
Using ``keycloak`` version 24.0
|
||||
DEV info : https://www.keycloak.org/server/containers
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
To start with ``keycloak``, just put this service in your
|
||||
``compose.yml``::
|
||||
|
||||
keycloak:
|
||||
options:
|
||||
admin-password: CHANGEME
|
||||
relations:
|
||||
web-proxy:
|
||||
frontend:
|
||||
domain: id.mydomain.fr
|
||||
|
||||
Customize theme
|
||||
===============
|
||||
|
||||
You can customize theme by putting your theme in
|
||||
``/srv/datastore/data/keycloak/opt/keycloak/themes``
|
||||
|
||||
For example copy the material folder from
|
||||
https://github.com/MAXIMUS-DeltaWare/material-keycloak-theme and
|
||||
restart ``keycloak``.
|
||||
|
||||
Then go to your admin console, log in and go to the realm/themes part
|
||||
to choose you new theme
|
Reference in New Issue
Block a user