From 50114f32c07459b2b39df6b894bfc0913d4cef14 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Aug 2026 14:56:45 +0000 Subject: [PATCH 1/2] fix: correct SearXNG endpoint from dead storepve hostname to live VM109 IP (192.168.68.7:8888) storepve (192.168.68.6) has no service on :8888. SearXNG runs on VM 109 (docker-vm) at 192.168.68.7:8888 (verified HTTP 200). Aligns with every other contract reference. Missed in PR #39. --- hermes-config-template.prose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes-config-template.prose.md b/hermes-config-template.prose.md index 5c84ec6..80e6dc2 100644 --- a/hermes-config-template.prose.md +++ b/hermes-config-template.prose.md @@ -48,7 +48,7 @@ Sub-agent profiles inherit auth from the main config — no separate keys needed | Component | Endpoint | Purpose | |---|---|---| | Firecrawl | `http://192.168.68.7:3002/` | Web content extraction | -| SearXNG | `http://storepve:8888` | Privacy-respecting web search | +| SearXNG | `http://192.168.68.7:8888` | Privacy-respecting web search | | LiteLLM | `http://192.168.68.116/v1` | Unified model gateway (via nginx) | | LiteLLM (NetBird) | `https://litellm.sysloggh.net/v1` | Alternative (may have 502 issues) | | RA-H OS MCP | `http://192.168.68.65:3100/mcp` | Knowledge graph bridge | From c243fcddc3c0ca280da3056c0e81282b8c72d5f4 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Aug 2026 15:19:15 +0000 Subject: [PATCH 2/2] no-mistakes(document): docs: fix stale SearXNG endpoint in monitoring checks --- contract-registry.yaml | 2 +- cron-prompts-review.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contract-registry.yaml b/contract-registry.yaml index 94d899e..c7ae3b5 100644 --- a/contract-registry.yaml +++ b/contract-registry.yaml @@ -584,7 +584,7 @@ contracts: verify: curl -sf https://git.sysloggh.net/api/v1/version expect: 200 OK - check: SearXNG reachable - verify: curl -sf http://192.168.68.17:8080 + verify: curl -sf http://192.168.68.7:8888 expect: 200 OK artifact: infrastructure health report receipt: diff --git a/cron-prompts-review.md b/cron-prompts-review.md index 9275733..d942546 100644 --- a/cron-prompts-review.md +++ b/cron-prompts-review.md @@ -356,7 +356,7 @@ Postconditions to verify: }, { "check": "SearXNG reachable", - "verify": "curl -sf http://192.168.68.17:8080", + "verify": "curl -sf http://192.168.68.7:8888", "expect": "200 OK" } ]