render-engine/render-engine-cli

Allow for assignable address

Aberta

#38 aberto em 10 de mar. de 2026

 (0 comentário) (0 reação) (0 responsável)Python (4 forks)auto 404
good first issue

Métricas do repositório

Stars
 (4 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador