From 3003ed66f77659ef9c47a873c9b5ab16aa0f8c86 Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 10 Feb 2024 09:11:28 +0100 Subject: [PATCH] chore: init --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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/).