updated syncthing state
This commit is contained in:
parent
d870b5355e
commit
8a0dda416e
@ -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"
|
||||||
|
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user