Self-hosted data directory

Where @nexoxa/* packages store JSONL on your infrastructure.

Directory layout

  • .nexoxa/analytics/ — pageviews and custom events
  • .nexoxa/speed-insights/ — Core Web Vitals samples
  • .nexoxa/seo/ — per-page SEO and UI audit scores

Docker volumes

Set NEXOXA_DATA_DIR in Docker and mount a volume so data survives deploys.

bash
docker run -e NEXOXA_DATA_DIR=/data -v nexoxa-data:/data your-app

Collect secret

Optional NEXOXA_COLLECT_SECRET header locks down collect POSTs on public origins.

Ask a question… Ctrl+I