mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
[GH-ISSUE #1283] Mirroring another ntfy instance #907
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#907
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 @curiouspython1 on GitHub (Feb 28, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1283
💡 Idea
I would like to be able to "mirror" one ntfy instance to another.
Either a push or a pull configuration could be possible
Discussion points:
With a pull based implementation, I would assume that only certain, explicitly requested, topics could be easily synchronized.
With a push based implementation, I would assume that all topics could easily be synchronized.
💻 Target components
@wunter8 commented on GitHub (Feb 28, 2025):
You could get close using the ntfy CLI. It can subscribe to a list of topics and execute a command for each message that is received. So you could put in the topics you want to monitor and run a
curlcommand when a message is received to send the message to another serverhttps://docs.ntfy.sh/subscribe/cli/#subscribe-to-multiple-topics