getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
482 stars 357 forks source link

Syncthing cannot connect to remote devices on the same network #1073

Open Cryptopractor opened 2 months ago

Cryptopractor commented 2 months ago

There appears to be an issue with Syncthing on UmbrelOS 1.1.1. It cannot seem to discover or connect to devices on the same LAN using TCP LAN. If relaying is enabled it will eventually connect via a WAN relay; if relaying is disabled the devices will not connect, even if they are plugged into the same router/switch.

I have tried with multiple different devices.

highghlow commented 2 months ago

I think that's happening because the local network for the syncthing server (piece of software) is the internal docker one, not the actual LAN the server (physical box) is connected to. This could be resolved by setting the syncthing network mode to host. I'm installing syncthing now