-
Add a /v1/health endpoint
Stablereleased this
2026-08-22 14:29:33 +02:00 | 7 commits to main since this releaseFeatures
- Added a
GET /v1/healthendpoint for load balancers and monitoring: returns 200{"status":"ok"}when the app and its backing IMAP connection are healthy, or 500{"status":"backend not available"}if the IMAP connection is down. Unauthenticated, and discloses nothing beyond that up/down status.
- Added a