Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 693 Bytes

File metadata and controls

26 lines (18 loc) · 693 Bytes

Deployment

NeoMail is designed for self-hosted, trusted deployments.

Recommended shape

  • NeoMail behind a reverse proxy
  • HTTPS at the edge
  • PUBLIC_URL set correctly
  • dedicated runtime directory on persistent storage

Minimum checklist

  • Set SESSION_SECRET
  • Set NEOMAIL_ENCRYPTION_KEY
  • Configure service email if you want password reset and confirmations
  • Configure the AI provider from /admin
  • Back up the runtime directory
  • Restrict host access with firewall rules

Trusted-host model

Production-ready here means production-ready for a self-hosted operator who controls the box and trusts the tenant set. It does not mean hostile multi-tenant SaaS hardening.