doc: updated the README of the bootstrap (#568)

This commit is contained in:
Willem Jiang
2025-09-10 21:00:16 +08:00
committed by GitHub
parent 005712679c
commit c2186c1ef8
5 changed files with 15 additions and 0 deletions

View File

@@ -138,6 +138,9 @@ Este proyecto también incluye una Interfaz Web, que ofrece una experiencia inte
# En Windows
bootstrap.bat -d
```
> [!NOTA]
> Por defecto, el servidor backend se enlaza a 127.0.0.1 (localhost) por razones de seguridad. Si necesitas permitir conexiones externas (por ejemplo, al desplegar en un servidor Linux), puedes modificar el host del servidor a 0.0.0.0 en el script de arranque (uv run server.py --host 0.0.0.0).
> Por favor, asegúrate de que tu entorno esté correctamente protegido antes de exponer el servicio a redes externas.
Abre tu navegador y visita [`http://localhost:3000`](http://localhost:3000) para explorar la interfaz web.