mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-21 15:26:29 +00:00
Self-Hosted multi region health check service
.github/workflows | ||
cmd | ||
docs | ||
internal | ||
tools/generate | ||
web | ||
.envrc | ||
.gitignore | ||
devbox.json | ||
devbox.lock | ||
example.env | ||
fly.toml | ||
go.mod | ||
go.sum | ||
justfile | ||
LICENSE | ||
process-compose.yml | ||
README.md | ||
tailwind.config.js |
zdravko
Golang selfhosted Status/Healthcheck monitoring app.
Mostly just a project to test temporal.io.
Expected features things
- SSO or just expect to be run behind a auth proxy.
- Abbility for multiple instances/workers.
- Otherwise using a cronjob would do the job, no need for temporal.
- Some nice UI to try out htmx.
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.