Open FaSeEngineering opened 1 month ago
take a look at you're servername there is the mistake you set igotify.***
but you use i.gotify.***
Sorry, that was my mistake by transfering the nginx configuration and changing the server name... the original config is set to i.gotify.***.com
. I adjusted my original post.
Did you already tried the default nginx config for igotify from the readme?
proxy_set_header Host $http_host;
proxy_connect_timeout 1m;
proxy_send_timeout 1m;
proxy_read_timeout 1m;
Did you maybe check you're ufw? At issue #55 someone had the same problem
Yes, I started with the default settings from the README but did not have any success on that. Thanks for the reference to issue #55. I investigated it and tried adding ufw rules and disable the firewall but the error message remains. When entering the containers and installing some network tools, I am able to resolve the dns names and ping the containers. Therefore, I think that communication in general should be possible.
After how many seconds the disconnect message comes? Does he try to reconnect with success message?
About 2s until the message appears. I let it run for a few hours but no successful reconnect during this time.
did you found any solution?
Unfortunately, no... I run out of ideas on what else I could try.
Describe the bug
I guess its not a bug but a misconfiguration of nginx. However, I struggle to get it working and hope that someone else had this issue as well but solved it. The overall system should be reachable using two public domains:
Therefore, I resolve the first domain to the gotify container and the second one to the igotify one. The initial setup of my device (iPhone 15) seems to work fine. The logs of igotify show:
However, after some seconds the connection seems to be interrupted:
I am pretty sure that my nginx configuration is missing something but I struggle to find the mistake. The config for the
i.gotify.***.com
domain looks like:Do you have any idea whats wrong or missing? I appreciate your ideas and suggestions.