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
+16
View File
@@ -0,0 +1,16 @@
# Shared Operations
## SearXNG checks
- Status: `ssh pve173 "pct exec 119 -- systemctl status searxng --no-pager"`
- Logs: `ssh pve173 "pct exec 119 -- journalctl -u searxng -n 100 --no-pager"`
## SethSearch checks
- Status: `ssh pve173 "pct exec 620 -- systemctl status sethsearch --no-pager"`
- Logs: `ssh pve173 "pct exec 620 -- journalctl -u sethsearch -n 100 --no-pager"`
- Stats: `curl -s "https://sethsearch.sethpc.xyz/stats"`
## Caddy checks
- Validate: `ssh pve241 "pct exec 600 -- caddy validate --config /etc/caddy/Caddyfile"`