update domain for a feature

Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-07-18 13:31:38 +08:00
parent d6f2834209
commit 90e28cf1d0
+5 -3
View File
@@ -136,9 +136,11 @@ CHIBISAFE_ALBUM_ARCHIVED=CHANGE_ME_UUID
MARKITDOWN_BASE_URL=http://host.docker.internal:8000 MARKITDOWN_BASE_URL=http://host.docker.internal:8000
# #
# Deployed elsewhere (e.g. Render) — no shared network with chibistar, so # Deployed elsewhere (e.g. Render) — no shared network with chibistar, so
# use the public hostname instead (zrok reserved share, see # use the public hostname instead (Cloudflare Tunnel, see
# chibistar/docker-compose.yml's zrok-markitdown service): # chibistar/docker-compose.yml's markitdown-cloudflared service and
# MARKITDOWN_BASE_URL=https://markitdownstarr.share.zrok.io # 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 # Required in both cases — /convert checks this on every request since it's
# reachable publicly, not just over loopback/the Docker network. # reachable publicly, not just over loopback/the Docker network.