tracearr

tracearr

Aplicación Docker from Gallapagos' Repository

Visión general

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.

Requisitos

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

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:3000]/
Red
bridge
Privilegiado
false
Parámetros adicionales
--restart=unless-stopped

Configuración de plantillas

Web UI PortPorttcp

Port for the Tracearr web interface.

Objetivo
3000
Por defecto
3000
Valor
3000
Database URLVariable

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

Objetivo
DATABASE_URL
Redis URLVariable

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

Objetivo
REDIS_URL
Data DirectoryPathrw

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

Objetivo
/data
Por defecto
/mnt/user/appdata/tracearr
Valor
/mnt/user/appdata/tracearr
JWT SecretVariable

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

Objetivo
JWT_SECRET
Cookie SecretVariable

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

Objetivo
COOKIE_SECRET
Log LevelVariable

Logging verbosity: debug, info, warn, error

Objetivo
LOG_LEVEL
Por defecto
info
Valor
info
TimezoneVariable

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

Objetivo
TZ
Por defecto
America/New_York
Valor
America/New_York
CORS OriginVariable

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

Objetivo
CORS_ORIGIN
Por defecto
*
Valor
*

Detalles

Repositorio
ghcr.io/connorgallopo/tracearr:latest
Última actualización2026-05-31
Visto por primera vez2025-12-10

Ejecute Tracearr en Unraid.

Tracearr se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.