mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
25 lines
835 B
Markdown
25 lines
835 B
Markdown
# Syncthing: Open Source Continuous File Synchronisation
|
|
|
|
Homepage: [https://syncthing.net/](https://syncthing.net/)
|
|
Github: [https://github.com/syncthing/syncthing](https://github.com/syncthing/syncthing)
|
|
Docker: [https://hub.docker.com/r/syncthing/syncthing](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:
|
|
|
|
1. Safe From Data Loss
|
|
2. Secure Against Attackers
|
|
3. Easy to Use
|
|
4. Automatic
|
|
5. Universally Available
|
|
6. For Individuals
|
|
7. For eveything else see the goals document
|
|
|
|
## Usage
|
|
|
|
Set `syncthing_enabled: true` in your `\inventories\[my inventory]\group_vars\nas.yml` file.
|
|
|
|
## Specific Configuration
|
|
|
|
Open the web interface at :8384 to configure.
|