commit 3003ed66f77659ef9c47a873c9b5ab16aa0f8c86 Author: Tine Date: Sat Feb 10 09:11:28 2024 +0100 chore: init diff --git a/README.md b/README.md new file mode 100644 index 0000000..6db7f7f --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# `zdravko` + +Golang selfhosted Status/Healthcheck monitoring app. + +Mostly just a project to test [temporal.io](https://temporal.io/). + +### Expected features + - [ ] 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/).