obsidian/wiki/concepts/_index.md
2026-04-18 22:04:01 +01:00

3.4 KiB

Concepts — Topic Index

Atomic knowledge articles extracted from Claude Code sessions. Each article covers one distinct concept, pattern, or technique.

Article Summary Source Updated
wiki/concepts/librechat-openid-auth LibreChat v0.8.4 OpenID/OAuth auth internals — ALLOW_SOCIAL_REGISTRATION, openidId requirement, state mismatch diagnosis daily/2026-04-15.md 2026-04-15
wiki/concepts/msal-vanilla-js-pkce MSAL.js v5 UMD script-tag PKCE for SPAs without bundlers — Azure portal platform type, Node.js JWKS validation daily/2026-04-15.md 2026-04-15
wiki/concepts/shell-static-deploy-patterns Shell deploy scripts for static frontends — cp -r vs glob, Apache reload requirement, setup vs deploy distinction daily/2026-04-15.md 2026-04-15
wiki/concepts/fish-shell-path-config Fish shell PATH configuration — /usr/local/bin not in default PATH, fish_add_path, SSH aliases as Fish functions daily/2026-04-15.md 2026-04-15
wiki/concepts/microsoft-graph-api-mailbox-migration Graph API app-only (client credentials) flow for reading shared mailboxes — Mail.Read.All, EML download, pagination daily/2026-04-16.md 2026-04-16
wiki/concepts/mailcow-maildir-import Mailcow Maildir volume path, rsync import, chown 5000:5000, mandatory doveadm index — without indexing IMAP shows nothing daily/2026-04-16.md 2026-04-16
wiki/concepts/fastapi-mongodb-role-migration Adding UserRole enum + MongoDB schema validator migration + idempotent seed in FastAPI lifespan daily/2026-04-16.md 2026-04-16
wiki/concepts/monorepo-deploy-script-pitfall deploy.sh checking backend/.git / frontend/.git silently skips git pull in monorepos — fix: single git pull at root daily/2026-04-16.md 2026-04-16
wiki/concepts/nextjs-basepath-auth-redirects Next.js basePath requires all auth redirect strings to include the prefix — middleware and API routes don't auto-prepend daily/2026-04-16.md 2026-04-16
wiki/concepts/python-service-deployment-dotenv Python service deploy checklist — venv pip install after git pull, .env.example → .env for new config.py requirements daily/2026-04-16.md 2026-04-16
wiki/concepts/openai-max-completion-tokens OpenAI newer models reject max_tokens — must use max_completion_tokens in both raw API calls and internal wrappers daily/2026-04-17.md 2026-04-17
wiki/concepts/fish-abbr-patterns Fish abbr expands visibly (git/docker/uv), alias for transparent replacements (ls/cat); forgit conflict resolution daily/2026-04-17.md 2026-04-17
wiki/concepts/bitbucket-mcp-atlassian Bitbucket MCP via aashari/mcp-server-atlassian-bitbucket; GitHub MCP is GitHub-only; Atlassian API tokens replace App Passwords daily/2026-04-17.md 2026-04-17
wiki/concepts/proxmox-mcp-server canvrno/ProxmoxMCP is the best community Proxmox MCP server; install to global Claude Code config for any-project access daily/2026-04-18.md 2026-04-18
wiki/concepts/proxmox-vm-management-methods Proxmox VM creation approaches — SSH+qm (ad-hoc), REST API, Terraform, Ansible, MCP; when to use each daily/2026-04-18.md 2026-04-18