.obsidian
.stfolder
IT
Deployment docs
Configuring hairpin NAT on a Mikrotik router.md
Deploying Hydra.md
Deploying PiVPN to a debian instance.md
Deploying Syncthing.md
Deploying pihole-docker to a brand new Debian instance.md
Migrating PiVPN configs to another server.md
Setting up a Minecraft server.md
Troubleshooting
Configuring a Cisco IOS Switch.md
Fixing a non booting linux install.md
Hashicorp Nomad.md
Homelabbity.md
Installing Arch.md
Picking a Linux Distro.md
RouterOS port forwarding.md
Scripting.md
Setting up SSH keys.md
The basics of Git.md
Xen whole disk passthrough.md
education
notes
personal
software
..gitignore.un~
.gitignore
.gitignore~
618 B
618 B
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
The systemd service was edited to include the --home=/opt/syncthing
path, and the service was started after sudo systemctl daeon-reload
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