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
+1 -1
View File
@@ -13,7 +13,7 @@ Wants=network-online.target
# liegen und der Proxy sie sauber durchreichen kann.
Type=simple
Environment=HERMES_HOME=%h/.hermes
ExecStart=%h/.hermes/hermes-agent/venv/bin/hermes serve --skip-build --host 127.0.0.1 --port 9119
ExecStart=%h/.hermes/hermes-agent/venv/bin/hermes dashboard --no-open --skip-build --host 127.0.0.1 --port 9119
Restart=on-failure
RestartSec=3