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,12 @@
#!/bin/bash
# Helper snippet for your existing caddy/update-caddy-certs.sh.
# Inside the loop that generates blocks for each $domain, add:
cat <<'CADDY'
# MailAdmin UI
mailadmin.$domain {
encode gzip
reverse_proxy mailadmin:3000
}
CADDY