render-engine/render-engine-cli

Allow for assignable address

Ouverte

#38 ouverte le 10 mars 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Python (4 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (4 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur