aceberg / WatchYourLAN

Lightweight network IP scanner with web GUI
https://hub.docker.com/r/aceberg/watchyourlan
MIT License
1.24k stars 55 forks source link

Feature Request: Universal notification by just giving ability to feed it a bash script? #43

Closed DoTheEvo closed 1 year ago

DoTheEvo commented 1 year ago

Some use gotify, some use ntfy, some use telegram, some use matrix, some use pushbulet, some use signal(me).

I think most of these use just curl. So maybe to either through config and text area. With test button. Or also bind mount a script with specific name and at specific location..

This might solve some issues with people wanting their kind of notifications?

aceberg commented 1 year ago

Some use gotify, some use ntfy, some use telegram, some use matrix, some use pushbulet, some use signal(me).

I think most of these use just curl. So maybe to either through config and text area. With test button. Or also bind mount a script with specific name and at specific location..

This might solve some issues with people wanting their kind of notifications?

This app uses Shoutrrr for notifications, which supports almost everything people use. If not, there is a Generic Webhook option, please read the documentation.

I'll think about adding the button to test notifications though