Is it possible to install HA on NUC, while having the NUC act as a media server for Sonos and Android TV

Hi, I’m looking for some advice if possible?
I have a NUC,
“Intel core i3 10th gen 10110U 2.1ghz 2.59ghz
32Gb ram ddr4
256Gb m2 ssd
1tb ssd”,

Is it possible to install HA on it to control Philips Hue lights and accessories while also using the 1tb ssd to store music for Sonos speakers and videos to play on an Android TV.

If it is possible which of the four installations methods should I choose?
"Home Assistant offers four different installation methods. We recommend using one of the following two methods:

Home Assistant Operating System: Minimal Operating System optimized to power Home Assistant. It comes with Supervisor to manage Home Assistant Core and Add-ons. Recommended installation method.
Home Assistant Container: Standalone container-based installation of Home Assistant Core (e.g., Docker).

There are two alternative installation methods available for experienced users. We generally do not recommend using these, unless you have extensive Linux knowledge and experience.

Home Assistant Core: Manual installation using a Python virtual environment.
Home Assistant Supervised: Manual installation of the Supervisor. The most complex of all.".

Would these files be accessible only through HA or would each device also be able to access the files without going through HA?

I’d greatly appreciate any advice and guides and links

Kind Regards

Easiest way would be to use proxmox.

Then have a look here and choose what ever media server suits your needs.

I would recommend going with the linuxserver docker image since it doesn’t recommend using privileged container, like the official one: https://hub.docker.com/r/linuxserver/homeassistant

If you have a privileged container, people who manage to break into the container essentially get root access on the host machine.

Thanks for the quick reply Arh.
I’ll have a look at this guide

over the weekend.
Hopefully this

might mean something to me then

Thanks Cyberbeni, I’ll have a read over this also.

It’s all looking quite daunting at first glances.
I might be better of just install HA with Sonos integration and worry about the other bits later once I hopefully have learnt a little.
I was hoping there might be easy option for noob but alas.

Thanks

My philosophy is, Keep It Simple. Don’t complicate things with containers or virtual systems. They are just something else to learn, something else to go wrong and a vector for interfacing problems.

Just get another mini-PC and run HAOS on one and Ubuntu on the other. You can buy a good used Intel NUC i3 for the cost of a new Raspberry Pi, power supply and case.

1 Like

Been running HA since the beginning and never ran privileged or host networking. It is not a requirement and have not seen limitation.

Linuxserver.io is nice but I’m against running third party version of software unnecessarily

This is the way

1 Like

Thank you all for your advice.
If I install HAOS directly first to get some experience can I transfer my setting, automations etc from that version to a version of HA that I might run on Proxmox or Linuxserver docker or will I need to set it all up again?

Yes. Pretty much copy config folder and move to next system

Or just do regular backups, and use one of those at onboarding screen on a new install, when changing hardware or up grading ETC.

Best bet is to sort out some sort of daily backup to google drive or nas. I use google drive.

1 Like