[FEATURE] Allow container to open a http port
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I want Claude to be able to perform edits on HA while HA instance is stopped.
Even though Claude is in its own container which keeps running, when HA goes down the TTY link to Claude stops. So Claude Stops.
Proposed Solution
Allow opening a port from the docker container
Alternative Solutions
Another potential solution would be a to write to a log server
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
My use case was editing the registry. Claude wrote and was running a script in its docker container which Stopped HA, Edited Registry, Restart HA, Polled Supervisor to see if HA was up, had a timeout to restore original registry if it failed. This actually worked! But I thought it would be great to watch the process from a http port, and potentially add a button the the http page that could trigger the reboot if HA didn't come up. But I could not open any ports out of the container.
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