mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #822] [Feature request] expose topic as RSS feed #579
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#579
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 timebut 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
/atomor other similar feedsProblematic might be the "point of generation":
so something like this might work:
Edit:
there are more formats for feeds like RSS out there - ATOM for example