paulbsd-salt/states/syncthing/defaults.yaml

23 lines
544 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"
2021-05-17 10:57:21 +02:00
user: "username"
password: "$2a$10$NeZ3cfyOgZcdMGy9ixB7LOAP6z8tCOVjico6ZGLoK2QIQy734qPw."
2021-12-29 15:44:18 +01:00
options:
2023-02-19 17:59:18 +01:00
crashReportingEnabled: false
2021-12-29 15:44:18 +01:00
minHomeDiskFree:
2023-02-19 17:59:18 +01:00
value: 1
2021-12-29 15:44:18 +01:00
unit: "GB"