๐ Reference
Reference
The technical details behind every knob, endpoint, and configuration option.
HridaAI is highly configurable. This section is the canonical source of truth for environment variables, API endpoints, network architecture, reverse proxy setups, and production monitoring. Whether you're tuning a single setting or architecting a multi-node deployment, start here.
Every flag, path, and secret HridaAI reads at startup, in one place. Over 200 environment variables control authentication, model routing, storage, logging, and more. Understand ConfigVar behavior, troubleshoot ignored settings, and find the exact variable you need.
ENABLE_SIGNUP, ENABLE_LOGIN_FORM, HRIDAAI_ADMIN_EMAIL, OIDC/LDAP/SCIMGLOBAL_LOG_LEVEL, JSON logging, audit log levels and pathsOpenAI-compatible and Anthropic-compatible APIs, plus RAG, file management, and Ollama proxy routes. HridaAI exposes a full REST API authenticated via Bearer tokens or JWTs. Use the same endpoints the web UI uses to build automations, chatbots, and custom integrations.
POST /api/chat/completions, OpenAI-compatiblePOST /api/v1/messages, works with the Anthropic SDK and Claude Code/ollama/api/*, passthrough to native Ollama endpointsTerminate TLS in front of HridaAI with Nginx, Caddy, or HAProxy. Step-by-step reverse proxy configurations for securing your deployment with HTTPS. Each guide includes certificate handling, WebSocket support, and production-hardened settings.
Programmatic access to HridaAI for scripts, bots, and integrations. Generate personal access tokens that let external code call the same endpoints the web UI uses. Each key inherits the permissions of the user who created it.
Authorization: Bearer header, works with any HTTP clientObserve your deployment with Uptime Kuma, OpenTelemetry, Prometheus, and Grafana. Production monitoring guides covering health checks, model connectivity verification, distributed tracing, metrics, and structured logs. Integrate with your existing observability stack or set up a new one from scratch.
See how HridaAI, Ollama, and Docker communicate across different deployment topologies. Visual C4 diagrams covering host networking, Docker Compose stacks, separate networks, and platform-specific differences. Useful for debugging connectivity issues or planning your architecture.