keycloak #1

Merged
jawz merged 29 commits from keycloak into main 2025-12-25 18:54:49 -06:00
Showing only changes of commit ba41e8f804 - Show all commits

View File

@@ -29,7 +29,7 @@ in
createLocally = false;
username = "keycloak";
name = "keycloak";
passwordFile = config.sops.secrets."keycloak/db_password".path;
passwordFile = config.sops.secrets.postgres-password.path;
};
settings = {
hostname = cfg.host;
@@ -37,7 +37,7 @@ in
hostname-strict-https = false;
http-enabled = true;
http-port = cfg.port;
proxy = "edge";
proxy-headers = "xforwarded";
};
};
systemd.services.keycloak.serviceConfig.EnvironmentFile = config.sops.secrets.keycloak.path;