Syncthing: Difference between revisions

From wikinotes
Line 28: Line 28:
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
| <code>~/.syncthing/config.xml</code> || configuration file for syncthing (can be modified in gui at 'localhost:8080'
|-
| <code>${syncthing_home}/config.xml</code> || depending on config, maybe user-home, or daemon-home
|-
| <code>http://127.0.0.1:8384</code> || default web-ui
|-
|-
|}
|}

Revision as of 18:28, 28 January 2023

self-hosted file synchronization tool written in go.

Documentation

official docs https://docs.syncthing.net/
docs: cli https://docs.syncthing.net/users/syncthing.html
github https://github.com/syncthing/syncthing
home https://syncthing.net/

Tutorials

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

Locations

${syncthing_home}/config.xml depending on config, maybe user-home, or daemon-home
http://127.0.0.1:8384 default web-ui

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