tracearr
tracearr
Docker app from Gallapagos' Repository
Overview
Tracearr monitors your Plex, Jellyfin, and Emby servers from a single dashboard.
REQUIRES: External TimescaleDB (PostgreSQL 15+) and Redis.
For a simpler setup, use Tracearr Supervised instead (all-in-one image).
Features:
- Multi-server support (Plex, Jellyfin, Emby)
- Session tracking with full history
- Stream analytics (transcoding, bandwidth, codecs)
- Live TV and music tracking
- Geolocation and interactive stream map
- Sharing detection rules (impossible travel, simultaneous locations, device velocity, concurrent streams, geo restriction)
- Trust scores and real-time alerts
- Discord + Webhook notifications
GeoIP database (GeoLite2-City) is bundled for geolocation features.
Requirements
Runtime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
Port for the Tracearr web interface.
- Target
- 3000
- Default
- 3000
- Value
- 3000
PostgreSQL/TimescaleDB connection string. Example: postgresql://user:pass@192.168.1.100:5432/tracearr
- Target
- DATABASE_URL
Redis connection string. Example: redis://192.168.1.100:6379
- Target
- REDIS_URL
Application data. Place GeoLite2-City.mmdb here for geolocation.
- Target
- /data
- Default
- /mnt/user/appdata/tracearr
- Value
- /mnt/user/appdata/tracearr
JWT signing key (32 hex chars). Generate with: openssl rand -hex 32
- Target
- JWT_SECRET
Cookie signing key (32 hex chars). Generate with: openssl rand -hex 32
- Target
- COOKIE_SECRET
Logging verbosity: debug, info, warn, error
- Target
- LOG_LEVEL
- Default
- info
- Value
- info
Container timezone (e.g., America/New_York, Europe/London)
- Target
- TZ
- Default
- America/New_York
- Value
- America/New_York
Allowed origins for CORS. Use * for all origins, or specify a domain (e.g., https://example.com).
- Target
- CORS_ORIGIN
- Default
- *
- Value
- *
Categories
Details
ghcr.io/connorgallopo/tracearr:latestRun Tracearr on Unraid.
Tracearr is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.