added and fix some of things

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-08-03 12:03:02 +08:00
parent 6765c1faba
commit d246c09cdd
31 changed files with 724 additions and 510 deletions
-10
View File
@@ -94,15 +94,5 @@ 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