mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
1.1 KiB
1.1 KiB
Syncthing: Open Source Continuous File Synchronisation
Homepage: https://syncthing.net/
Github: https://github.com/syncthing/syncthing
Docker: https://hub.docker.com/r/syncthing/syncthing
Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. It strives to fulfill the goals below in summary. Syncthing should be:
- Safe From Data Loss
- Secure Against Attackers
- Easy to Use
- Automatic
- Universally Available
- For Individuals
- For eveything else see the goals document
Usage
Set syncthing_enabled: true
in your group_vars/all.yml
file.
Specific Configuration
Open the web interface at :8384 to configure.
The tasks/syncthing.yml sets
env:
STGUIADDRESS: ""
which disables admin GUI access from anywhere except localhost. You can either remove this (at which point it is visible to your whole network), or use Traefik. In either case you should consider setting an admin password in the syncthing GUI.