-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
An Atom (RSS) feed for notifications (including the public) #1673
Comments
@louislam , quick question! Would you be willing to consider merging a PR for this issue if one was available ? |
@Rhaal this does not feel like a necessary question, except for the case for if the maintainer is OK with a feature like that. there also seems to be a lot of positive reactions/support on my issue, so at least some people are likely looking for this feature. i suggest that you start working on it, create a draft PR, and include |
@JacksonChen666, makes perfect sense! Thanks for the pointers, I had tagged Louis simply to get a suggestion on how I could help on the subject at hand - and I'd say your proposal is the best course of action, in the worst case it's just a draft PR to discard. |
Yes, better discuss before work, Uptime Kuma's pull request rules: I usually accept notification pull requests, but how RSS could be a notification type in Uptime Kuma? It is because for most current notification providers such as Telegram, it makes a request to Telegram API in order to send a notification. However, RSS is just a xml, it doesn't seem to be a notification type in my opinion. |
@louislam RSS feeds are more of a "pull" model (client periodically pulls information), and the current notification in uptime kuma is more of a "push" model (server sends a notification which is pushed to the client). i think i'm starting to see this idea fall apart. however, instatus provides an RSS/Atom feed, and i have added sponsorblock status to my RSS feeds. |
Hi everyone - absolutely agreed, and thanks for taking the time to point me to the Contribution guidelines - I really should have read them beforehand! |
🏷️ Feature Request Type
New Notification
🔖 Feature description
Add RSS/Atom feeds as a way of notifications.
✔️ Solution
Add a new notification method (RSS/Atom feeds).
Also, add an option of which feed should correspond to a status page on when modifying the status page.
❓ Alternatives
No response
📝 Additional Context
Some examples of real world use:
The text was updated successfully, but these errors were encountered: