this post was submitted on 13 Jun 2025
16 points (100.0% liked)

homeassistant

14853 readers
2 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
 

I would like to start using floorplans/maps with various device actions on them. This means I need locally stored images, that can be seen over the network.
I managed to upload images to HA, but as they need to be accessed with a token, I either need to refresh the token every day (no), or have an image with a long-lived token (also not a good idea).

How have other people done things?
Is it worth spinning up an http image host?
Or maybe throwing files into an nginx folder inside HA?

Thoughts on a postcard :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 days ago (2 children)

HAOS under proxmox.
It's definitely one of those "many ways to skin the cat" situations!

[–] [email protected] 2 points 3 days ago

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 :)

[–] wildbus8979 2 points 3 days ago (1 children)

Why not just run another VM/LXC with nginx in it? Super easy.

[–] [email protected] 2 points 3 days ago

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.