Skip to content

Instantly share code, notes, and snippets.

@fogleman
Last active December 12, 2019 01:26
- Install & launch
$ brew install syncthing
$ brew services start syncthing
- Install it on your Linode or whatever too
- https://apt.syncthing.net/
- Visit local dashboard at http://localhost:8384/
- Click `Add Remote Device` to sync with another machine
- Default folder called `~/Sync`
- SSH tunneling best to reach remote dashboard
ssh -L 8385:localhost:8384 user@yourlinode.com
http://localhost:8385/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment