Skip to content

Commit d7ab0e4

Browse files
committed
Deploying to main from @ e8e9f6a0405e62dc2298e2f29d982b5cd9944e1d 🚀
1 parent 240ecf0 commit d7ab0e4

5 files changed

Lines changed: 52 additions & 38 deletions

File tree

extensions.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h5 class="card-title">Adaptive Authentication</h5>
109109
<div class="d-flex align-items-center">
110110
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
111111
class="me-2"/>
112-
<span data-nosnippet>87 stars</span>
112+
<span data-nosnippet>88 stars</span>
113113
</div>
114114
</div>
115115
</div>
@@ -272,7 +272,7 @@ <h5 class="card-title">Crossplane provider for Keycloak</h5>
272272
<div class="d-flex align-items-center">
273273
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
274274
class="me-2"/>
275-
<span data-nosnippet>61 stars</span>
275+
<span data-nosnippet>60 stars</span>
276276
</div>
277277
</div>
278278
</div>
@@ -408,7 +408,7 @@ <h5 class="card-title">Keycloak Helm Chart HelmForge</h5>
408408
<div class="d-flex align-items-center">
409409
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
410410
class="me-2"/>
411-
<span data-nosnippet>19 stars</span>
411+
<span data-nosnippet>21 stars</span>
412412
</div>
413413
</div>
414414
</div>
@@ -520,7 +520,7 @@ <h5 class="card-title">MFA Plugin collection</h5>
520520
<div class="d-flex align-items-center">
521521
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
522522
class="me-2"/>
523-
<span data-nosnippet>270 stars</span>
523+
<span data-nosnippet>269 stars</span>
524524
</div>
525525
</div>
526526
</div>
@@ -836,7 +836,7 @@ <h5 class="card-title">Keycloak Theme Editor</h5>
836836
<div class="d-flex align-items-center">
837837
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
838838
class="me-2"/>
839-
<span data-nosnippet>51 stars</span>
839+
<span data-nosnippet>52 stars</span>
840840
</div>
841841
</div>
842842
</div>
@@ -1011,7 +1011,7 @@ <h5 class="card-title">Metrics SPI</h5>
10111011
<div class="d-flex align-items-center">
10121012
<img src="resources/images/github.png" width="16px" alt="GitHub logo"
10131013
class="me-2"/>
1014-
<span data-nosnippet>617 stars</span>
1014+
<span data-nosnippet>618 stars</span>
10151015
</div>
10161016
</div>
10171017
</div>

nightly/server/all-config.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ <h2 id="category-database_datasources"><a class="anchor" href="#category-databas
15391539
<div id="option-extended-database_datasources-db-kind-<datasource>" class="openblock options-extended">
15401540
<div class="content">
15411541
<div class="paragraph">
1542-
<p><span class="options-description-extended">The database vendor. In production mode the default value of <code>dev-file</code> is deprecated, you should explicitly specify the db instead.</span></p>
1542+
<p><span class="options-description-extended">The database vendor.</span></p>
15431543
</div>
15441544
<div class="paragraph">
15451545
<p><strong>CLI:</strong> <code>--db-kind-&lt;datasource&gt;</code><br>
@@ -1857,6 +1857,9 @@ <h2 id="category-database_datasources"><a class="anchor" href="#category-databas
18571857
<p><span class="options-description-extended">The full database JDBC URL. If not provided, a default URL is set based on the selected database vendor. For instance, if using <code>postgres</code>, the default JDBC URL would be <code>jdbc:postgresql://localhost/keycloak</code>.</span></p>
18581858
</div>
18591859
<div class="paragraph">
1860+
<p><strong>Named key:</strong> <span class="options-wildcard-key"><code>db-url-full-&lt;datasource&gt;</code></span></p>
1861+
</div>
1862+
<div class="paragraph">
18601863
<p><strong>CLI:</strong> <code>--db-url-full-&lt;datasource&gt;</code><br>
18611864
<strong>Env:</strong> <code>KC_DB_URL_FULL_&lt;DATASOURCE&gt;</code></p>
18621865
</div>

nightly/server/db.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ <h3 id="_additional_datasources_options"><a class="anchor" href="#_additional_da
21372137
<div class="openblock options-extended">
21382138
<div class="content">
21392139
<div class="paragraph">
2140-
<p><span class="options-description-extended">The database vendor. In production mode the default value of <code>dev-file</code> is deprecated, you should explicitly specify the db instead.</span></p>
2140+
<p><span class="options-description-extended">The database vendor.</span></p>
21412141
</div>
21422142
<div class="paragraph">
21432143
<p><strong>CLI:</strong> <code>--db-kind-&lt;datasource&gt;</code><br>
@@ -2455,6 +2455,9 @@ <h3 id="_additional_datasources_options"><a class="anchor" href="#_additional_da
24552455
<p><span class="options-description-extended">The full database JDBC URL. If not provided, a default URL is set based on the selected database vendor. For instance, if using <code>postgres</code>, the default JDBC URL would be <code>jdbc:postgresql://localhost/keycloak</code>.</span></p>
24562456
</div>
24572457
<div class="paragraph">
2458+
<p><strong>Named key:</strong> <span class="options-wildcard-key"><code>db-url-full-&lt;datasource&gt;</code></span></p>
2459+
</div>
2460+
<div class="paragraph">
24582461
<p><strong>CLI:</strong> <code>--db-url-full-&lt;datasource&gt;</code><br>
24592462
<strong>Env:</strong> <code>KC_DB_URL_FULL_&lt;DATASOURCE&gt;</code></p>
24602463
</div>

