this post was submitted on 29 Jun 2023
36 points (100.0% liked)
Technology
37702 readers
255 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I host the following off of the top of my head, in no particular order. Some are hosted at home on a combination of a Raspberry Pi 4 and a Synology DS1821+ NAS, some are hosted on a dedicated server:
I also run PFSense at home for my router, on a Protectli Vault, if that counts as self-hosting. Seems more like sysadmin, but there you go. I use Uptimerobot to monitor everything and create sleek public status pages.
I had no idea you could host your own Bitwarden instance. The whole reason I moved to Bitwarden in the first place was one of the Lastpass hacks, being in control of my own password manager instance from my favorite password manager would be amazing. Is it free to self- host?
Also curious about your UniFi controller, are you considering a DM/DM Pro a 'self-hosted' controller or do you use one of those Dockerized container solutions?
I use Vaultwarden in Docker, which is a light-weight Rust implementation of the Bitwarden server. You can just point any of the apps or browser extensions to your server at login and it works seamlessly. The oficial Bitwarden Server is also available, but when last I used it, it was much more resource intensive and had a number of docker containers as dependencies instead of the single container for Vaultwarden.
For UniFi, I use a docker image--currently, I'm using this one.
Thanks for the reply - I'm going to have to look into Vaultwarden, that is a very exciting/enticing idea.