Support binding to sockets again #3754
Replies: 2 comments
-
|
Took an initial stab at this: esphome/device-builder#1862 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the enhancement
The old dashboard used to support binding the webserver to a socket instead of a port. device-builder is missing this feature, I would like to have this feature again in device-builder.
I would be happy to submit a PR for this, as it shouldn't be that big of a change, aiohttp already supports binding to sockets anyway.
Use cases
Bind the webserver to a socket for more granular permissions and less waste of ports.
Visual examples
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions