SnapDrop / snapdrop

A Progressive Web App for local file sharing
https://snapdrop.net
GNU General Public License v3.0
18.33k stars 1.68k forks source link

Fix usage of docker in production by changing nginx config and add documentation #550

Open schlagmichdoch opened 1 year ago

schlagmichdoch commented 1 year ago

As docker had always set the x-forward-for header all clients had been mutually visible.

This PR fixes that, adds documentation on how to host snapdrop via docker and makes it possible to host snapdrop in local network by putting all peers with local ip addresses in the same room.