vault backup: 2023-10-01 19:35:38

This commit is contained in:
zleyyij 2023-10-01 19:35:38 -06:00
parent 706e8bb0d4
commit dd682ab65a

View File

@ -1,2 +1,8 @@
# Prereqs 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. Syncthing was installed with `sudo apt install syncthing` after all packages and lists were updated.
Port 8384 was allowed through the firewall with:
```
iptables -I INPUT 1 -i eth0 -p tcp --dport 8080 -j ACCEPT
```