mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1.7 KiB
1.7 KiB
Syncthing
Table of contents
TL;DR
# Installation.
sudo apt install 'syncthing'
brew install --cask 'syncthing'
sudo zypper install 'syncthing'
# Startup.
syncthing
syncthing --gui-address '0.0.0.0:8384' --no-default-folder
systemctl --user start 'syncthing.service'
Configuration
| OS | Path |
|---|---|
| Linux | $XDG_STATE_HOME/syncthing$HOME/.local/state/syncthing |
| Mac OS X | $HOME/Library/Application Support/Syncthing |
| Windows | %LOCALAPPDATA%\Syncthing |
Troubleshooting
I forgot the password
Remove the entry under gui.password in the configuration file:
# With XMLStarlet
xml ed -L -d 'configuration/gui/password' 'Library/Application Support/Syncthing/config.xml'
Then enter the settings on the host and set a new password.