mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #982] Matrix push gateway doesn't send/receive notification from the clients in SchildiChat: Self-hosting, reverse proxy, unix-socket #688
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#688
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 @michalszmidt on GitHub (Dec 18, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/982
🐞 Describe the bug
Matrix push gateway doesn't send/receive notification from the clients in SchildiChat
💻 Components impacted
💡 Screenshots and/or logs
error=ParseAddr(""): unable to parse IP, http_method=GET0.0.0.0in ParseAddrjava.lang.RuntimeException: HTTP 403:🔮 Additional context
14.02.7.01.25.30.13.4up*for usermy_user_formatted(also tested with * all topics)up-test, test notification works (method: websocket)ntfy config:
nginx config of :
other variation of http server was tested, just copy-paste from documentation config
The only thing different I need from the common use scenario is:
Guess what might be the problem:
@escix commented on GitHub (Nov 22, 2024):
Notification works when the up* is given read-write access
@michalszmidt commented on GitHub (Dec 31, 2024):
had up* rw
I have no idea then ;) I applied some workaround.
@escix commented on GitHub (Jan 1, 2025):
--