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

  • confusedpuppy@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    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.

      • confusedpuppy@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 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 :)

        • GreatAlbatross@feddit.ukOPM
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 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.