this post was submitted on 27 Mar 2026
86 points (96.7% liked)

Technology

83098 readers
2779 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] MagicShel@lemmy.zip 9 points 6 hours ago (1 children)

TBH, $10/year is a small price not to have to get my wife to change again after lastpass. She is not equipped to deal with enshittification.

[–] halcyoncmdr@piefed.social 5 points 4 hours ago (1 children)

If you do any sort of self-hosting, take a look at Vaultwarden. All the premium functions for free.

Before my entire network setup changed recently for unrelated reasons... I had Vaultwarden running on my home server (TrueNAS) and a free Cloudflare account with a tunnel to my home server and a $5/year domain. Worked for my parents easily and no longer had to worry about the big infrastructure being targeted.

[–] MagicShel@lemmy.zip 1 points 4 hours ago (1 children)

Possibly but the main thing we find useful is the OTP generation. This means we can both use shared accounts without having to ask the other for a code. That's probably an edge case, and not enough sites support it, but it's really nice for the ones that do.

I doubt that is available in self-hosting but I'd be happy to be wrong about that. I have a raspberry pi serving up a couple of local things and I could register a domain if I had a use case for connectivity outside the house.

[–] halcyoncmdr@piefed.social 6 points 4 hours ago* (last edited 4 hours ago) (1 children)

That is totally available self hosted. Nothing is blocked. In fact that's why I originally switched, reducing unnecessary monthly costs.

OTP codes for websites as well as all the MFA options for Vaultwarden itself. It also supports organizations, so you can share info between multiple accounts on your server. Emergency access, and even a web vault client.

Everything the paid Bitwarden does as far as I'm aware.

https://github.com/dani-garcia/vaultwarden

[–] MagicShel@lemmy.zip 1 points 3 hours ago (1 children)

That's pretty freaking awesome, mate. Thank you!

[–] PrinzKasper@feddit.org 1 points 36 minutes ago

Worth pointing out that Vaultwarden refuses service when you connect to it without HTTPS, meaning wherever you host it you also need to set up some way of providing it with SSL certificates. As a newbie to self-hosting myself, this has tripped me up quite a bit.