this post was submitted on 12 Oct 2023
22 points (95.8% liked)

Selfhosted

38893 readers
158 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Does anyone use the self hosted version of psono password manager? The demo looks very nice, however it seems to be very niche and it is rarely recommended. It appears in the "awesome selfhosted" repo, though.

I'm looking for a password manager for a small business, and bitwarden looks quite complex (and expensive) and I'm not very comfortable with vaultwarden.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 10 months ago (1 children)

Vaultwarden is the way to go. What is your issue with it?

[–] [email protected] 3 points 10 months ago (2 children)

I'm not entirely sure if bitwarden will introduce some changes that break the compatibility with vaultwarden.

[–] [email protected] 8 points 10 months ago* (last edited 10 months ago) (1 children)

They probably won't break compatibility with Vaultwarden on purpose since that'd also break their own server implementation. Bitwarden would have to ensure that all selfhosted servers are up to date before pushing a breaking auto update. This likely means enough time for vaultwarden to catch up.

Few things hurt a company providing critical software more than breaking users access without notice.

The passwords would still be accessible through the webui anyway.

Edit: If your not comfortable it's better to not use it. Password manager are critical and have to be trusted.

[–] [email protected] 3 points 10 months ago (1 children)

You're right, changes that break compatibility are unlikely. But they can happen and happened in the past (e.g. #3082)

[–] [email protected] 4 points 10 months ago

Thanks for the example! I had hoped Bitwarden wouldn't break older servers so quickly. Luckily it seems like vaultwarden released a new working version 7 days before, the clients broke older servers. I'll definitly check my new release notifications for vaultwarden right now.

[–] Kaavi 1 points 10 months ago (1 children)

Isn't the frontend stuff open source? So even if they change something, others might make a fork?

[–] [email protected] 1 points 10 months ago

Most of the code is GPL3, but not everything. Source: license.txt