📄️ Server Overview
The Dokimos server stores your experiment results and provides a web UI to view, compare, and track quality over time.
📄️ Getting Started
Get the Dokimos server running in under a minute. No building, no cloning—just Docker.
📄️ Configuration
The Dokimos server is configured through environment variables. This page covers all available settings.
📄️ Deployment
The same pre-built Docker image works everywhere—from your local machine to production. This guide shows you how to progressively add configuration as your needs grow.
📄️ Authentication
The Dokimos server has a simple authentication model designed for flexibility: API keys protect write operations, while UI authentication can be handled by a reverse proxy.
📄️ Client
The dokimos-server-client module provides DokimosServerReporter, a client that sends experiment results to a Dokimos server.