Syncthing: Difference between revisions

Onny (talk | contribs)
m Add project page link
Onny (talk | contribs)
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. In other Linux distributions, you configure it via its own web-GUI. In NixOS, you can partly or fully configure it using Nix.
[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.
== Install ==
== 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


== Declarative configuration ==
== 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>.