From fabed6516984fbbf5e06b97530f8b889ac2e1dfa Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 19 Mar 2025 20:42:41 +0200 Subject: [PATCH] feat: canwa! --- content/canwa/_index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/canwa/_index.md diff --git a/content/canwa/_index.md b/content/canwa/_index.md new file mode 100644 index 0000000..07f2c16 --- /dev/null +++ b/content/canwa/_index.md @@ -0,0 +1,21 @@ ++++ +weight = 40 + +title = "canwa" +description = "a small API for relaying the same message to multiple services" + +template = "project.html" + +[extra] +id = "canwa" + +status = "active" + +git = "https://git.src.quest/~liljamo/canwa" ++++ + +canwa is a small API for realying a message to multiple services. + +I created it because I needed an API that could relay alerts to both Gotify and +Matrix. It got a bit out of hand since I added support for multiple services and +multiple notifiers, but it was fun and it serves my needs perfectly. -- 2.44.1