mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #107] FluffyChat issues on private server #89
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#89
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 @thefeiter on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/107
I am running a private server behind a traefik instance.
When registering Ntfy as distributor for FluffyChat I am getting the following error:
HTTP GET /_matrix/push/v1/notify - 404 - 40401 - page not foundIs there anything that has to be configured for this setup to work?
@binwiederhier commented on GitHub (Jan 18, 2022):
I have seen these 404s on ntfy.sh too, and I am not entirely sure why it's calling this endpoint. Maybe @karmanyaahm or @p1gp1g would be better suited to answer.
@karmanyaahm commented on GitHub (Jan 18, 2022):
Fluffychat checks if the UP server has a matrix gateway. If there's a 404, it uses the default matrix.gateway.unifiedpush.org. This is expected and totally fine
If you would like to self-host the matrix gateway, you can check out the UnifiedPush/common-proxies repo
@thefeiter commented on GitHub (Jan 18, 2022):
Ok, i just noticed, that it seems to be working anyways. Great.
Can you maybe explain, what the matrix gateway doesor what it is for?
@karmanyaahm commented on GitHub (Jan 18, 2022):
The matrix gateway converts the matrix format of push notifications into the UnifiedPush format of push notifications