You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailcloakify is a [Keycloak](https://github.com/keycloak/keycloak) Theme that is based on
9
-
[Keycloakify](https://github.com/keycloakify/keycloakify), layered with [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) and inspired by [Keywind](https://github.com/lukin/keywind)
8
+
Tailcloakify is a [Keycloak](https://github.com/keycloak/keycloak) Theme that is based on
9
+
[Keycloakify](https://github.com/keycloakify/keycloakify), layered with [TailwindCSS](https://github.com/tailwindlabs/tailwindcss) and inspired by [Keywind](https://github.com/lukin/keywind)
10
10
UI design approach.
11
11
12
12
# How to Use
13
13
14
14
1. Place the provided JAR file in the <keycloak-home>/providers/ directory or use the example Dockerfile from this repository to add the provided JAR file into your Docker Image.
15
15
2. Set environment variables or localization messages to customize the theme with the out of the box configuration functionalities.
16
16
3. Restart your Keycloak server or deploy your builded docker image to your server.
17
-
4. Log in to the Keycloak Admin Console.
18
-
Go to Realm Settings > Themes.
19
-
Select the Tailcloakify login theme from the dropdown.
17
+
4. Log in to the Keycloak Admin Console.
18
+
Go to Realm Settings > Themes.
19
+
Select the Tailcloakify login theme from the dropdown.
20
20
Save your settings.
21
21
22
22
# Supported Pages
@@ -69,7 +69,7 @@ If you want to customize this theme, by extending it with your own files to be l
69
69
2.[Create your own Login Theme](https://www.keycloak.org/docs/latest/server_development/#creating-a-theme)
70
70
3. Specify parent theme in [theme properties](https://www.keycloak.org/docs/latest/server_development/#theme-properties) and add additional files to be loaded in the header
71
71
72
-
```
72
+
```properties
73
73
parent=tailcloakify
74
74
scripts=first-script.js second-script.js
75
75
styles=custom-styles.css
@@ -108,7 +108,7 @@ Or you can preview the pages using the storybook:
108
108
109
109
## Building the theme
110
110
111
-
You need to have [Maven](https://maven.apache.org/) installed to build the theme (Maven >= 3.1.1, Java >= 7).
111
+
You need to have [Maven](https://maven.apache.org/) installed to build the theme (Maven >= 3.1.1, Java >= 7).
112
112
The `mvn` command must be in the $PATH.
113
113
114
114
- On macOS: `brew install maven`
@@ -119,7 +119,7 @@ The `mvn` command must be in the $PATH.
119
119
npm run build-keycloak-theme
120
120
```
121
121
122
-
Note that by default Keycloakify generates multiple `.jar` files for different versions of Keycloak.
122
+
Note that by default Keycloakify generates multiple `.jar` files for different versions of Keycloak.
0 commit comments