Settings
OpenVox is configured via your .env file. Restart the stack with docker compose up after changing values.
Provider credentials
Privacy
Auth
OPENVOX_AUTH=disabled (local-first)
Audio storage
ENABLE_AUDIO_STORAGE=false
Off by default — GDPR-friendly.
Transcript storage
ENABLE_TRANSCRIPT_STORAGE=true
Retention
DATA_RETENTION_DAYS=30
PII masking
PII_MASKING_ENABLED=true
Residency region
DATA_RESIDENCY_REGION=ap-southeast-1
Storage backend
Backend
STORAGE_BACKEND=local | byteplus_tos | s3 | gcs | alibaba_oss
Local path
STORAGE_LOCAL_PATH=./.openvox/storage
BytePlus TOS endpoint
tos-ap-southeast-1.bytepluses.com
Networking
Core API
http://localhost:8000
Gateway (Node)
http://localhost:3001
Dashboard
http://localhost:3000