initial commit

This commit is contained in:
2026-04-26 13:47:35 -05:00
commit 844c63dd85
27 changed files with 1241 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Add this block in the per-domain loop of caddy/update-caddy-certs.sh.
# It assumes the mailadmin container is on the same external Docker network.
mailadmin.{$DOMAIN_NAME} {
encode gzip
reverse_proxy mailadmin:3000
}