mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
document to markdown
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user