I’m looking into different self hosted open source multiuser password safes and while there are many options I haven’t found one with a .deb or .rpm install - only a whole bunch of docker compose.
Do you know of any good options that are included in debian 12 or fedora 39 repositories or at least that has a .deb or .rpm?
Currently I’m using keepassxc but been asked for something that either has a webui login for end users or an android app.
smileyhead@discuss.tchncs.de 8 months ago
Vaultwarden is simpler to selfhost implementation of Bitwarden server fully compatible with it’s apps.
ArchLinux have the server in official repos.
For Debian (.deb) I have found this unofficial repo: github.com/gvtulder/vaultwarden-deb Be mindful it suggests stupid installation method by downloading and executing the install.sh script directly, you may want to read it yourself before install.
For .rpm I haven’t find any repositories that are actively maintained, but you may have more luck.
anamethatisnt@lemmy.world 8 months ago
Thanks for the recommendation! Gonna look into vaultwarden-deb.