Hi all,
I have installed Keycloak from the univention app store and was wondering if it is possible to customise the theme.
the UCS theme is included in the docker-compose.yml
as follows.
"Type": "bind",
"Source": "/var/lib/univention-appcenter/apps/keycloak/conf/UCS",
"Destination": "/opt/keycloak/themes/UCS",
"mode": "rw",
"RW": true,
"Propagation": "rprivate".
Now I built my own theme and put it next to the UCS folder and added the following line in docker-compose.yml
.
"Type": "bind",
"Source": "/var/lib/univention-appcenter/apps/keycloak/conf/MyTheme",
"Destination":"/opt/keycloak/themes/MyTheme",
"mode": "rw",
"RW": true,
"Propagation": "rprivate".
If I now delete the container and rebuild docker-compose -p keycloak up -d --no-build --no-recreate
, keycloak no longer works, of course.
Has anyone had any experience with this?
Is this a feature that is still to come?
Best
AlteSocke