deploy: searxng on 9563, not 8080

8080 is taken several times over on this box, and the container name is the
only thing addressing it, so the port is ours to pick.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
kami
2026-08-02 02:37:45 +04:00
parent 99193ff1d1
commit 587f1e6a07
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ no query leaves the LAN again. The shipped shape:
```json
"search": {
"url": "http://searxng:8080",
"url": "http://searxng:9563",
"max_results": 4,
"snippet_runes": 1500,
"language": "auto",
+3 -2
View File
@@ -46,11 +46,12 @@
"The instance must have `json` in search.formats (settings.yml); a stock",
"SearXNG answers 403 to format=json and every search then fails. It is",
"addressed by container name, so it needs the same maven_default",
"attachment kiwix has. No instance reachable ⇒ she falls through to the",
"attachment kiwix has, and it must listen on 9563: 8080 is taken several",
"times over on this box. No instance reachable ⇒ she falls through to the",
"ZIMs and never says the search failed."
],
"search": {
"url": "http://searxng:8080",
"url": "http://searxng:9563",
"max_results": 4,
"snippet_runes": 1500,
"language": "auto",