From 5fd5704200c42248b7d36d80d2b8a5b80175716f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Thu, 17 Feb 2022 01:10:01 +0300 Subject: [PATCH] syncthing. Now includes data directory for simple usage. --- syncthing/.env.dist | 2 +- syncthing/data/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 syncthing/data/.gitignore diff --git a/syncthing/.env.dist b/syncthing/.env.dist index 40cedcb..0058bc1 100644 --- a/syncthing/.env.dist +++ b/syncthing/.env.dist @@ -3,7 +3,7 @@ PUID=0 PGID=0 TZ=Europe/Moscow -HOST_DATA_DIR=/path/to/data/directory +HOST_DATA_DIR=./data WEBUI_BIND_ADDR=127.0.0.1 WEBUI_BIND_PORT=8384 diff --git a/syncthing/data/.gitignore b/syncthing/data/.gitignore new file mode 100644 index 0000000..a68d087 --- /dev/null +++ b/syncthing/data/.gitignore @@ -0,0 +1,2 @@ +/* +!/.gitignore