Files
TimeTracker/docs/admin
Dries Peeters bf4c34ff83 feat(docker): bundle Ollama and wire AI helper in compose
- Add ollama and ollama-init services with ollama_data volume; app waits for the model pull and receives AI_* defaults (AI_BASE_URL=http://ollama:11434).

- Document bundled stack, env vars, and Ollama vs host base URL in README and DOCKER_COMPOSE_SETUP.

- Align env.example AI defaults with the compose stack.

- fix(ai): include api_key_set on AIProviderConfig so from_settings(**get_ai_config()) matches the settings dict.
2026-04-27 21:54:03 +02:00
..

Administrator Documentation

Complete guides for TimeTracker administrators.

Configuration

Deployment

Security

Monitoring

🔧 Common Tasks

  1. Initial Setup: Start with Docker Compose Setup
  2. Configure Email: See Email Configuration
  3. Set Up OIDC/SSO: Follow OIDC Setup
  4. Monitor System: Check monitoring/ documentation