afkjdlsjdlkfajlk keycloak

This commit is contained in:
Schrottkatze 2023-04-27 01:48:20 +02:00
parent bce60dc872
commit 913bab2fbf
7 changed files with 36 additions and 49 deletions

View file

@ -7,10 +7,19 @@
http-port = 8097;
proxy = "edge";
hostname = "auth.katzen.cafe";
hostname-strict-backchannel = true;
};
database = {
createLocally = false;
type = "postgresql";
createLocally = true;
username = "keycloak";
passwordFile = "/run/keys/keycloakDbPw";
};
};
deployment.keys."keycloakDbPw" = {
keyCommand = [ "cat" "/home/jade/keys-tmp/keycloak-db" ];
destDir = "/run/keys/";
};
}