summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/keycloak.xml
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2022-01-09 20:58:25 +0300
committerNikolay Amiantov <ab@fmap.me>2022-01-16 11:41:50 +0300
commit84f70eefd1c4f90e892164afa39931a9fc5ba8db (patch)
tree4b07e9eed32ce25a6b5d7aafd7600dceb39ec2f8 /nixos/modules/services/web-apps/keycloak.xml
parenta42abe27c0b58749f1c563fc77305d145c739746 (diff)
downloadnixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.tar
nixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.tar.gz
nixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.tar.bz2
nixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.tar.lz
nixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.tar.xz
nixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.tar.zst
nixpkgs-84f70eefd1c4f90e892164afa39931a9fc5ba8db.zip
keycloak service: add themes support
Custom themes can be packaged and then added using `themes` config
attribute.
Diffstat (limited to 'nixos/modules/services/web-apps/keycloak.xml')
-rw-r--r--nixos/modules/services/web-apps/keycloak.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/keycloak.xml b/nixos/modules/services/web-apps/keycloak.xml
index 7ba656c20f1..8c3e35a051b 100644
--- a/nixos/modules/services/web-apps/keycloak.xml
+++ b/nixos/modules/services/web-apps/keycloak.xml
@@ -131,6 +131,17 @@
      </warning>
    </section>
 
+   <section xml:id="module-services-keycloak-themes">
+     <title>Themes</title>
+     <para>
+        You can package custom themes and make them visible to Keycloak via
+        <xref linkend="opt-services.keycloak.themes" />
+        option. See the <link xlink:href="https://www.keycloak.org/docs/latest/server_development/#_themes">
+        Themes section of the Keycloak Server Development Guide</link>
+        and respective NixOS option description for more information.
+     </para>
+   </section>
+
    <section xml:id="module-services-keycloak-extra-config">
      <title>Additional configuration</title>
      <para>