this post was submitted on 23 May 2025
91 points (96.0% liked)

homeassistant

14358 readers
3 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sxan@midwest.social 11 points 5 days ago (2 children)

Home Assistant has so many moving parts, so I don't complain. I do wish containers would become first class citizens like the OS, because some stuff is just harder in containers. The only thing I can think of as to the "why" is because of how the OS project installs software, but that's an easily addressed problem so it must be something else.

Still, it's nice to know the container method is moving forward; I'm so done with installing specific OSes just to use some given piece of software.

[–] corsicanguppy@lemmy.ca -2 points 5 days ago (1 children)

I do wish containers would become first class citizens like the OS, because some stuff is just harder in containers.

Like, for instance, security and validation against a SBoM. And that's why this container shit needs.to.die . But, downvote and move on, and hope by the time you need it the machine that goes 'beep' by your hospital bed is built using methods better than "this will look great on my resume."

[–] chaospatterns@lemmy.world 6 points 5 days ago* (last edited 5 days ago)

Containers can provide SBoMs too and in comparison to HA OS, which is what the comment was referring to, container and core give you better control over the application allowing for more security mechanisms. Comparing container vs core for security is interesting cause container gives you some security features for free like seccomp, cap drops, namespacing, etc. which you don't get for free with core.

I find the claim that core is more secure than a container because it has an SBoM as dubious, but maybe you're talking generally about containers vs distro package managers, which is a different point, but SBoM isn't the only thing that makes some secure/stable.