mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
docs: roadmap
This commit is contained in:
parent
29da3a9889
commit
11177b7dff
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
@ -4,11 +4,17 @@ Golang selfhosted Status/Healthcheck monitoring app.
|
|||
|
||||
Mostly just a project to test [temporal.io](https://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](https://htmx.org/).
|
||||
### Roadmap
|
||||
- [x] 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](docs/screenshot.png)
|
||||
Demo is available at https://zdravko.fly.dev.
|
||||
|
|
Loading…
Reference in a new issue