Serve article images locally: /images proxy route with SSRF-guarded

upstream fetch, magic-byte validation, persistent /data/media cache,
immutable cache headers, CoverImage fallback component, og:image to
absolute proxy URL. Ported from technews 6f08da3.
This commit is contained in:
2026-08-18 18:11:44 -04:00
parent 92373aa3c6
commit 86a77b4907
11 changed files with 575 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"build": "prisma generate && next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"test": "tsx tests/llm-parse.test.ts",
"test": "tsx tests/llm-parse.test.ts && tsx tests/image-proxy.test.ts",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:seed": "tsx prisma/seed.ts",