blob: 7553b6b130a24790b1dd47dc6ee0483b5a178d43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|