paulbsd-salt/states/syncthing/defaults.yaml

17 lines
432 B
YAML
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
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: "paul"
password: "$2a$10$NeZ3cfyOgZcdMGy9ixB7LOAP6z8tCOVjico6ZGLoK2QIQy734qPw."