mollyim / mollysocket

MollySocket allows getting Signal notifications via UnifiedPush.
GNU Affero General Public License v3.0
110 stars 10 forks source link

Air gapped mode: "push might break" #35

Closed pcrockett closed 6 months ago

pcrockett commented 6 months ago

In server/web.rs I see this message:

The web server is disabled, making mollysocket run in an air gapped mode. With this clients are less easy to set up and push might break.

I understand clients are less easy to set up, but could you explain "push might break?" Is there some condition that may prevent push messages from being delivered as reliably as in the normal mode?

Context: I'm investigating this issue, trying to find reasons why a person might need to restart the server after adding a connection.

p1gp1g commented 6 months ago

Hi ! If the distributor (eg. ntfy) changes the endpoint, then push notifications won't work until the user set the server again. Conversation and forks are known to change the endpoint from time to time for instance.

I should probably add it in the FAQ.

I hope it answers your question. Regarding the other issue, I think mollysocket logs are a good starting point to debug it :)

pcrockett commented 6 months ago

Thanks, I appreciate it. I do see your log statements in the code, and I already started adding instructions in my readme to look at logs when troubleshooting. 👍