this post was submitted on 24 Jul 2026
305 points (99.7% liked)

Selfhosted

60911 readers
814 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

If you got the automatic updates on the bitwarden clients, they will show an empty vault if you are selfhosting vaultwarden.

It seems to be an accidental bug in the bitwarden clients that are assuming that they're talking with official servers

It's fixed with the latest release of the vaultwarden server that was published a few minutes ago

you are viewing a single comment's thread
view the rest of the comments
[–] riptide@lemmy.world 1 points 21 hours ago (1 children)

Thank you for this. I thought I was going insane. Time to turn auto updates off

[–] Bazoogle@lemmy.world 15 points 21 hours ago (1 children)

Per the vault warden release notes:

We strongly advice to update as soon as possible.

With the vulnerabilities being patched these days, it seems ill asvised to disable automatic updates for something as critical as a password manager.

[–] irmadlad@lemmy.world 2 points 21 hours ago

it seems ill asvised to disable automatic updates

I use the WatchTower fork for now, but I use it with the run once flag:

 volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command: --run-once --cleanup

So, when an update is available, I'll delay updating until I am rather comfortable that all the early adopters have worked out all the bugs for me. LOL Thanks guys! You're an invaluable service.