fix(hermes-ui): switch from headless 'hermes serve' to 'hermes dashboard --no-open'

This commit is contained in:
Hitonabi
2026-07-07 17:27:49 +02:00
parent 989b6de850
commit 092dcc2ada
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ async def _proxy_http(request: Request, path: str = "") -> Response:
except httpx.HTTPError as exc:
log.debug("hermes-ui http-proxy (%s) nicht erreichbar: %s", path, exc)
return Response(
content=b"Hermes-WebUI (hermes serve) nicht erreichbar.",
content=b"Hermes-WebUI (hermes dashboard) nicht erreichbar.",
status_code=502, media_type="text/plain",
)
body = r.content