diff options
Diffstat (limited to 'network/syncthing/README')
-rw-r--r-- | network/syncthing/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/syncthing/README b/network/syncthing/README new file mode 100644 index 0000000000..b5d5498278 --- /dev/null +++ b/network/syncthing/README @@ -0,0 +1,9 @@ +Syncthing provides synchronization of a folder between a number of +collaborating devices. + +To start automatic at boot make /etc/rc.d/rc.syncthing executable: +chmod +x /etc/rc.d/rc.syncthing +and add it to /etc/rc.d/rc.local +syncthing will then be started as root + +Use your browser to configure syncthing: http://127.0.0.1:8080/ |