this post was submitted on 15 May 2026
999 points (99.2% liked)

Selfhosted

60048 readers
727 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

In the latest episode of "they will always sell you out" - they sold you out! Who would've thought.

Hoping for a good alternative client to appear, the writing is on the wall. Vaultwarden can't exist without "leeching" off of Bitwarden.

you are viewing a single comment's thread
view the rest of the comments
[–] Flagstaff@programming.dev 5 points 1 month ago (2 children)

What is "collaboration" in this context?

[–] eightys3v3n@lemmy.ca 7 points 1 month ago (1 children)

Sharing passwords between groups of people so everyone always has the up to date version. Not breaking the world if two people try to modify the same entry as some file syncing solutions do.

[–] Flagstaff@programming.dev -3 points 1 month ago (3 children)

Hmm, interesting, though isn't that a fault of the organization not having an account-linking system so that each person could have their own credentials but can still access the unified content? This workaround seems... flimsy, unless I'm not picturing a legit scenario in which no other method is as good, or something.

[–] Appoxo@lemmy.dbzer0.com 3 points 1 month ago (1 children)

Sometimes it just makes sense to have a single team login.
Licensing for instance where each user costs money and not all users need a dedicated account to look at something of which only 1% is of importance to them.

[–] Flagstaff@programming.dev 1 points 1 month ago

Fair. I've clearly not worked at a place like this before!

[–] eightys3v3n@lemmy.ca 3 points 1 month ago (1 children)

It's the fault of my family organization or every company we use that my parent's bank, Google, phone, laptop, etc don't allow more than one set of credentials to access the same thing?
It's not just that we need to be able to share credentials the once a blue moon I need to help them by logging into their account?

[–] Flagstaff@programming.dev 1 points 1 month ago* (last edited 1 month ago) (1 children)

Wait, I don't understand. Why do you need to do so much account-sharing? I never had half of that... and if connecting is just once in a blue moon, then it shouldn't need something like group creds anyway, right?

[–] eightys3v3n@lemmy.ca 2 points 1 month ago

I have credentials shared with my parents passwords managers (and others) so when they ask for help with a service I can do it remotely for the services they want help with, but not their whole password manager.

I share company passwords in an organization so I can manage user accounts for things a user needs into but doesn't want to manage (I can change the Snowflake password but they can still login).

I share common passwords with everyone in the house (gate codes, door codes, etc). Then when they need to change, no one is bothered or needs to take action. Also, then anyone can change it and everyone who should have the new one, does.

[–] FreedomAdvocate 2 points 1 month ago (1 children)

You know why most cloud based services charge money? For stuff like this, because it’s not free to implement and maintain.

Easy and fault-proof password sharing and syncing needs software and hardware to do. You either set it up and maintain it yourself, or pay for a product that does it - like Bitwarden.

[–] Flagstaff@programming.dev 0 points 1 month ago* (last edited 1 month ago) (1 children)

But your argument falls apart against something like Syncthing's discovery networks combined with send-/receive-only folder types, which use no cloud yet allow the automatic, passive propagation of file updates to different users' devices... right? No cloud, no self-hosting, yet automatic syncing across multiple devices...

[–] captcha_incorrect@lemmy.world 3 points 1 month ago (1 children)

I’d say that goes under

needs software and hardware

and

set it up and maintain it yourself

[–] Flagstaff@programming.dev 1 points 1 month ago

It doesn't need any hardware that I can think of, but yeah, that's true: one would need to do a lot of DIY.

[–] Viceversa@lemmy.world 6 points 1 month ago (1 children)

Parallel creating, reading, updating, deleting password entries by multiple users.

[–] Flagstaff@programming.dev 1 points 1 month ago

Whoa, thanks. I had no idea this was a thing...