keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
21.06k stars 1.46k forks source link

Question : How to setup an internal keepassxc password server for multiple users to use ? #9788

Closed sebma closed 1 year ago

sebma commented 1 year ago

Hi, my team connects to the same servers as I do.

We would like to share one keepassxc database for the members of that team with read and write access.

I was first thinking of a network share with read/write access to the database but I'm not sure it's the best solution.

Is there another solution ?

droidmonkey commented 1 year ago

Recommend using onedrive or similar technology. You can use a network drive but then you don't get the benefit of version history (unless you enable that) and conflict detection.

sebma commented 1 year ago

@droidmonkey Onedrive stores the files on the Internet, is there another versioning system (possibly opensource) that could store files in my network ?

phoerious commented 1 year ago

Use Nextcloud, or Syncthing, or plain Git if your users can work with it.

michaelk83 commented 1 year ago

IIRC, git doesn't handle binary file versioning well (maybe good enough on the user-facing end, but poorly under the hood). But there are git extensions and similar tools for binary files.

sebma commented 11 months ago

Maybe vaultwarden or passbolt ?