Skip to content

hardcoded 127.0.0.1:8080 as the gateway address #11

@ivobrett

Description

@ivobrett

The openshell CLI hardcodes 127.0.0.1:8080 as the gateway address, and nemoclaw onboard does a bind() pre-flight check on 127.0.0.1:8080. Neither is configurable. This makes running either tool inside a Docker container unnecessarily complex — you need a socat TCP proxy just to bridge the container's loopback to the host.

The ask: A way to override the gateway address, either via:

An environment variable like OPENSHELL_GATEWAY_HOST=host.docker.internal
Or a config file entry in ~/.config/openshell/

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions