this post was submitted on 13 Jun 2025
18 points (100.0% liked)
homeassistant
14990 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.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @[email protected]
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
How do you have HA set up? For example I currently have a Raspberry Pi 4 and installed a HomeAssistant Docker image.
Since I'm not using HA addons, I'm free to use any Docker image that supports Raspberry Pi's ARM architecture. I use a simple file server which is more than enough for my needs.
If you're using an HA setup where that's not possible, someone else may be able to suggest an HA addon that would fit your needs.
HAOS under proxmox.
It's definitely one of those "many ways to skin the cat" situations!
Why not just run another VM/LXC with nginx in it? Super easy.
That was going to be my backup plan, as I didn't want to use any more resource if I could avoid it 😅
The good news is, we figured it out, and got the file serving out of /config/www without an auth requirement.
Ah yeah, I've heard of Proxmox but have never looked into it. From my experiences, HA is quite flexible so some questions are never that simple. Still worth all the effort though :)