diff options
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" |