feat: kanboard test

This commit is contained in:
Nick 2025-06-09 18:05:27 -05:00
parent 296c3fa8c0
commit 54e292f236

View file

@ -27,7 +27,7 @@ in
MAIL_SMTP_USERNAME = service.email.address0;
MAIL_FROM = service.email.address0;
MAIL_SMTP_PASSWORD = config.sops.secrets."${service.name}-smtp".path;
MAIL_SMTP_ENCRYPTION = null;
MAIL_SMTP_ENCRYPTION = "null";
};
};
caddy = {