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
@@ -80,7 +80,7 @@ type Options struct {
Timeout time.Duration
}
// New makes a client for a SearXNG base URL like http://searxng:8080.
// New makes a client for a SearXNG base URL like http://searxng:9563.
//
// The instance must have the JSON format enabled (`search.formats: [html,
// json]` in its settings.yml); a stock install answers 403 to format=json and