zdravko/README.md
2024-02-15 12:24:35 +01:00

37 lines
915 B
Markdown

# `zdravko`
Golang selfhosted Status/Healthcheck monitoring app.
Mostly just a project to test [temporal.io](https://temporal.io/).
### Roadmap
- [x] SSO Support for authentication.
- [x] 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](docs/screenshot.png)
Demo is available at https://zdravko.fly.dev.
# Development
### Dependencies
* [devbox](https://www.jetpack.io/devbox)
* [justfile](https://github.com/casey/just)
```sh
# Configure
cp example.env .env
# Start development environment
just run
```
### License
Under AGPL, see [LICENSE](LICENSE) file.