tracearr

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.

要求

External TimescaleDB (PostgreSQL 15+) and Redis required. For easier setup, use Tracearr Supervised instead.

运行时参数

网络用户界面
http://[IP]:[PORT:3000]/
网络
bridge
特权
false
额外参数
--restart=unless-stopped

模板配置

Web UI PortPorttcp

Port for the Tracearr web interface.

目标
3000
默认值
3000
价值
3000
Database URLVariable

PostgreSQL/TimescaleDB connection string. Example: postgresql://user:pass@192.168.1.100:5432/tracearr

目标
DATABASE_URL
Redis URLVariable

Redis connection string. Example: redis://192.168.1.100:6379

目标
REDIS_URL
Data DirectoryPathrw

Application data. Place GeoLite2-City.mmdb here for geolocation.

目标
/data
默认值
/mnt/user/appdata/tracearr
价值
/mnt/user/appdata/tracearr
JWT SecretVariable

JWT signing key (32 hex chars). Generate with: openssl rand -hex 32

目标
JWT_SECRET
Cookie SecretVariable

Cookie signing key (32 hex chars). Generate with: openssl rand -hex 32

目标
COOKIE_SECRET
Log LevelVariable

Logging verbosity: debug, info, warn, error

目标
LOG_LEVEL
默认值
info
价值
info
TimezoneVariable

Container timezone (e.g., America/New_York, Europe/London)

目标
TZ
默认值
America/New_York
价值
America/New_York
CORS OriginVariable

Allowed origins for CORS. Use * for all origins, or specify a domain (e.g., https://example.com).

目标
CORS_ORIGIN
默认值
*
价值
*

详细信息

存储库
ghcr.io/connorgallopo/tracearr:latest
最后更新2026-05-31
初见2025-12-10

在Unraid 上运行 Tracearr 。

Tracearr 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。