17 lines
544 B
Markdown
17 lines
544 B
Markdown
# 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"`
|