DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: 86085d8ddf3da3617f0d2e0a412cacb53b8124f0 liljamo-dev-zola/content/canwa/_index.md -rw-r--r-- 528 bytes
86085d8dJonni Liljamo feat: remove tailwindcss v4 migration artifact 17 days ago

+++ 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.