-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot send notifications to custom ntfy server #2
Comments
Note that sending notifications via the same server using curl etc. work without any issues. |
Tested both with access control and without and both seem to not work at all. Is there any way I can enable more logging to see exactly where the issue is happening on the Sentrum side? I don't see anything in ntfy logs. |
Weird,it works on my personal ntfy server. You can set the Are you proxying your ntfy server behind cloudflare, nginx or something? If nginx, do you see any relevant logs there? I'll do some extra tests later just to be sure. |
It's quite possible its on my end (I just deployed the ntfy server for this) but everything else I am testing with works without issues, including curl, mobile app test notifications, and web app test notifications. ntfy is running in Docker, proxied by Traefik, websockets work properly, etc. |
Can you try the latest release [https://github.com/sommerfelddev/sentrum/releases/tag/v0.1.4) with |
Yes testing now! |
Full log, nothing stands out as there is no logging after the initial connection:
|
I'm getting more stuff than you after "connected":
In today's build, I fixed the error message not showing up in the logs when the nfty action fails. This is what it looks like when I remove the required
Is it possible this is docker related (maybe network capabilities are restriced)? Can you reproduce it with sentrum running outside docker? |
Finally got an error!
I think it can be fixed in the Docker image, testing now. |
Fixed in #5 |
Bug Description
When setting a custom ntfy server, notifications never go through, but there is no logging from Sentrum to indicate what is happening.
To Reproduce
Set a custom ntfy server via HTTPS, trigger notifications, notice none are received.
Environment
Running in Docker via a custom sentrum.toml.
The text was updated successfully, but these errors were encountered: