Keycloak with a custom theme
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful

This commit is contained in:
christian 2024-07-27 01:18:52 +02:00
parent 00158d0205
commit edcb2d2824
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
4 changed files with 12 additions and 0 deletions

View file

@ -8,6 +8,7 @@ RUN /opt/keycloak/bin/kc.sh build
FROM quay.io/keycloak/keycloak:${TAG}
COPY --from=builder /opt/keycloak/ /opt/keycloak/
ADD theme/ /opt/keycloak/theme/
# Runtime options to be set in compose directly.

View file

@ -0,0 +1,5 @@
.login-pf body {
background: url("../../img/blur-more-blur-edit.jpg") no-repeat center center fixed;
background-size: cover;
height: 100%;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -0,0 +1,6 @@
parent=keycloak
import=common/keycloak
styles=css/login.css css/ccchh/login.css
meta=viewport==width=device-width,initial-scale=1