This self-hosted time tracking solution replaces traditional task lists with a highly flexible tagging system. By assigning custom tags like project names or activity types, you can categorize your work exactly how you want. Complete data privacy is guaranteed since you host the application yourself, ensuring no third parties can access your information. The platform features a sleek web interface with multiple themes, making it visually appealing and easy to navigate. You can view your tracked time through list and calendar views, providing clear insights into your daily activities. Additionally, the tool includes customizable dashboards with diagrams to help you analyze your productivity visually. Setup is straightforward, and it comes with simple user management capabilities, making it an ideal choice for individuals or small teams who value flexibility and data ownership.
services:
traggo:
image: traggo/server:latest
restart: unless-stopped
ports:
- "3030:3030"
environment:
- TRAGGO_DEFAULT_USER_NAME=${TRAGGO_DEFAULT_USER_NAME}
- TRAGGO_DEFAULT_USER_PASS=${TRAGGO_DEFAULT_USER_PASS}
volumes:
- ./data:/opt/traggo/dataTRAGGO_DEFAULT_USER_NAME=admin
TRAGGO_DEFAULT_USER_PASS=your_secure_passwordAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago