render-engine/render-engine-cli

Allow for assignable address

Aperta

#38 aperta il 10 mar 2026

 (0 commenti) (0 reazioni) (0 assegnatari)Python (4 fork)auto 404
good first issue

Metriche repository

Star
 (4 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor