paulbsd-salt/states/syncthing/defaults.yaml

22 lines
511 B
YAML

---
syncthing:
enabled: true
install_dir: "/usr/local/apps"
release_dir: "/usr/local/apps/releases"
mirror: "https://github.com/syncthing/syncthing/releases/download"
version: "1.3.4"
os: "linux"
arch: "amd64"
user: "root"
url: "http://localhost:8384"
verify: false
config:
gui:
address: "0.0.0.0:8384"
user: "username"
password: "$2a$10$NeZ3cfyOgZcdMGy9ixB7LOAP6z8tCOVjico6ZGLoK2QIQy734qPw."
options:
minHomeDiskFree:
value: "1"
unit: "GB"