From ab7872b6103a865a6459fdc3b8a8f3ab285c8a89 Mon Sep 17 00:00:00 2001 From: "D. Rimron-Soutter" Date: Tue, 17 Feb 2026 12:34:47 +0000 Subject: [PATCH] Update example.env with local mirror configurations Signed-off: Junie@lucy.xalior.com --- example.env | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/example.env b/example.env index 868a991..6e16555 100644 --- a/example.env +++ b/example.env @@ -22,9 +22,16 @@ WOS_REMOTE_FILEPATH=https://archive.org/download/World_of_Spectrum_June_2017_Mir # Local cache root where files will be mirrored (without the leading slash) CDN_CACHE=/mnt/files/zxfiles -# Optional: File prefixes for localized mirroring or rewrite logic -# ZXDB_FILE_PREFIX= -# WOS_FILE_PREFIX= +# Local mirror filesystem paths for downloads. +# Enabling these (and verifying existence) will show "Local Mirror" links. +# See docs/ZXDB.md for how prefixes are stripped and joined to these paths. +# ZXDB_LOCAL_FILEPATH=/path/to/local/zxdb/mirror +# WOS_LOCAL_FILEPATH=/path/to/local/wos/mirror + +# Optional: Path prefixes to strip from database links before local matching. +# Defaults to "/zxdb/sinclair/" and "/pub/sinclair/" if omitted. +# ZXDB_FILE_PREFIX=/zxdb/sinclair/ +# WOS_FILE_PREFIX=/pub/sinclair/ # OIDC Authentication configuration # OIDC_PROVIDER_URL=