From 90e28cf1d05bec7f4804b873a46d4da31eb55985 Mon Sep 17 00:00:00 2001 From: Kenneth Obsequio Date: Sat, 18 Jul 2026 13:31:38 +0800 Subject: [PATCH] update domain for a feature Signed-off-by: Kenneth Obsequio --- .env-production | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.env-production b/.env-production index 07b93e9..5b56877 100644 --- a/.env-production +++ b/.env-production @@ -136,9 +136,11 @@ CHIBISAFE_ALBUM_ARCHIVED=CHANGE_ME_UUID MARKITDOWN_BASE_URL=http://host.docker.internal:8000 # # Deployed elsewhere (e.g. Render) — no shared network with chibistar, so -# use the public hostname instead (zrok reserved share, see -# chibistar/docker-compose.yml's zrok-markitdown service): -# MARKITDOWN_BASE_URL=https://markitdownstarr.share.zrok.io +# use the public hostname instead (Cloudflare Tunnel, see +# chibistar/docker-compose.yml's markitdown-cloudflared service and +# chibistar/Caddyfile's @markitdown matcher — the zrok share, +# markitdownstarr.share.zrok.io, is kept alongside as a fallback): +# MARKITDOWN_BASE_URL=https://santa-monica.space # # Required in both cases — /convert checks this on every request since it's # reachable publicly, not just over loopback/the Docker network.