From a2f70fd8516afa991408af9f871985969aea6863 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 21:50:41 -0600 Subject: [PATCH 1/4] vault backup: 2023-10-01 21:50:41 --- IT/Deploying Syncthing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 9ba5219..25b3635 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -2,4 +2,5 @@ https://docs.syncthing.net/intro/getting-started.html#getting-started Syncthing was installed with `sudo apt install syncthing` after all packages and lists were updated. -A syncthing user and group were created to run the `systemd` service, and they were given ownership of a directory \ No newline at end of file +A syncthing user and group were created to run the `systemd` service, and they were given ownership of a directory + From 1be880bd3216a76d681f5f4333104c64861858cc Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 21:51:41 -0600 Subject: [PATCH 2/4] vault backup: 2023-10-01 21:51:41 --- IT/Deploying Syncthing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 25b3635..8c41771 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -4,3 +4,7 @@ Syncthing was installed with `sudo apt install syncthing` after all packages and A syncthing user and group were created to run the `systemd` service, and they were given ownership of a directory +The systemd service was edited to include the `--home=/opt/syncthing` path, and the service was started after `sudo systemctl daeon-reload` + +A c + From 12706fc0d44089b2e5a30313cdb66f3aefdb318c Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 21:52:41 -0600 Subject: [PATCH 3/4] vault backup: 2023-10-01 21:52:41 --- IT/Deploying Syncthing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 8c41771..22f70a4 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -6,5 +6,5 @@ A syncthing user and group were created to run the `systemd` service, and they w The systemd service was edited to include the `--home=/opt/syncthing` path, and the service was started after `sudo systemctl daeon-reload` -A c +The config was updated to replace the default gui IP (127.0.0.1) with 0.0.0.0 to make the gui accessible to other computers From e9f02fa29804972897109db9e6b1c7ab0f35f3fc Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 1 Oct 2023 21:53:41 -0600 Subject: [PATCH 4/4] vault backup: 2023-10-01 21:53:41 --- IT/Deploying Syncthing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IT/Deploying Syncthing.md b/IT/Deploying Syncthing.md index 22f70a4..5f7f15d 100644 --- a/IT/Deploying Syncthing.md +++ b/IT/Deploying Syncthing.md @@ -8,3 +8,5 @@ The systemd service was edited to include the `--home=/opt/syncthing` path, and The config was updated to replace the default gui IP (127.0.0.1) with 0.0.0.0 to make the gui accessible to other computers +https://docs.syncthing.net/users/firewall.html#firewall-setup +