binwiederhier / ntfy

Send push notifications to your phone or desktop using PUT/POST
https://ntfy.sh
Apache License 2.0
18.55k stars 730 forks source link

Integrations wlzntfy #1133

Closed Spiritreader closed 1 month ago

Spiritreader commented 5 months ago

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.

image

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 😆)