From 0261e875679f1bf63c8d689da7fc7e014597885d Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Sat, 4 Feb 2023 01:23:43 -0500 Subject: initial commit --- .../templates/var/lib/syncthing/config.xml.j2 | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 roles/syncthing/templates/var/lib/syncthing/config.xml.j2 (limited to 'roles/syncthing/templates/var/lib') diff --git a/roles/syncthing/templates/var/lib/syncthing/config.xml.j2 b/roles/syncthing/templates/var/lib/syncthing/config.xml.j2 new file mode 100644 index 0000000..7790dd8 --- /dev/null +++ b/roles/syncthing/templates/var/lib/syncthing/config.xml.j2 @@ -0,0 +1,116 @@ + + +
tcp://{{ ansible_fqdn }}:{{ syncthing_port }}
+ false + false + 0 + 0 + 0 + false + 0 +
+ +
{{ syncthing_runtime_dir }}/{{ syncthing_user }}/gui.sock
+ 770 + default + true +
+ + + quic://0.0.0.0:{{ syncthing_port }} + tcp://0.0.0.0:{{ syncthing_port }} + default + false + false + 0 + [ff32::5222]:0 + 0 + 0 + 60 + false + 10 + false + false + 60 + 30 + 10 + -1 + 3 + 00000000 + https://data.syncthing.net/newdata + false + 1800 + false + 0 + false + 24 + false + 5 + false + 1 + https://upgrades.syncthing.net/meta.json + false + 10 + 0 + false + 0 + https://crash.syncthing.net/newcrash + false + 0 + 0 + default + auto + 0 + true + false + 0 + 0 + false + + + + basic + + + + 1 + + 3600 + + basic + + 0 + 0 + 0 + random + false + 0 + 0 + 10 + false + false + false + 25 + .stfolder + false + 0 + 2 + false + standard + standard + false + false + + +
dynamic
+ false + false + 0 + 0 + 0 + false + 0 +
+ +
+
-- cgit