diff options
author | Karel Kočí <cynerd@email.cz> | 2022-11-16 09:59:06 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-11-16 09:59:06 +0100 |
commit | eb3d4c9a3f469d80d5e6c9ae241caef17c1568a4 (patch) | |
tree | 9f1449450851a3b026d451690caa7411f3ac8317 /syncthing/example-pc | |
parent | 43d8312f5cf165f8574b489c68dc32c8cd296745 (diff) | |
download | myconfigs-eb3d4c9a3f469d80d5e6c9ae241caef17c1568a4.tar.gz myconfigs-eb3d4c9a3f469d80d5e6c9ae241caef17c1568a4.tar.bz2 myconfigs-eb3d4c9a3f469d80d5e6c9ae241caef17c1568a4.zip |
syncthing: remove as I am not using it
Diffstat (limited to 'syncthing/example-pc')
-rw-r--r-- | syncthing/example-pc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/syncthing/example-pc b/syncthing/example-pc deleted file mode 100644 index 7553b6b..0000000 --- a/syncthing/example-pc +++ /dev/null @@ -1,17 +0,0 @@ -# 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" |