this post was submitted on 12 Jul 2023
7 points (100.0% liked)
homeassistant
11878 readers
1 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Docker is sort of like a virtual machine but lighter than a VM. Proxmox I think is a virtual machine host?
https://geekflare.com/docker-vs-virtual-machine/
Personally I would leave HAOS on the Pi as it currently is, and then look at running the rest of the stack (Plex server and then whatever else you want) on the mini PC
Sorry for the dumb question, but would I be able to achieve something similar to the Plex server Docker config you shared, but without docker? If I don't bother trying to get HA running on the same mini PC?
I might have a play around with the mini PC before I try do anything major with HA.
Edit: have found a couple guides, so will try it out.
Hey if you haven't heard, HAOS has a community add-on for Plex - which is basically docker instance of Plex under the hood.
You might wanna check that out.
I would give priority to HAOS because it removes a ton of setup headaches with other add-ons you might use like Z2M until you establish a proper home lab pipeline.
You'd lose the add-on store if you go the HA docker route and you'd have to manage some networking config within docker if you need to setup other containers to be used with HA - Eg: MariaDB, MQTT Servers, etc...