keycloak #1

Merged
jawz merged 29 commits from keycloak into main 2025-12-25 18:54:49 -06:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 3f40666ebf - Show all commits

View File

@@ -76,11 +76,11 @@ in
"mealie" "mealie"
"metube" "metube"
"atticd" "atticd"
"keycloak"
] ]
// enableList mkEnabledIp [ // enableList mkEnabledIp [
"audiobookshelf" "audiobookshelf"
"vaultwarden" "vaultwarden"
"readeck" "readeck"
"keycloak"
]; ];
} }

View File

@@ -32,6 +32,7 @@ in
hostname-strict-https = false; hostname-strict-https = false;
http-enabled = true; http-enabled = true;
http-port = cfg.port; http-port = cfg.port;
http-host = cfg.ip;
proxy-headers = "xforwarded"; proxy-headers = "xforwarded";
}; };
}; };