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";