maple-proxy 0.1.6

Lightweight OpenAI-compatible proxy server for Maple/OpenSecret TEE infrastructure
Documentation
# Maple Proxy Configuration
# Copy this file to .env and fill in your values

# Server Configuration
MAPLE_HOST=127.0.0.1
MAPLE_PORT=8080

# Maple Backend Configuration
# Production: https://enclave.trymaple.ai
# Development: https://enclave.secretgpt.ai  
# Local: http://localhost:3000
MAPLE_BACKEND_URL=https://enclave.trymaple.ai

# Authentication
# Your Maple API key - get this from https://trymaple.ai
MAPLE_API_KEY=your-maple-api-key-here

# Debugging
MAPLE_DEBUG=false

# CORS (enable for web applications)
# Recommended: true for Docker deployments
MAPLE_ENABLE_CORS=true

# Rust Logging (optional)
# RUST_LOG=info,maple_proxy=debug