debian-setup/host_vars/fudiggity/syncthing.yml

38 lines
1 KiB
YAML

---
syncthing_app_dir: "/srv/docker/syncthing"
syncthing_image_tag: "syncthing/syncthing:2.0"
syncthing_config_version: 51
syncthing_devices:
- name: Desktop
id: &syncthing_desktop_id CSDXP5E-4UBNC36-32EHTPK-L6Y6JVZ-HQHM42R-FJXN2LI-2MTYRFX-3ZZPUQN
address: tcp://10.0.0.3:22000
- name: Fudiggity
id: &syncthing_server_id ZM5JO5E-UYU6XUI-P25TLIP-TLPQD7J-NSPSYZS-A5OOYST-J62ICAQ-Y2A5YQV
address: dynamic
- name: P14
id: &syncthing_p14_id MT7RJP3-R7I233L-ICWRPUY-4BCSXCK-WVBPWQ4-JMVBX4Y-J35GB6G-YDQFHQ3
address: dynamic
syncthing_folders:
- id: default
label: Default
path: /var/syncthing/default
source_path: /home/sonny/files/sync/
type: sendreceive
devices:
- *syncthing_desktop_id
- *syncthing_server_id
- *syncthing_p14_id
- id: pictures
label: Pictures
path: /var/syncthing/pictures
source_path: /home/sonny/files/pictures/
type: sendreceive
devices:
- *syncthing_desktop_id
- *syncthing_server_id
- *syncthing_p14_id