zocker-160 / SyncThingy

SyncThingy = Syncthing + simple tray indicator
GNU General Public License v3.0
100 stars 0 forks source link

How do I tell SyncThingy to use the current Syncthing configuration files? #25

Closed briandipalma closed 4 months ago

briandipalma commented 4 months ago

When I start up SyncThingy it ignores the existing Syncthing configuration files in ~/.local/state/syncthing. How can I make it use that configuration?

zocker-160 commented 4 months ago

Because this is a flatpak, the config files are in ~/.var/app/com.github.zocker_160.SyncThingy/config/syncthing. Copy / move your existing config to that location.

briandipalma commented 4 months ago

That fixed it, thank you.