forked from katzen-cafe/katzen-cafe
afkjdlsjdlkfajlk keycloak
This commit is contained in:
parent
bce60dc872
commit
913bab2fbf
7 changed files with 36 additions and 49 deletions
|
@ -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/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue