Hi, this PR aims to add a new notification client to the integrations doc page.
To describe it briefly, we've written a minimalistic receive-only client in golang which targets delivering toast notifications in Windows 11 while consuming minimal resources (client uses ~6-7MB of RAM)
It has a bunch of cool features like direct integration of attachments and click URLs.
Hi, this PR aims to add a new notification client to the integrations doc page.
To describe it briefly, we've written a minimalistic receive-only client in golang which targets delivering toast notifications in Windows 11 while consuming minimal resources (client uses ~6-7MB of RAM)
It has a bunch of cool features like direct integration of attachments and click URLs.
More infos here if desired: https://github.com/Walzen-Group/ntfy-toaster
(Please squash the commits I couldn't decide on how to describe the client 😆)