Skip to content

Releases: crleonard/pingtower

v1.1.0

22 Apr 10:54
2f092e5

Choose a tag to compare

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

17 Apr 20:50

Choose a tag to compare

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 run

Or with Docker:

docker compose up --build
Repo: https://github.com/crleonard/pingtower