From a41a3da7ce8d548f837c70d924e496eabec37496 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 4 Mar 2025 09:50:47 -0500 Subject: Add Monica configuration for Omni/Cloud Configure Monica on Omni/Cloud. I had to setup PHP FastCGI so that nginx handles the PHP requests properly, and setup an email address for the service. --- Omni/Cloud/Mail.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Omni/Cloud/Mail.nix') diff --git a/Omni/Cloud/Mail.nix b/Omni/Cloud/Mail.nix index d3f70bc..787c7cb 100644 --- a/Omni/Cloud/Mail.nix +++ b/Omni/Cloud/Mail.nix @@ -15,7 +15,7 @@ Known issues: }; fqdn = "simatime.com"; domains = ["simatime.com" "bsima.me"]; - certificateScheme = 3; # let's encrypt + certificateScheme = "acme-nginx"; # let's encrypt, using named scheme instead of number enableImap = true; enablePop3 = true; enableImapSsl = true; @@ -47,6 +47,10 @@ Known issues: aliases = ["nicolai@simatime.com"]; quota = "1G"; }; + "monica@simatime.com" = { + hashedPasswordFile = "/home/ben/hashed-mail-password"; + quota = "1G"; + }; }; }; } -- cgit v1.2.3