nightly/server/directory-structure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2 id="_directory_structure"><a class="anchor" href="#_directory_structure"></a
167167
<p><strong>providers/</strong> - directory for user provided dependencies - see <a href="https://www.keycloak.org/nightly/server/configuration-provider">Configuring providers</a> for extending the server and <a href="https://www.keycloak.org/nightly/server/db">Configuring the database</a> for an example of adding a JDBC driver.</p>
168168
</li>
169169
<li>
170-
<p><strong>themes/</strong> - directory for customizations to the Admin Console - see <a href="https://www.keycloak.org/docs/latest/server_development/#_themes">Developing Themes</a></p>
170+
<p><strong>themes/</strong> - directory for customizations to the Admin Console, Account Console, and login page - see <a href="https://www.keycloak.org/docs/latest/ui-customization/themes">Working with themes</a></p>
171171
</li>
172172
</ul>
173173
</div>

translations.html

Lines changed: 37 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ <h1>Translations</h1>
140140
</td>
141141
<td style="text-align: right">
142142
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/hy/?q=state:%3Ctranslated">
143-
95 %
143+
94 %
144144
</a>
145145
</td>
146146
<td style="text-align: right">
147147
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/hy/?q=state:%3Ctranslated">
148-
28 %
148+
27 %
149149
</a>
150150
</td>
151151
<td style="text-align: right">
@@ -171,7 +171,9 @@ <h1>Translations</h1>
171171
&check;
172172
</td>
173173
<td style="text-align: right">
174-
&check;
174+
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/ca/?q=state:%3Ctranslated">
175+
98 %
176+
</a>
175177
</td>
176178
<td style="text-align: right">
177179
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/ca/?q=state:%3Ctranslated">
@@ -206,12 +208,12 @@ <h1>Translations</h1>
206208
</td>
207209
<td style="text-align: right">
208210
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/zh_Hans/?q=state:%3Ctranslated">
209-
92 %
211+
91 %
210212
</a>
211213
</td>
212214
<td style="text-align: right">
213215
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/zh_Hans/?q=state:%3Ctranslated">
214-
89 %
216+
88 %
215217
</a>
216218
</td>
217219
<td style="text-align: right">
@@ -238,7 +240,7 @@ <h1>Translations</h1>
238240
</td>
239241
<td style="text-align: right">
240242
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/zh_Hant/?q=state:%3Ctranslated">
241-
96 %
243+
95 %
242244
</a>
243245
</td>
244246
<td style="text-align: right">
@@ -269,7 +271,9 @@ <h1>Translations</h1>
269271
&check;
270272
</td>
271273
<td style="text-align: right">
272-
&check;
274+
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/cs/?q=state:%3Ctranslated">
275+
98 %
276+
</a>
273277
</td>
274278
<td style="text-align: right">
275279
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/cs/?q=state:%3Ctranslated">
@@ -304,7 +308,7 @@ <h1>Translations</h1>
304308
</td>
305309
<td style="text-align: right">
306310
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/nl/?q=state:%3Ctranslated">
307-
95 %
311+
94 %
308312
</a>
309313
</td>
310314
<td style="text-align: right">
@@ -339,14 +343,14 @@ <h1>Translations</h1>
339343
</td>
340344
<td style="text-align: right">
341345
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/fr/?q=state:%3Ctranslated">
342-
94 %
346+
93 %
343347
</a>
344348
</td>
345349
<td style="text-align: right">
346350
&check;
347351
</td>
348352
<td style="text-align: right">
349-
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/-/fr/?q=state%3A%3Dtranslated&sort_by=-priority%2Cposition&checksum=">885</a>
353+
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/-/fr/?q=state%3A%3Dtranslated&sort_by=-priority%2Cposition&checksum=">895</a>
350354
</td>
351355
</tr>
352356
<tr>
@@ -372,7 +376,7 @@ <h1>Translations</h1>
372376
</td>
373377
<td style="text-align: right">
374378
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/ka/?q=state:%3Ctranslated">
375-
96 %
379+
94 %
376380
</a>
377381
</td>
378382
<td style="text-align: right">
@@ -405,7 +409,9 @@ <h1>Translations</h1>
405409
&check;
406410
</td>
407411
<td style="text-align: right">
408-
&check;
412+
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/de/?q=state:%3Ctranslated">
413+
98 %
414+
</a>
409415
</td>
410416
<td style="text-align: right">
411417
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/de/?q=state:%3Ctranslated">
@@ -442,7 +448,7 @@ <h1>Translations</h1>
442448
</td>
443449
<td style="text-align: right">
444450
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/el/?q=state:%3Ctranslated">
445-
91 %
451+
89 %
446452
</a>
447453
</td>
448454
<td style="text-align: right">
@@ -479,7 +485,9 @@ <h1>Translations</h1>
479485
</a>
480486
</td>
481487
<td style="text-align: right">
482-
&check;
488+
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/id/?q=state:%3Ctranslated">
489+
98 %
490+
</a>
483491
</td>
484492
<td style="text-align: right">
485493
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/id/?q=state:%3Ctranslated">
@@ -514,7 +522,7 @@ <h1>Translations</h1>
514522
</td>
515523
<td style="text-align: right">
516524
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/it/?q=state:%3Ctranslated">
517-
93 %
525+
91 %
518526
</a>
519527
</td>
520528
<td style="text-align: right">
@@ -552,7 +560,7 @@ <h1>Translations</h1>
552560
</td>
553561
<td style="text-align: right">
554562
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/ja/?q=state:%3Ctranslated">
555-
94 %
563+
93 %
556564
</a>
557565
</td>
558566
<td style="text-align: right">
@@ -588,7 +596,7 @@ <h1>Translations</h1>
588596
</td>
589597
<td style="text-align: right">
590598
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/pt_BR/?q=state:%3Ctranslated">
591-
92 %
599+
91 %
592600
</a>
593601
</td>
594602
<td style="text-align: right">
@@ -626,7 +634,7 @@ <h1>Translations</h1>
626634
</td>
627635
<td style="text-align: right">
628636
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/ro/?q=state:%3Ctranslated">
629-
54 %
637+
53 %
630638
</a>
631639
</td>
632640
<td style="text-align: right">
@@ -662,12 +670,12 @@ <h1>Translations</h1>
662670
</td>
663671
<td style="text-align: right">
664672
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/ru/?q=state:%3Ctranslated">
665-
95 %
673+
94 %
666674
</a>
667675
</td>
668676
<td style="text-align: right">
669677
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/ru/?q=state:%3Ctranslated">
670-
92 %
678+
91 %
671679
</a>
672680
</td>
673681
<td style="text-align: right">
@@ -698,7 +706,7 @@ <h1>Translations</h1>
698706
</td>
699707
<td style="text-align: right">
700708
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/sl/?q=state:%3Ctranslated">
701-
95 %
709+
94 %
702710
</a>
703711
</td>
704712
<td style="text-align: right">
@@ -736,12 +744,12 @@ <h1>Translations</h1>
736744
</td>
737745
<td style="text-align: right">
738746
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/es/?q=state:%3Ctranslated">
739-
95 %
747+
94 %
740748
</a>
741749
</td>
742750
<td style="text-align: right">
743751
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/es/?q=state:%3Ctranslated">
744-
92 %
752+
91 %
745753
</a>
746754
</td>
747755
<td style="text-align: right">
@@ -770,7 +778,7 @@ <h1>Translations</h1>
770778
</td>
771779
<td style="text-align: right">
772780
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/sv/?q=state:%3Ctranslated">
773-
96 %
781+
95 %
774782
</a>
775783
</td>
776784
<td style="text-align: right">
@@ -802,7 +810,7 @@ <h1>Translations</h1>
802810
</td>
803811
<td style="text-align: right">
804812
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/tr/?q=state:%3Ctranslated">
805-
96 %
813+
95 %
806814
</a>
807815
</td>
808816
<td style="text-align: right">
@@ -834,12 +842,12 @@ <h1>Translations</h1>
834842
</td>
835843
<td style="text-align: right">
836844
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/uk/?q=state:%3Ctranslated">
837-
96 %
845+
95 %
838846
</a>
839847
</td>
840848
<td style="text-align: right">
841849
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/admin-ui/uk/?q=state:%3Ctranslated">
842-
93 %
850+
92 %
843851
</a>
844852
</td>
845853
<td style="text-align: right">
@@ -870,7 +878,7 @@ <h1>Translations</h1>
870878
</td>
871879
<td style="text-align: right">
872880
<a rel="nofollow" href="https://hosted.weblate.org/translate/keycloak/theme-baseaccount/vi/?q=state:%3Ctranslated">
873-
95 %
881+
94 %
874882
</a>
875883
</td>
876884
<td style="text-align: right">
@@ -888,7 +896,7 @@ <h1>Translations</h1>
888896
</tbody>
889897
</table>
890898

891-
<p data-nosnippet>(Statistics updated daily. Last update: 2026-05-22T06:25:39Z)</p>
899+
<p data-nosnippet>(Statistics updated daily. Last update: 2026-05-23T06:04:59Z)</p>
892900

893901
</div>
894902

0 commit comments

Comments
 (0)