[GH-ISSUE #822] [Feature request] expose topic as RSS feed #579

Open
opened 2026-05-07 00:25:35 +02:00 by BreizhHardware · 0 comments

Originally created by @Kariton on GitHub (Jul 20, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/822

💡 Idea

I would like to integrate ntfy where i cant add an app / PWA myself but would be able to add RSS (Really Simple Syndication) feeds.
In some scenarios it might be possible to create a native integration - in others its not.

RSS is "oldscool" but not "legacy" by any means.
It is NOT meant to be in real time but still better then no "feed".

A lot of online services still provide it, despite the fact that they dont advertise it any more. github, youtube or reddit for example.
But every (good 😉) news site / news reader in general still utilities RSS.

This would make ntfy compatible with embedded devices / software with some "smart" capabilities like a MagicMirror² or other closed source stuff.

💻 Target components

ntfy server: something like https://ntfy.sh/{{ topic }}/rss.
and later on maybe implement /atom or other similar feeds

Problematic might be the "point of generation":

  • on every message will create an unnecessary load
  • on every pull might cause timeouts - and high load peaks

so something like this might work:

  • enabled per topic where needed (maybe as premium feature)
  • generated every 60 seconds
  • only last 50 messages

Edit:
there are more formats for feeds like RSS out there - ATOM for example

Originally created by @Kariton on GitHub (Jul 20, 2023). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/822 <!-- Before you submit, consider asking on Discord/Matrix instead. You'll usually get an answer sooner, and there are more people there to help! - Discord: https://discord.gg/cT7ECsZj9w - Matrix: https://matrix.to/#/#ntfy:matrix.org / https://matrix.to/#/#ntfy-space:matrix.org --> :bulb: **Idea** <!-- Share your thoughts; try to be detailed if you can --> I would like to integrate ntfy where i cant add an app / PWA myself but would be able to add RSS (Really Simple Syndication) feeds. In some scenarios it might be possible to create a native integration - in others its not. RSS is "oldscool" but not "legacy" by any means. It is NOT meant to be in `real time` but still better then no "feed". A lot of online services still provide it, despite the fact that they dont advertise it any more. github, youtube or reddit for example. But every (good 😉) news site / news reader in general still utilities RSS. This would make ntfy compatible with embedded devices / software with some "smart" capabilities like a [MagicMirror²](https://github.com/MichMich/MagicMirror) or other closed source stuff. :computer: **Target components** <!-- Where should this feature/enhancement be added? --> <!-- e.g. ntfy server, Android app, iOS app, web app --> ntfy server: something like `https://ntfy.sh/{{ topic }}/rss`. and later on maybe implement `/atom` or other similar feeds Problematic might be the "point of generation": - on every message will create an unnecessary load - on every pull might cause timeouts - and high load peaks so something like this might work: - enabled per topic where needed (maybe as premium feature) - generated every 60 seconds - only last 50 messages Edit: there are more formats for feeds like RSS out there - ATOM for example
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#579
No description provided.