Syncthing: Difference between revisions

From wikinotes
No edit summary
Line 1: Line 1:
self-hosted file synchronization tool written in go.
= Documentation =
= Documentation =
<blockquote>
<blockquote>
Line 4: Line 6:
|-
|-
| official docs || https://docs.syncthing.net/
| official docs || https://docs.syncthing.net/
|-
| github || https://github.com/syncthing/syncthing
|-
|-
| home || https://syncthing.net/
| home || https://syncthing.net/

Revision as of 18:23, 28 January 2023

self-hosted file synchronization tool written in go.

Documentation

official docs https://docs.syncthing.net/
github https://github.com/syncthing/syncthing
home https://syncthing.net/

Tutorials

FreeBSD wiki https://wiki.freebsd.org/syncthing

Locations

~/.syncthing/config.xml configuration file for syncthing (can be modified in gui at 'localhost:8080'

Install

pacaur -S syncthing

sudo systemd start syncthing@will
sudo systemd enable syncthing@will
pkg install syncthing

# rc.conf
syncthing_enable="YES"
syncthing_home="/usr/local/etc/syncthing"
syncthing_user="syncthing"
syncthing_group="syncthing"

Clients

mobius sync ios synchronization client