tracearr-supervised
tracearr-supervised
Aplicación Docker from Gallapagos' Repository
Visión general
Tracearr monitors your Plex, Jellyfin, and Emby servers from a single dashboard.
ALL-IN-ONE IMAGE INCLUDES:
- TimescaleDB (PostgreSQL 15 with time-series extensions)
- Redis (caching and real-time updates)
- GeoIP database (GeoLite2-City for geolocation)
- Auto-generated secrets (persisted across restarts)
No external database or Redis required!
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
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]/- Red
bridge- Privilegiado
- false
- Parámetros adicionales
--restart=unless-stopped --shm-size=512m
Configuración de plantillas
Port for the Tracearr web interface.
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
PostgreSQL database storage. DO NOT change after first run. bPerformance tip:/b For best performance, use a path that bypasses the Unraid array (e.g. /mnt/cache/appdata or /mnt/appdata if configured). Paths under /mnt/user go through a FUSE layer that significantly slows database operations.
- Objetivo
- /data/postgres
- Por defecto
- /mnt/user/appdata/tracearr/postgres
- Valor
- /mnt/user/appdata/tracearr/postgres
Redis data storage.
- Objetivo
- /data/redis
- Por defecto
- /mnt/user/appdata/tracearr/redis
- Valor
- /mnt/user/appdata/tracearr/redis
Application data including secrets and GeoIP database. Place GeoLite2-City.mmdb here for geolocation.
- Objetivo
- /data/tracearr
- Por defecto
- /mnt/user/appdata/tracearr/data
- Valor
- /mnt/user/appdata/tracearr/data
(Optional) JWT signing key. Auto-generated if not set. Generate with: openssl rand -hex 32
- Objetivo
- JWT_SECRET
(Optional) Cookie signing key. Auto-generated if not set. Generate with: openssl rand -hex 32
- Objetivo
- COOKIE_SECRET
Logging verbosity: debug, info, warn, error
- Objetivo
- LOG_LEVEL
- Por defecto
- info
- Valor
- info
Container timezone (e.g., America/New_York, Europe/London)
- Objetivo
- TZ
- Por defecto
- UTC
- Valor
- UTC
Allowed origins for CORS. Use * for all origins, or specify a domain (e.g., https://example.com).
- Objetivo
- CORS_ORIGIN
- Por defecto
- *
- Valor
- *
Maximum memory for PostgreSQL tuning. Set this if PostgreSQL crashes or uses too much RAM. Examples: 2GB, 4GB, 8GB
- Objetivo
- PG_MAX_MEMORY
- Por defecto
- 2GB
- Valor
- 2GB
Categorías
Detalles
ghcr.io/connorgallopo/tracearr:supervisedEjecute tracearr-supervised en Unraid.
tracearr-supervised se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.