keycloak #1

Merged
jawz merged 29 commits from keycloak into main 2025-12-25 18:54:49 -06:00
Showing only changes of commit 016b181d1b - Show all commits

View File

@@ -30,6 +30,10 @@ in
FROM = config.my.smtpemail; FROM = config.my.smtpemail;
SENDMAIL_PATH = "${pkgs.msmtp}/bin/msmtp"; SENDMAIL_PATH = "${pkgs.msmtp}/bin/msmtp";
}; };
service = {
DISABLE_REGISTRATION = true;
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
};
}; };
database = { database = {
socket = config.my.postgresSocket; socket = config.my.postgresSocket;