mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-24 16:01:18 +00:00
Implements /api/health endpoint for Docker/Kubernetes liveness and readiness probes. - Basic mode: Returns 200 OK or 503 based on memory usage thresholds - Detailed mode (?detailed=true): Includes memory stats, uptime, and environment info - HEAD method support for lightweight polling - Memory-based health monitoring (85% warning, 95% critical) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>