Add SearXNG LXC notes and LLM prompt for service documentation #3

Merged
ilia merged 2 commits from searxng into main 2026-01-07 12:22:33 -05:00
2 changed files with 40 additions and 40 deletions
Showing only changes of commit d8e98b1aa2 - Show all commits

View File

@ -34,8 +34,8 @@ When adding a new container/VM/service, use this prompt with an LLM to generate
> - Capture design/architecture decisions (networking, reverse proxy, storage, security). > - Capture design/architecture decisions (networking, reverse proxy, storage, security).
> - Document IPs, hostnames, ports, container names, and paths that are specific to my environment. > - Document IPs, hostnames, ports, container names, and paths that are specific to my environment.
> - Include trimmed config examples (docker-compose, Caddy/nginx, app config) with comments where helpful. > - Include trimmed config examples (docker-compose, Caddy/nginx, app config) with comments where helpful.
> - Add a small “Deployment steps” section summarizing the exact commands I used (cd, docker compose up, systemctl, etc.). > - Add a small "Deployment steps" section summarizing the exact commands I used (cd, docker compose up, systemctl, etc.).
> - Add brief “Troubleshooting notes” if we fixed any issues (e.g., wrong port binding, DNS, reverse proxy issues). > - Add brief "Troubleshooting notes" if we fixed any issues (e.g., wrong port binding, DNS, reverse proxy issues).
> >
> Do NOT invent services or values that I did not show you. > Do NOT invent services or values that I did not show you.
> Only use the information I provide plus obvious inferences (e.g., 0.0.0.0:8080 means accessible on LAN). > Only use the information I provide plus obvious inferences (e.g., 0.0.0.0:8080 means accessible on LAN).