Healthcheck/Status app
Go to file
Tine b6058d4201
feat: slight design improvements
2024-05-09 21:05:08 +02:00
.github/workflows ci: fix 2024-02-19 11:09:31 +01:00
build feat(worker): worker fetch config via api 2024-02-19 10:09:30 +01:00
cmd/zdravko feat(healthcheck): abbility to select worker group 2024-02-19 11:43:43 +01:00
database feat(triggers): initial get/describe/create/update pages 2024-04-28 21:24:00 +02:00
deploy feat(fly): sqlite and keyvalue paths 2024-04-28 16:08:06 +02:00
docs fix(monitors): delete 2024-03-04 14:29:57 +01:00
internal feat: slight design improvements 2024-05-09 21:05:08 +02:00
pkg fix(monitors): add back the monitors get route 2024-04-30 20:05:08 +02:00
web feat: slight design improvements 2024-05-09 21:05:08 +02:00
.envrc feat: style and screenshot 2024-02-10 18:05:11 +01:00
.gitignore feat(keyvalue): add badger as keyvalue store 2024-04-28 16:06:49 +02:00
.prettierrc style: format tmpl with prettier 2024-02-29 12:15:15 +01:00
CONTRIBUTING.md feat(triggers): initial get/describe/create/update pages 2024-04-28 21:24:00 +02:00
LICENSE docs: add license 2024-02-11 22:21:40 +01:00
README.md docs: roadmap and progress 2024-03-01 11:11:02 +01:00
devbox.json refactor: replace gorm with sqlx 2024-02-27 12:04:05 +01:00
devbox.lock refactor: replace gorm with sqlx 2024-02-27 12:04:05 +01:00
example.env feat: rename worker to worker-group 2024-02-24 22:07:49 +01:00
go.mod feat(triggers): initial get/describe/create/update pages 2024-04-28 21:24:00 +02:00
go.sum feat(triggers): initial get/describe/create/update pages 2024-04-28 21:24:00 +02:00
justfile feat(triggers): initial get/describe/create/update pages 2024-04-28 21:24:00 +02:00

README.md

zdravko

Golang selfhosted Status/Healthcheck monitoring app.

Mostly just a project to test temporal.io.

Roadmap

  • SSO Support for authentication.
  • SQLite for database.
    • This means for main app db as well as temporal db.
  • Single binary.
    • One binary to run worker, server and temporal all together.
  • Abbility for multiple workers.
    • Spread workers across regions to monitor latency from different locations.
  • Use k6 for checks, so that they can be written in javascript.
  • History and working home page.
    • Kinda working atm. ~But look if all the data could be stored/fetched from temporal.~
  • Edit/Delete operations for healthchecks and workers.
  • CronJob Healthchecks (via webhooks).
  • Notifications (webhooks, slack, etc).
  • Incidents (based on script that is triggered by monitors/crobjobs).
  • Prepare i18n.
  • Alpha Version (1H 2024)
  • ??
  • Beta Version (2H 2024)
  • ??
  • Stable Release (2025)

Screenshot Demo is available at https://zdravko.mnts.dev.

Development

Dependencies

# Configure
cp example.env .env

# Generate JWT key
just generate-jwt-key

# Start development environment
just run

License

Under AGPL, see LICENSE file.