fix(keycloak): update config for keycloak 26
This commit is contained in:
parent
93e8c52e33
commit
fc60d2c395
@ -77,14 +77,13 @@
|
||||
age.secrets.keycloakDb.file = ../../secrets/keycloak-db.age;
|
||||
services.keycloak = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.keycloak;
|
||||
package = pkgs.keycloak;
|
||||
settings = {
|
||||
hostname-url = "https://auth.s.michaelt.xyz";
|
||||
hostname-admin-url = "https://auth.s.michaelt.xyz";
|
||||
hostname = "https://auth.s.michaelt.xyz";
|
||||
hostname-admin = "https://auth.s.michaelt.xyz";
|
||||
hostname-strict = false;
|
||||
hostname-strict-https = false;
|
||||
# proxy-headers = "xforwarded";
|
||||
proxy = "edge";
|
||||
proxy-headers = "xforwarded";
|
||||
http-enabled = true;
|
||||
http-port = 7654;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user