diff options
author | Karel Kočí <cynerd@email.cz> | 2017-01-14 14:48:01 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-01-14 14:48:01 +0100 |
commit | a5b870ddef360d50b672a8372374624666f12849 (patch) | |
tree | 14100c4b7598ec2f7ea58ee638217bb02dc5b596 /syncthing/example-pc | |
parent | a6fa5c12308253be9f8abe7906cd7f2fca4fd00e (diff) | |
download | myconfigs-a5b870ddef360d50b672a8372374624666f12849.tar.gz myconfigs-a5b870ddef360d50b672a8372374624666f12849.tar.bz2 myconfigs-a5b870ddef360d50b672a8372374624666f12849.zip |
Add some initial support for syncthing configuration
Syncthing expects that we are using gui, but I said NO!
Diffstat (limited to 'syncthing/example-pc')
-rw-r--r-- | syncthing/example-pc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/syncthing/example-pc b/syncthing/example-pc new file mode 100644 index 0000000..7553b6b --- /dev/null +++ b/syncthing/example-pc @@ -0,0 +1,17 @@ +# vim:ft=sh +# PC with hostname example-pc (this is my kind of documentation) + +# Syncthing PC id +ID="0000000-0000000-0000000-0000000-0000000-0000000-0000000-0000000" +# Name of machine +NAME="cynerd-pc" +# Address to machine, can be tcp://address.com or dynamic +ADDRESS="dynamic" + +# Directoris to be synchronized +# Format is ID:PATH +DIRS="Sync:/home/user/Sync +Sync2:/home/user/SyncIt" + +# REST api key +APIKEY="bT6dCxEds9JPwiXMXavGNsXsz7ZFpSC5" |