Self-Hosted multi region health check service
Find a file
2024-02-16 14:21:13 +01:00
.github/workflows ci: wrong syntax 2024-02-11 10:18:40 +01:00
cmd feat(healthcheck): use slugs and actual params 2024-02-16 13:41:18 +01:00
docs feat: style and screenshot 2024-02-10 18:05:11 +01:00
internal fix(config): read all env variables 2024-02-16 14:21:13 +01:00
pkg/temporal feat(healthcheck): abbility to add/list/get 2024-02-15 23:47:56 +01:00
tools/generate feat(healthcheck): initial demo cronjob execution 2024-02-16 13:07:29 +01:00
web feat(healthcheck): use slugs and actual params 2024-02-16 13:41:18 +01:00
.envrc feat: style and screenshot 2024-02-10 18:05:11 +01:00
.gitignore feat(temporal): add temporal server 2024-02-13 11:47:57 +01:00
devbox.json feat: deploy to flyio 2024-02-11 10:15:00 +01:00
devbox.lock feat: deploy to flyio 2024-02-11 10:15:00 +01:00
example.env feat: refactor temporal and make it work on fly 2024-02-13 21:52:10 +01:00
fly.toml feat(oauth2): try to support github 2024-02-16 13:52:27 +01:00
go.mod feat(healthcheck): use slugs and actual params 2024-02-16 13:41:18 +01:00
go.sum feat(healthcheck): use slugs and actual params 2024-02-16 13:41:18 +01:00
justfile feat(healthcheck): abbility to add/list/get 2024-02-15 23:47:56 +01:00
LICENSE docs: add license 2024-02-11 22:21:40 +01:00
process-compose.yml feat(healthcheck): initial demo cronjob execution 2024-02-16 13:07:29 +01:00
README.md docs: roadmap 2024-02-15 12:24:35 +01:00
tailwind.config.js feat(oauth2): use and store state 2024-02-12 09:25:11 +01:00
zdravko.yaml feat: read yaml as config for potentialy configuring the app 2024-02-15 18:43:35 +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

# Start development environment
just run

License

Under AGPL, see LICENSE file.