2.3 KiB
2.3 KiB
Connections — Topic Index
Cross-cutting insights that link 2 or more concepts together. These articles reveal non-obvious relationships between ideas.
| Article | Connects | Source | Updated |
|---|---|---|---|
| wiki/connections/oauth-state-mismatch-debugging | LibreChat OpenID ↔ MSAL SPA ↔ Azure AD — state mismatch root cause shared across implementations | daily/2026-04-15.md | 2026-04-15 |
| wiki/connections/graph-api-vs-msal-app-vs-delegated | Graph API app-only ↔ MSAL delegated — choosing the right Azure AD auth flow; why delegated 403s on shared mailboxes | daily/2026-04-16.md | 2026-04-16 |
| wiki/connections/lxc-networking-api-failures | LXC ARP cache ↔ Node.js SSL — two orthogonal root causes that produce identical "API Error" symptoms | daily/2026-04-19.md | 2026-04-19 |
| wiki/connections/fastapi-azuread-docker-trinity | FastAPI ↔ Azure AD ↔ Docker — the three always go together; env vars, CORS, auth middleware wiring | 2026-04-27 | 2026-04-27 |
| wiki/connections/ai-always-needs-cost-tracker | AI API calls ↔ cost-tracker preflight/record — why retrofitting costs 2 days; per-provider token fields | 2026-04-27 | 2026-04-27 |
| wiki/connections/optical-dev-apache-vite-basepath | Apache subpath ↔ Vite basePath — two configs that must match; what breaks when they don't | 2026-04-27 | 2026-04-27 |
| wiki/connections/gcp-no-websockets | GCP LB 30s timeout ↔ REST polling ↔ job table pattern — infrastructure constraint forces code architecture | 2026-04-27 | 2026-04-27 |
| wiki/connections/box-api-hotfolder-pattern | Box API ↔ hotfolder daemon — always paired; archive pattern prevents double-processing | 2026-04-27 | 2026-04-27 |
| wiki/connections/docker-dns-adguard-split-horizon | Docker DNS ↔ AdGuard split-horizon — Docker containers inherit router DNS, not AdGuard; explicit dns: config required | daily/2026-04-28.md | 2026-04-28 |
| wiki/connections/celery-prefork-faster-whisper-memory-stacking | Celery prefork fork-all ↔ faster_whisper model-at-startup — CONCURRENCY × model_size GB consumed before first task | daily/2026-04-30.md | 2026-04-30 |