diff options
author | Lionel Young <lionelyoung@gmail.com> | 2015-03-29 14:29:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-29 14:29:14 +0700 |
commit | 789875939813686a7dfec058a28a7f538100d012 (patch) | |
tree | f2fc2755143b16e099110b5a2ad110308beca8d5 /network/syncthing/README | |
parent | 943ae3adc9bb545eb142584389ca050be6f9253f (diff) | |
download | slackbuilds-789875939813686a7dfec058a28a7f538100d012.tar.gz |
network/syncthing: Added (sync files between your own devices).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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/ |