add radicale htpasswd file manually
All checks were successful
/ deploy (push) Successful in 25s

This commit is contained in:
toufic ar 2026-01-28 19:35:01 +02:00
parent 99540b98ac
commit 742b5150ce
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k
2 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,7 @@
in {
sops.secrets = {
"mailserver/contact".owner = "dovecot2";
"radicale".owner = "radicale";
};
mailserver = {
@ -76,7 +77,7 @@ in {
settings = {
auth = {
type = "htpasswd";
htpasswd_filename = "/run/secrets/mailserver";
htpasswd_filename = config.sops.secrets."radicale".path;
htpasswd_encryption = "bcrypt";
};
};