mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +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
|
* [Radarr](https://radarr.video/) - for organising and downloading movies
|
||||||
* [Sickchill](https://sickchill.github.io/) - for managing TV episodes
|
* [Sickchill](https://sickchill.github.io/) - for managing TV episodes
|
||||||
* [Sonarr](https://sonarr.tv/) - for downloading and 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
|
* [Tautulli](http://tautulli.com/) - Monitor Your Plex Media Server
|
||||||
* [Telegraf](https://github.com/influxdata/telegraf) - Metrics collection agent
|
* [Telegraf](https://github.com/influxdata/telegraf) - Metrics collection agent
|
||||||
* [The Lounge](https://thelounge.chat) - Web based always-on IRC client
|
* [The Lounge](https://thelounge.chat) - Web based always-on IRC client
|
||||||
|
|
|
@ -18,18 +18,8 @@ Syncthing should be:
|
||||||
|
|
||||||
## Usage
|
## 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
|
## Specific Configuration
|
||||||
|
|
||||||
Open the web interface at :8384 to configure.
|
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