• dan@upvote.au
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    20 hours ago

    Bitwarden’s the only “cloud-based” password manager I trust, since their entire stack is open-source.

    For self-hosting, they recently released Bitwarden Lite, which is a lot simpler to host than their regular server. One Docker image and you can use SQLite for the database. Different design decisions compared to the regular server which is designed to scale up to handle businesses with tens or hundreds of thousands of employees.

    There’s also Vaultwarden, which is an unofficial third-party server implementation.