Releases: crleonard/pingtower
Releases · crleonard/pingtower
v1.1.0
What's new
You can now trigger an immediate check on any monitor without waiting for the next polling interval.
Check now button - available on every monitor's detail page, runs the check instantly and refreshes the result history
API endpoint - POST /checks/{id}/trigger returns the result as JSON for scripting and integrations
Bug fixes / internals
CI workflow updated to use Node.js 24
v1.0.0
First public release of pingtower, a lightweight self-hosted uptime monitor for websites and APIs.
Features in v1.0.0:
- Built-in dashboard
- Per-check intervals and timeouts
- Status history
- Pause/resume and delete controls
- Local JSON-backed storage
- Docker support
- Unit tests and CI
Run locally:
make runOr with Docker:
docker compose up --build
Repo: https://github.com/crleonard/pingtower