Syncthing
Overview
Section titled OverviewSyncthing is a continuous file synchronization program. It’s free to use.
Web interface
Section titled Web interface- When using the web interface, I highly recommend setting a password. Your browser can remember it for you, and it prevents other people using your machine or network from accessing Syncthing.
- The web interface seems to listen on 0.0.0.0 by default, meaning you can set up Syncthing on your machine and then access it via
IP_ADDRESS:8384
from any other machine on your network.
- The web interface seems to listen on 0.0.0.0 by default, meaning you can set up Syncthing on your machine and then access it via
Seeing your own Syncthing activity
Section titled Seeing your own Syncthing activityClick “Recent Changes”:
You’ll see all of the modifications you made that get synced:
Merge conflicts
Section titled Merge conflictsmoussx
said this over Discord (reference):
I tried this myself:
- Save this as
main.py
- Make
requirements.txt
alongside it with the wordwatchdog
as its only contents python3 -m pip install -r requirements.txt
cd YOUR_NOTE_DIR
python3 /path/to/main.py
- Then, for any existing conflict files, you need to
touch
them - At this point though, the script didn’t do anything since there were no back-up candidates found, which I assume requires some Syncthing option to be set .
Start automatically on macOS
Section titled Start automatically on macOSbrew services start syncthing
- (note:
brew info syncthing
will show you this command)
- (note: