Self-Hosted multi region health check service
Find a file
2024-02-11 11:56:21 +01:00
.github/workflows ci: wrong syntax 2024-02-11 10:18:40 +01:00
cmd feat: connect to sqlite 2024-02-11 11:56:21 +01:00
docs feat: style and screenshot 2024-02-10 18:05:11 +01:00
internal feat: connect to sqlite 2024-02-11 11:56:21 +01:00
.envrc feat: style and screenshot 2024-02-10 18:05:11 +01:00
.gitignore feat: connect to sqlite 2024-02-11 11:56:21 +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
fly.toml feat: deploy to flyio 2024-02-11 10:15:00 +01:00
go.mod feat: connect to sqlite 2024-02-11 11:56:21 +01:00
go.sum feat: connect to sqlite 2024-02-11 11:56:21 +01:00
justfile feat: connect to sqlite 2024-02-11 11:56:21 +01:00
process-compose.yml feat: connect to sqlite 2024-02-11 11:56:21 +01:00
README.md docs: wrong url 2024-02-11 10:15:43 +01:00
tailwind.config.js feat: initial work on tooling and design 2024-02-10 12:59:58 +01:00

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.

Screenshot Demo is available at https://zdravko.fly.dev.

Development

Dependencies

# Start development environment
just run