Hacker News new | ask | show | jobs
by theSage 1157 days ago
I use KeepassXC + Syncthing.

On a few devices that never connect to the same wifi i use tailscale to connect Syncthing.

1 comments

Syncthing (the most recent versions, at least) also allows for password-encrypted sharing. So even if you are syncing across a relay, no data is in clear.
Relays can't see your data, because the connections between your synchthing instances are mTLS encrypted.

Using an additional shared secret on a folder allows you to sync a folder to an untrusted device, which then itself only sees encrypted files.