feat: nextcloud test

This commit is contained in:
Nick 2025-06-09 03:23:19 -05:00
parent ee2f20c6ad
commit 3c2f96baa5
2 changed files with 6 additions and 4 deletions

View file

@ -48,13 +48,15 @@ in
settings = {
default_phone_region = "CA";
log_type = "file";
mail_domain = host;
mail_sendmailmode = "smtp";
mail_smtpmode = "smtp";
mail_smtphost = service.email.address0;
mail_smtphost = localhost;
mail_smtpport = smtp.ports.port0;
mail_smtpsecure = "ssl";
mail_smtpauth = true;
mail_smtpname = smtp.hostname;
mail_from_address = "noreply";
mail_smtppassword = config.sops.secrets."${service.name}-smtp".path;
maintenance_window_start = 4;
overwriteprotocol = "https";