Manage your hours with an open-source tracker built around an interactive timeline. Instead of rigid project structures, it uses a flexible tagging system that adapts to your workflow. Visualize your day, log activities, and maintain focus with the integrated Pomodoro timer.
Key benefits include:
Whether working offline or switching devices, your data syncs automatically. You also have the option to self-host the application for complete control.
services:
timetagger:
image: ghcr.io/almarklein/timetagger:latest
container_name: timetagger
restart: unless-stopped
ports:
- "80:80"
volumes:
- ./data:/timetagger_data# No specific environment variables or secrets are required for the default installation.
# You can add custom environment variables here if supported by the application version.Auto-fetched about 1 hour ago
Auto-fetched about 1 hour ago