fix: correct SearXNG endpoint from dead storepve hostname to live VM109 IP #40

Open
abiba-bot wants to merge 2 commits from fix/searxng-endpoint into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c243fcddc3 - Show all commits
+1 -1
View File
@@ -584,7 +584,7 @@ contracts:
verify: curl -sf https://git.sysloggh.net/api/v1/version verify: curl -sf https://git.sysloggh.net/api/v1/version
expect: 200 OK expect: 200 OK
- check: SearXNG reachable - check: SearXNG reachable
verify: curl -sf http://192.168.68.17:8080 verify: curl -sf http://192.168.68.7:8888
expect: 200 OK expect: 200 OK
artifact: infrastructure health report artifact: infrastructure health report
receipt: receipt:
+1 -1
View File
@@ -356,7 +356,7 @@ Postconditions to verify:
}, },
{ {
"check": "SearXNG reachable", "check": "SearXNG reachable",
"verify": "curl -sf http://192.168.68.17:8080", "verify": "curl -sf http://192.168.68.7:8888",
"expect": "200 OK" "expect": "200 OK"
} }
] ]