Syncthing: Difference between revisions
m Remove guidance to expose the admin port outside the firewall. This is insecure, as that's a sensitive interface. Tags: Mobile edit Mobile web edit |
m Add project page link |
||
Line 1: | Line 1: | ||
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. In other Linux distributions, you configure it via its own web-GUI. In NixOS, you can partly or fully configure it using Nix. | ||
== Install == | == Install == | ||
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> |