esphome / feature-requests

ESPHome Feature Request Tracker
https://esphome.io/
406 stars 26 forks source link

What about adding the static part of the Web Server Component to the esphome/esphome docker image #2740

Open amandel opened 1 month ago

amandel commented 1 month ago

Describe the problem you have/What new integration you would like

The Web Server Component in its different versions allow to point different locations for the static parts via *_url configuration variables. These static resources should be also part of the esphome/esphome docker image and exposed via http from there.

Please describe your use case for this integration and alternatives you've tried:

Making the static resources available in the local network on a central server allows local (no external internet) use, without the need to copy the resources to every device or taking care to put them on a different local server.

Additional context

Adding some magic to find the resources in the local net automatically would make the feature even easier to use.

Might be I miss something?

nagyrobi commented 1 month ago

Not the docker image, but rather the dashboard web app (which can run not only in dockers).