From 2ec1d01095561e8ea88d141adaeabace17a64d5a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 17 May 2025 22:39:01 -0500 Subject: [PATCH] grrrrrrrrrrrr --- modules/keycloak.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/keycloak.nix b/modules/keycloak.nix index 953b9a6..458e192 100644 --- a/modules/keycloak.nix +++ b/modules/keycloak.nix @@ -13,6 +13,8 @@ with lib; hostname = dn; http-port = 8787; https-port = 8788; + http-enabled = true; + hostname-strict-https = false; # proxy = "passthrough"; }; database.passwordFile = "/keycloakbd";