render-engine/render-engine-cli

Allow for assignable address

開放

#38 建立於 2026年3月10日

 (0 則留言) (0 個反應) (0 位負責人)Python (4 個分叉)auto 404
good first issue

倉庫指標

星標
 (4 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南