document to markdown

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-07-18 11:40:47 +08:00
parent 941590f51a
commit b241220c15
8 changed files with 343 additions and 11 deletions
+10
View File
@@ -94,5 +94,15 @@ CHIBISAFE_ALBUM_THUMBNAILS=CHANGE_ME_UUID
CHIBISAFE_ALBUM_DOCUMENTS=CHANGE_ME_UUID
CHIBISAFE_ALBUM_ARCHIVED=CHANGE_ME_UUID
# ── MarkItDown (document-import PDF/PPTX -> Markdown sidecar) ────────────────
# Lives in the chibistar/ stack (chibistar/docker-compose.yml), not this
# repo's — `docker compose up -d markitdown` there. Reachable at
# 127.0.0.1:8000 since this app runs natively (npm run dev) during local dev,
# same host.
MARKITDOWN_BASE_URL=http://127.0.0.1:8000
# Required even for local/loopback calls — the sidecar's /convert endpoint
# checks this on every request since it's also reachable publicly.
MARKITDOWN_SHARED_SECRET=CHANGE_ME
# ── CORS ──────────────────────────────────────────────────────────────────────
ALLOWED_ORIGINS=http://localhost:5173,http://localhost:3024