Syncthing: Difference between revisions

From wikinotes
No edit summary
Line 25: Line 25:
sudo systemd enable syncthing@will
sudo systemd enable syncthing@will
</source>
</source>
<syntaxhighlight lang="bash">
pkg install syncthing
# rc.conf
syncthing_enable="YES"
syncthing_home=""
syncthing_user=""
syncthing_group=""
</syntaxhighlight>
</blockquote><!-- Install -->
</blockquote><!-- Install -->



Revision as of 18:06, 28 January 2023

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=""
syncthing_user=""
syncthing_group=""

Clients

mobius sync ios synchronization client