tracearr
Docker 应用程序 from Gallapagos' Repository
概述
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.
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]/- 网络
bridge- 特权
- false
- 额外参数
--restart=unless-stopped
模板配置
Port for the Tracearr web interface.
- 目标
- 3000
- 默认值
- 3000
- 价值
- 3000
PostgreSQL/TimescaleDB connection string. Example: postgresql://user:pass@192.168.1.100:5432/tracearr
- 目标
- DATABASE_URL
Redis connection string. Example: redis://192.168.1.100:6379
- 目标
- REDIS_URL
Application data. Place GeoLite2-City.mmdb here for geolocation.
- 目标
- /data
- 默认值
- /mnt/user/appdata/tracearr
- 价值
- /mnt/user/appdata/tracearr
JWT signing key (32 hex chars). Generate with: openssl rand -hex 32
- 目标
- JWT_SECRET
Cookie signing key (32 hex chars). Generate with: openssl rand -hex 32
- 目标
- COOKIE_SECRET
Logging verbosity: debug, info, warn, error
- 目标
- LOG_LEVEL
- 默认值
- info
- 价值
- info
Container timezone (e.g., America/New_York, Europe/London)
- 目标
- TZ
- 默认值
- America/New_York
- 价值
- America/New_York
Allowed origins for CORS. Use * for all origins, or specify a domain (e.g., https://example.com).
- 目标
- CORS_ORIGIN
- 默认值
- *
- 价值
- *
详细信息
ghcr.io/connorgallopo/tracearr:latest在Unraid 上运行 Tracearr 。
Tracearr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。