feat: ADD health endpoint with simple testing #29

This commit is contained in:
Caffeine Fueled 2026-07-24 22:49:30 +02:00
parent 53263c8923
commit e42e55c7e4
Signed by: cf7
GPG key ID: CA295D643074C68C
2 changed files with 38 additions and 1 deletions

View file

@ -32,6 +32,7 @@ The goal is to keep it simple! For feature-rich solutions please check out [hedg
- `POST /` — create a pad from request body (curl-friendly, see *Usage*)
- `GET /{pad_id}/raw` — raw text (auth via `?pw=…` for protected pads)
- `GET /system/info` — instance configuration page
- `GET /health` — JSON health check (200 `ok` / 503 `degraded`)
- WebSocket `/ws/{pad_id}` — live collaboration
**Deployment:**