23 lines
876 B
Markdown
23 lines
876 B
Markdown
# SearchXNG Project
|
|
|
|
This repo is now organized by project area.
|
|
|
|
## Layout
|
|
|
|
- `projects/searchxng/`: SearXNG integration, engine wiring, and service context.
|
|
- `projects/sethsearch-api/`: SethSearch indexer/API behavior, source rules, and maintenance.
|
|
- `projects/shared/`: cross-cutting architecture and operations runbooks.
|
|
- `archive/legacy-context-2026-03-13/`: archived first-pass context docs.
|
|
|
|
## Live stack
|
|
|
|
- SearXNG: `https://searxng.sethpc.xyz` and `https://search.sethpc.xyz` (CT 119, `pve173`)
|
|
- SethSearch API: `https://sethsearch.sethpc.xyz` (CT 620, `pve173`)
|
|
- Caddy: CT 600 (`pve241`)
|
|
|
|
## Quick commands
|
|
|
|
- Restart SethSearch: `ssh pve173 "pct exec 620 -- systemctl restart sethsearch"`
|
|
- Restart SearXNG: `ssh pve173 "pct exec 119 -- systemctl restart searxng"`
|
|
- Validate Caddy: `ssh pve241 "pct exec 600 -- caddy validate --config /etc/caddy/Caddyfile"`
|