render-engine/render-engine-cli

Allow for assignable address

Open

#38 opened on Mar 10, 2026

 (0 comments) (0 reactions) (0 assignees)Python (4 forks)auto 404
good first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/render-engine/render-engine-cli/blob/141f136bec42dc66dd7037ae40469d7df808c2b9/src/render_engine_cli/cli.py#L199

My currently development setup is to ssh into a development system this means that the ip_address or host needs to be assignable.

Current workaround -

Build only Then run uv run python -m http.server 8000 --bind 0.0.0.0 --directory output

Contributor guide