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"
"metube"
"atticd"
"keycloak"
]
// enableList mkEnabledIp [
"audiobookshelf"
"vaultwarden"
"readeck"
"keycloak"
];
}

View File

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