updated syncthing state

This commit is contained in:
Paul 2021-12-29 15:44:18 +01:00
parent d870b5355e
commit 8a0dda416e
2 changed files with 5 additions and 1 deletions

View File

@ -15,3 +15,7 @@ syncthing:
address: "0.0.0.0:8384" address: "0.0.0.0:8384"
user: "username" user: "username"
password: "$2a$10$NeZ3cfyOgZcdMGy9ixB7LOAP6z8tCOVjico6ZGLoK2QIQy734qPw." password: "$2a$10$NeZ3cfyOgZcdMGy9ixB7LOAP6z8tCOVjico6ZGLoK2QIQy734qPw."
options:
minHomeDiskFree:
value: "1"
unit: "GB"

View File

@ -23,4 +23,4 @@ syncthing-cleanup:
software.cleanup: software.cleanup:
- name: syncthing - name: syncthing
- path: {{ syncthing.release_dir }} - path: {{ syncthing.release_dir }}
- version: {{ syncthing.version }} - version: "{{ syncthing.version }}"