Reorganize docs by project and archive legacy context files

This commit is contained in:
2026-03-13 05:47:23 +00:00
parent 8d323c9393
commit 99df060f51
13 changed files with 132 additions and 20 deletions
+23
View File
@@ -0,0 +1,23 @@
# Project: SearchXNG (SearXNG Layer)
## Purpose
Run and tune the SearXNG front-end search experience and route custom engines to SethSearch.
## Deployment
- Container: CT `119` on `pve173`
- Service URL: `https://searxng.sethpc.xyz`, `https://search.sethpc.xyz`
- Config file: `/etc/searxng/settings.yml`
## Active custom engines
- `sethsearch` (`shortcut: ss`, category: `general`, weight: `5.0`)
- `sethflix` (`shortcut: sfx`, category: `videos`, weight: `5.0`)
- `libretranslate` (`shortcut: lt`, category: `translate`)
## Notes
- Use HTTPS URLs for `json_engine` targets.
- Keep engine names lowercase to avoid startup warnings.
- This layer owns weighting and user-facing engine categories.
+10
View File
@@ -0,0 +1,10 @@
# SearchXNG Project Docs
- Runtime config: `/etc/searxng/settings.yml`
- Primary task: expose and weight custom engines for homelab and media search.
- Engine endpoint target: `https://sethsearch.sethpc.xyz/search`
## Validation
- Engine list check: `curl -s "http://192.168.0.177:8888/config"`
- Restart service: `ssh pve173 "pct exec 119 -- systemctl restart searxng"`