-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification channels #40
Comments
This app is really awesome and a nice "upgrade" over others that are available but outdated on unRAID. Would love to have discord notifications. Is it possible? |
Discord is already on the list 😉, also this reminds me I'll need to get this onto the unRAID Community App Store |
And thank you so much for the Discord feature! |
Right after I posted that I saw someone created the app, nice to see the unRAID community here! |
Thanks for reviving this project, I'm happy to see all this progress! |
Ntfy sounds good so can do, also what do you mean about a curl notification? |
That'd be awesome! |
Proposal: add generic webhook notification. users can add get urls, these are requested in case of a notification. values are added as query. this gives users more flexibility to trigger actions in their own systems |
Added to the list |
proposal: add support for apprise |
In another issue we chatted a little bit about Apprise and integrating it with Speedtest Tracker. At this time (because I don't want to have an intermediary container) it's not going to be prioritized. Ref: #277 (comment) |
Pushover would be a great addition as well |
@alexjustesen I appreciate your idea to integrate many notification systems but apprise with one REST call realizes several notification systems. In a short time you can integrate it compared to the time it takes to integrate any of the other systems. You can also think that by integrating an external system when someone ask you to add a new system you can always reply to see if Apprise supports it while you integrate other things. |
|
@alexjustesen Sorry , cant find if notifications (mostly interested Discord) is added to milestones ? |
Not yet, list at the top is accurate. |
OK, Thanks will wait ... :) |
Can you do me a favor and start a discussion on your issue? This issue I'm using to track progress on features and don't want to have multiple topics. |
Sorry about that, and done. |
Good evening. |
I used to use Notifiarr with the old speedtest tracker, and that worked really well. The notifications ended up in Discord which made it very easy. |
Has there been much interest in the Slack notification channel? Now that I figured out Discord (assuming that's good to be merged) I could pivot to Slack now that I have an understanding of the notification functionality. |
i used to have my speed results delivered to slack every day on one of the old versions and was quite sad when it vanished, so yes I'd love it back |
Sweet assuming my PR for Discord gets merged I can see about getting Slack notifications up and running once I confirm everything is good with the current PR |
thank you for your service |
Hi, working with Ntfy, replacing {user}, {password} and {url} with valid info works when using button "Test webhook channel" but save changes refuse to save with message "The url field must be a valid URL." |
I'm willing to bet this happens because validation doesn't trigger when testing a url but does in save. |
Absolutely, my point is, why the validation triggers when saving, a not valid URL? The URL is working with "Test webhook channel", in Ntfy I received the test notification. |
Ntfy support is planned (at some point), I would say the initial webhook scope is more intended for a simple payload and like Discord isn't meant for that. |
I'm interested! Just been real busy with work this week |
No rush at all, just wanted to give you a heads up because you've been in those files. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@NightHawkATL this PR is for the "Feature" of notification channels. If you're having a problem please open an issue to detail it out. |
There's a lib to implement gotify https://github.com/VerifiedJoseph/gotify-api-php Are we allowed to use it? |
When a notification is triggered it should be sent to a channel so that the user is notified of the thing.
Supported channels
shouldwill include:Add MS Teams Notifications via Webhooks #1578, cancelled because MS is dropping Teams webhook supportThe text was updated successfully, but these errors were encountered: