Keycloak with a custom theme
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
This commit is contained in:
parent
00158d0205
commit
edcb2d2824
|
@ -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.
|
||||
|
||||
|
|
5
keycloak/theme/ccchh/login/resources/css/ccchh/login.css
Normal file
5
keycloak/theme/ccchh/login/resources/css/ccchh/login.css
Normal 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%;
|
||||
}
|
BIN
keycloak/theme/ccchh/login/resources/img/blur-more-blur-edit.jpg
Normal file
BIN
keycloak/theme/ccchh/login/resources/img/blur-more-blur-edit.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
6
keycloak/theme/ccchh/login/theme.properties
Normal file
6
keycloak/theme/ccchh/login/theme.properties
Normal 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
|
Loading…
Reference in a new issue