mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #122] add information about UnifiedPush push-gateway #101
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#101
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 @xundeenergie on GitHub (Jan 28, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/122
As discussed in the matrix-rooms...
There is a way to "play" your own push-gateway for matrix (schildichat, fluffychat) to use "common-proxies"
this are only a few lines in ntfy's nginx config
And installing a binary from the link above with a few lines of configuration (add nfty-host) to AllowedHosts list and run it as a service which listens on port 5000.
Then you can use for example (and now only??) matrix with only selfhosted services. matrix->pushgateway->nfty-server->schildi/fluffychat. Not other vendor sees your data!
It's really easy to integrate.
@binwiederhier commented on GitHub (Jan 28, 2022):
As @p1gp1g has said in the Discord channel, this is more of a missing piece in the UP docs, though I'm more than willing to add it to an "Integrations" page (when I eventually make that)
@karmanyaahm commented on GitHub (Jan 28, 2022):
I need to add gateway docs to unifiedpush.org. I don't really think ntfy should integrate the push gateway because the end goal is that push gateways should not be needed at all, they're just a temporary patch.
@binwiederhier commented on GitHub (Jan 28, 2022):
Oh I wasn't planning to. I was merely planning to add docs potentially.
@binwiederhier commented on GitHub (Mar 16, 2022):
I think I'm gonna just close this, as it really seems like this should be in the UnifiedPush docs and not in the ntfy docs. Feel free to re-open if you disagree, but it's probably slightly out of place here.