.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
REDIS_URL
secret
Minimal local setup
REDIS_TTL_SECONDS
LOCAL_LLM_URL
Local Ollama model used by the anonymization layer
LOCAL_LLM_MODEL
EXTERNAL_LLM_MODEL
Default demo destination also stays local through LiteLLM + Ollama. Advanced users can replace these with OpenAI, Anthropic, Gemini, Azure,…
EXTERNAL_LLM_API_BASE
EXTERNAL_LLM_MODEL_SENSITIVE
In-jurisdiction sovereign destination for irreducible-PII requests: self-hosted OSS on compute not subject to US compulsion. Defaults to…
EXTERNAL_LLM_MODEL_SENSITIVE_API_BASE
IRREDUCIBLE_POLICY
Policy for irreducible PII (cannot be masked below the re-id threshold): BLOCK refuses, ASK confirms, WARN routes to the sovereign model…
API_KEY
secret
Gateway auth
DOCUMENT_UNREADABLE_ACTION
reject, warn, or skip unreadable documents/images without a text layer
brew install flyctl && fly launch --from https://github.com/sure-scale/hey-jude
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/sure-scale/hey-jude
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/sure-scale/hey-jude