mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
968 B
968 B
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).
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.