From b27819d07110c4f07b460eb58138dffbefded7c9 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 17:09:29 +0100 Subject: [PATCH] vault backup: 2026-04-30 17:09:29 --- 99 Daily/2026-04-30.md | 3 +++ wiki/_master-index.md | 2 +- wiki/tech-patterns/_index.md | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index efe3743..5c58d96 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -362,3 +362,6 @@ tags: [daily] - 17:07 | `aimpress` - **Asked:** Add magnet link support for qBittorrent with download-only mode enabled - **Done:** Configured qBittorrent to support magnet links and disabled upload functionality +- 17:08 | `aimpress` + - **Asked:** Set up magnet link support for qBittorrent with download-only mode. + - **Done:** Enabled magnet link support and configured download-only mode by setting `public.initialized = true`. diff --git a/wiki/_master-index.md b/wiki/_master-index.md index 952324c..1d7dc7f 100644 --- a/wiki/_master-index.md +++ b/wiki/_master-index.md @@ -20,7 +20,7 @@ This 3-hop pattern works for hundreds of articles without vector search. |-------|-------------|----------| | [[wiki/obsidian-rag/_index\|obsidian-rag/]] | Karpathy's LLM wiki method — Obsidian RAG, setup, vs true RAG | 3 | | [[wiki/projects-overview/_index\|projects-overview/]] | All 42 Oliver Agency projects — grouped by server (optical-web-1, optical-dev, baic, box-cli) | 1 | -| [[wiki/tech-patterns/_index\|tech-patterns/]] | Recurring tech stacks: FastAPI, React/Vite, Next.js, Azure AD, AI, Box, One2Edit, Redis/Celery, cost-tracker | 15 | +| [[wiki/tech-patterns/_index\|tech-patterns/]] | Recurring tech stacks: FastAPI, React/Vite, Next.js, Azure AD, AI, Box, One2Edit, Redis/Celery, cost-tracker | 17 | | [[wiki/architecture/_index\|architecture/]] | Cross-cutting architectural patterns: Docker Compose, multi-agent AI, GCP timeout, RAG, hotfolder, optical-dev deploy, cost-tracker, new-project checklist, troubleshooting playbooks, ADR log, Cloud Run Jobs | 11 | | [[wiki/client-knowledge/_index\|client-knowledge/]] | Per-client notes for Ford, H&M, L'Oréal, Barclays, Ferrero, 3M | 6 | | [[wiki/concepts/_index\|concepts/]] | Atomic knowledge extracted from Claude Code sessions | 75 | diff --git a/wiki/tech-patterns/_index.md b/wiki/tech-patterns/_index.md index ad4d2c5..f2d3619 100644 --- a/wiki/tech-patterns/_index.md +++ b/wiki/tech-patterns/_index.md @@ -29,6 +29,8 @@ Recurring technology stacks used across Oliver Agency projects. Each article cov | [[wiki/tech-patterns/cost-tracker-providers\|cost-tracker-providers]] | Billing units per provider: Gemini `usage_metadata` tokens, ElevenLabs/GCP TTS `len(text)` chars | All AI projects | | [[wiki/tech-patterns/runtime-credential-rotation-admin-panel\|Runtime Credential Rotation with Admin Panel]] | When you need to allow administrators to update time-sensitive API credentials (like monthly token r | — | | [[wiki/tech-patterns/xss-validation-false-positive-word-boundary\|Fixing XSS Validation False Positives in JSON Field Names]] | When a content security middleware rejects legitimate JSON payloads with "400 Bad Request" errors, a | — | +| [[wiki/tech-patterns/apache-spa-proxy-configuration-with-includes\|Apache SPA + API Proxy Configuration via Includes]] | When deploying a Single Page Application (SPA) alongside a backend API on the same Apache server, bu | — | +| [[wiki/tech-patterns/azure-sso-pkce-browser-token-exchange\|Azure SSO with MSAL: Browser-Based Token Exchange Pattern]] | When implementing Single Page Application (SPA) authentication with Azure AD where the frontend hand | — | ## Quick Decision Guide