Hacker News new | ask | show | jobs
by TurkTurkleton 32 days ago
Oh yeah, I love having to manage sync conflicts in my password database because I was dumb enough to edit it on two separate computers that weren't both online at the same time.
3 comments

Works best if you have an always on client. Easy if you have a VPS or a home lab, even a small one, a nuisance if you don't.
I have that and still have regular sync conflicts. :(
Yeah, my main reason to stay away from Keepass, everything is in a single versioned binary file. I like 'passwordstore.org', where every secret is it's own gpg-encrypted textfile in a git repo. Every change is a commit, easy to see history, easy to revert or know which version is newest. And easy to selfhost, you just need a place to git push/pull from.
What's to manage? A merge does the job.