BioMyth (He/Him)
- 0 Posts
- 6 Comments
Not gonna lie that is kinda my hobby. Pick up other hobbies, learn a bunch get okay but not too much time sunk in, time for a new hobby.
BioMyth (He/Him)@lemmy.mlto
Technology@lemmy.ml•My ISP choices are Verizon or Xfinity. Who should I choose?English
3·1 year agoGlofiber is great! I’ve used them for a few years now and they have been really reliable & easy to work with. If you do any self-hosting they do have double NAT but after a quick call to support I was able to get a public ip without any cost.
BioMyth (He/Him)@lemmy.mlto
Technology@lemmy.ml•Microsoft accused of Malware-like Bing Wallpaper app - gHacks Tech NewsEnglish
12·1 year agoHoly cow, didn’t realize just how bad Microsoft is getting. That behavior is unjustifiable especially considering this is just for wallpapers.
BioMyth (He/Him)@lemmy.mlto
Selfhosted@lemmy.world•Why self host a password manager?English
12·2 years agoI’m on the bandwagon of not hosting it myself. It really breaks down to a level of commitment & surface area issue for me.
Commitment: I know my server OS isn’t setup as well as it could be for mission critical software/uptime. I’m a hobbiest with limited time to spend on this hobby and I can’t spend 100hrs getting it all right.
Surface Area: I host a bunch of non mission critical services on one server and if I was hosting a password manager it would also be on that server. So I have a very large attack surface area and a weakness in one of those could result in all my passwords & more stored in the manager being exposed.
So I don’t trust my own OS to be fully secure and I don’t trust the other services and my configurations of them to be secure either. Given that any compromise of my password manager would be devastating. I let someone else host it.
I’ve seen that in the occassional cases when password managers have been compromised, the attacker only ends up with non encrypted user data & encrypted passwords. The encrypted passwords are practically unbreakable. The services also hire professionals who host and work in hosting for a living. And usually have better data siloing than I can afford.
All that to say I use bitwarden. It is an open source system which has plenty of security built into the model so even if compromised I don’t think my passwords are at risk. And I believe they are more well equipped to ensure that data is being managed well.


Like others are saying, a simple fix to this is to setup the homeassistant machine for https & a self signed cert. Then on the Caddy machine you can configure the https to not verify the origin. That would make the communications more robust, but I think it is still vulnerable to MITM attacks.