Skip to content

Instantly share code, notes, and snippets.

@fogleman
Last active December 12, 2019 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fogleman/186cd8a5f230bc07591a831882847a79 to your computer and use it in GitHub Desktop.
Save fogleman/186cd8a5f230bc07591a831882847a79 to your computer and use it in GitHub Desktop.
- 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