Files
TimeTracker/docs/admin
Dries Peeters b746fa912e chore(analytics): remove dead PostHog feature-flag module
Delete app/utils/posthog_features.py. It was unused by routes, and
is_posthog_enabled() always returned False, so flags never activated and
the API was misleading.

Document the real model: deployment behavior uses environment variables
and app/config.py; per-user UI preferences stay on the user record.
Refresh PostHog monitoring guides and README accordingly, update the
incomplete-implementations note, and soften posthog_segmentation wording
so it does not imply an in-app PostHog flag layer.
2026-04-16 16:23:54 +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