Self-Hosted multi region health check service
Find a file
2024-02-19 11:43:43 +01: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
deploy feat(worker): worker fetch config via api 2024-02-19 10:09:30 +01:00
docs feat: style and screenshot 2024-02-10 18:05:11 +01:00
internal feat(healthcheck): abbility to select worker group 2024-02-19 11:43:43 +01:00
pkg feat(worker): worker fetch config via api 2024-02-19 10:09:30 +01:00
tools/generate feat(worker): worker fetch config via api 2024-02-19 10:09:30 +01:00
web feat(healthcheck): abbility to select worker group 2024-02-19 11:43:43 +01:00
.envrc feat: style and screenshot 2024-02-10 18:05:11 +01:00
.gitignore feat(workers): initial worker authentication and provisioning 2024-02-18 22:37:17 +01:00
devbox.json ci: add just to devbox 2024-02-18 10:47:34 +01:00
devbox.lock ci: add just to devbox 2024-02-18 10:47:34 +01:00
example.env docs: env cleanup 2024-02-19 10:17:32 +01:00
go.mod feat(workers): initial worker authentication and provisioning 2024-02-18 22:37:17 +01:00
go.sum feat(workers): initial worker authentication and provisioning 2024-02-18 22:37:17 +01:00
justfile docs: env cleanup 2024-02-19 10:17:32 +01:00
LICENSE docs: add license 2024-02-11 22:21:40 +01:00
process-compose.yml feat(worker): worker fetch config via api 2024-02-19 10:09:30 +01:00
README.md feat(cmd): flags false by default 2024-02-18 22:41:40 +01:00

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.
  • HTTP Healthchecks.
  • TCP Healthchecks.
  • CronJob Healthchecks (via webhooks).

Screenshot Demo is available at https://zdravko.fly.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.