gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.13k stars 620 forks source link

How to Revert Network Changes? #619

Closed spark1313 closed 8 months ago

spark1313 commented 8 months ago

Have you read the documentation?

You are setting up gotify in

Describe your problem I'm trying to install and tried to run on 443 over SSL before reading the separate part regarding nginx reverse proxy config. The server I installed it on also has a few sites it was serving over a reverse proxy and when I ran the first time, there was an error with my config.yml file and after running that all of the sites I had being served over nginx are no longer accessible. I have since fixed the yml file config and moved on to next steps but noticed that my other sites served over nginx are now all unreachable.

So my question is - what config changes does running this make to the network settings and how can I revert them so my VM can continue to serve over nginx reverse proxy as it was before running gotify for the first time?

Any errors, logs, or other information that might help us identify your problem Initially I got a yml unmarshal error for a misconfigued ssl hosts which was resolved (I think)

Current error: Could not listen on $SITENAME:1245 listen tcp $IPADDR:1245: bind: cannot assign requested address (sitename and ipaddr redacted)

spark1313 commented 8 months ago

Whoops, please disregard. After writing this I tried from a different IP and saw things still working so traced it back to snort in my router blocking the connection.