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;
|
age.secrets.keycloakDb.file = ../../secrets/keycloak-db.age;
|
||||||
services.keycloak = {
|
services.keycloak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.keycloak;
|
package = pkgs.keycloak;
|
||||||
settings = {
|
settings = {
|
||||||
hostname-url = "https://auth.s.michaelt.xyz";
|
hostname = "https://auth.s.michaelt.xyz";
|
||||||
hostname-admin-url = "https://auth.s.michaelt.xyz";
|
hostname-admin = "https://auth.s.michaelt.xyz";
|
||||||
hostname-strict = false;
|
hostname-strict = false;
|
||||||
hostname-strict-https = false;
|
hostname-strict-https = false;
|
||||||
# proxy-headers = "xforwarded";
|
proxy-headers = "xforwarded";
|
||||||
proxy = "edge";
|
|
||||||
http-enabled = true;
|
http-enabled = true;
|
||||||
http-port = 7654;
|
http-port = 7654;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user