mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-13 23:47:10 +00:00
Update docs for syncthing
This commit is contained in:
parent
52019dd388
commit
95d0bb4b14
2 changed files with 4 additions and 13 deletions
|
@ -74,6 +74,7 @@ Ansible config and a bunch of Docker containers.
|
|||
* [Radarr](https://radarr.video/) - for organising and downloading movies
|
||||
* [Sickchill](https://sickchill.github.io/) - for managing TV episodes
|
||||
* [Sonarr](https://sonarr.tv/) - for downloading and managing TV episodes
|
||||
* [Syncthing](https://syncthing.net/) - sync directories with another device
|
||||
* [Tautulli](http://tautulli.com/) - Monitor Your Plex Media Server
|
||||
* [Telegraf](https://github.com/influxdata/telegraf) - Metrics collection agent
|
||||
* [The Lounge](https://thelounge.chat) - Web based always-on IRC client
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Syncthing: Open Source Continuous File Synchronisation
|
||||
|
||||
Homepage: [https://syncthing.net/](https://syncthing.net/)
|
||||
Github: [https://github.com/syncthing/syncthing](https://github.com/syncthing/syncthing)
|
||||
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
|
||||
|
@ -18,18 +18,8 @@ Syncthing should be:
|
|||
|
||||
## Usage
|
||||
|
||||
Set `syncthing_enabled: true` in your `group_vars/all.yml` file.
|
||||
Set `syncthing_enabled: true` in your `\inventories\[my inventory]\group_vars\nas.yml` file.
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
Open the web interface at :8384 to configure.
|
||||
|
||||
The tasks/syncthing.yml sets
|
||||
```yaml
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue