Syncthing: Difference between revisions
m Add project page link |
m Cleanup |
||
| Line 1: | Line 1: | ||
[https://syncthing.net Syncthing] is a decentralized file synchronization service. You can use it to safely sync all files in a folder between different desktops/servers | [https://syncthing.net Syncthing] is a decentralized file synchronization service. You can use it to safely sync all files in a folder between different desktops/servers. | ||
== | == Setup == | ||
Syncthing is available as a standalone package: <code>nix-env -iA nixos.syncthing</code> | Syncthing is available as a standalone package: <code>nix-env -iA nixos.syncthing</code> | ||
| Line 18: | Line 18: | ||
You can confirm Syncthing runs by visiting http://127.0.0.1:8384/ and following the official Getting Started guide: https://docs.syncthing.net/intro/getting-started.html | You can confirm Syncthing runs by visiting http://127.0.0.1:8384/ and following the official Getting Started guide: https://docs.syncthing.net/intro/getting-started.html | ||
== | == Configuration == | ||
Note: using a declarative configuration will overwrite files in <code>configDir</code>. | Note: using a declarative configuration will overwrite files in <code>configDir</code>. | ||