Self hosted password manager

Might be a nice idea to haveand not to use a cloud based system to store passwords, is there anyone who knows what would exist of open source local hosted tools that make this possible and also make it possible to use it on various devices like smartphone, browser,… with an app that links to te local hosted password server.

password safe?
Then store the password database in the cloud…retrieve it/save it back to the cloud

Password Safe works very hard to make sure you password information is saved properly. However, Password Safe cannot protect against physical damage or loss to your hard disk, laptop or PC. Therefore, we strongly recommend that you make regular copies of your password database ‘off-line’, that is, to another PC or disk. This can be done manually, or by using a cloud storage service such as DropBox, SugarSync or JungleDisk, to name a few.

Another thing you might want to consider is arranging for access to your password database by relatives or co-workers if you are no longer able to do so. Password Safe has no ‘back door’ or ‘recovery password’ mechanism by design. This means that you are responsible for making the master key available to others under the appropriate circumstances. This can be as simple as a sealed envelope in a drawer or safe-deposit box, or a more elaborate mechanism such as splitting the master password and giving different parts to different parties.

https://www.pwsafe.org/help/pwsafe.html

Nextcloud also has a password manager app. But of course this is an overkill if you don’t need the file sharing features in general.

There were two password managers mentioned in this thread: https://dietpi.com/forum/t/password-manager/933/1
KeeWeb can be run with little effort and adjustments.
Check Self-Hosting at https://github.com/keeweb/keeweb

sysPass looks also promising
https://github.com/nuxsmin/sysPass
https://doc.syspass.org/en/3.0/installing/index.html

Both might be a great addition to the software packages list

I think for keeweb there is already an open feature request. In every case, to get more attention and priority consider to open an issue on GitHub (https://github.com/MichaIng/DietPi) and on FeatHub to collect votes: https://feathub.com/MichaIng/DietPi

Bitwarden is open source and available for self hosting IIRC.

Personally, the risk of trying to secure a self hosted password server is greater than the risk of a cloud provider (bitwarden in my case) being hacked.

Thanks for sharing good codes!