You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] Yes, but it does not include related information regarding my question.
Yes, but the steps described in the documentation do not work on my machine.
Yes, but I am having difficulty understanding it and want clarification.
You are setting up gotify in
Docker
[x ] Linux native platform
Windows native platform
Describe your problem
Hello, I am using Gotify on a Proxmox LXC, and everything works well. From other Proxmox instances, I can send notifications, and they arrive perfectly to Gotify. I have it exposed with an https URL through nginx proxy manager. I have WebSockets set as active. I can access Gotify without issues as I mentioned and work with it.
The problem arises because I need a plugin that connects to the API to also send notifications to PushOver.
This plugin gives me a 404 error when trying to connect to my url/stream, and when tested from the browser, the issue persists. I have tried configuring a location /stream in the advanced tab of my nginx proxy manager, without success:
Does the gotify ui work without problems? (e.g. new messages appear without refreshing the page).
Yes, no problem. It works perfectly, I receive messages automatically, all messages are received well... everything is fine on that point.
Could you post your gotify/server log?
The truth is, I can't find where the log is; I can look for the path. However, I believe the problem arises more in some configuration of the nginx proxy manager rather than in Gotify, because without the domain (without going through nginx) the message works fine, but when going through nginx, that’s when it returns the 404. I suspect it must be some configuration, but I can't figure it out.
What plugin do you use for the push over forwarding? Does it run on the same host as gotify?
It is called Pushitfy, it can be found on GitHub. I run it in a docker outside the Gotify environment. Perhaps, if I ran it inside, I could call the internal IP and solve the issue of going through the nginx proxy, but out of curiosity, I would like to know why it happens only with Gotify. I have other exposed services, and I can access the folders if they exist. But in this case, I cannot access /stream, giving me a 404 from nginx.
Is the gotify ui you use also served by nginx? The ui also uses the /stream endpoint, so if one works the other should work as well. When you say that it does 404 what url are you using. e.g. you can access the ui on example.org and example.org/stream does 404?
Do you receive a 404 error page from nginx or gotify (gotify should return json on 404s)?
Have you read the documentation?
You are setting up gotify in
Describe your problem
Hello, I am using Gotify on a Proxmox LXC, and everything works well. From other Proxmox instances, I can send notifications, and they arrive perfectly to Gotify. I have it exposed with an https URL through nginx proxy manager. I have WebSockets set as active. I can access Gotify without issues as I mentioned and work with it.
The problem arises because I need a plugin that connects to the API to also send notifications to PushOver.
This plugin gives me a 404 error when trying to connect to my url/stream, and when tested from the browser, the issue persists. I have tried configuring a location /stream in the advanced tab of my nginx proxy manager, without success:
I don't know what else to do, because there's no way to connect to /stream with nginx proxy manager over https. Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: