tracearr
Docker-Anwendung from Gallapagos' Repository
Übersicht
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.
Anforderungen
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3000]/- Netzwerk
bridge- Privilegiert
- false
- Extra Params
--restart=unless-stopped
Konfiguration der Vorlage
Port for the Tracearr web interface.
- Ziel
- 3000
- Standard
- 3000
- Wert
- 3000
PostgreSQL/TimescaleDB connection string. Example: postgresql://user:pass@192.168.1.100:5432/tracearr
- Ziel
- DATABASE_URL
Redis connection string. Example: redis://192.168.1.100:6379
- Ziel
- REDIS_URL
Application data. Place GeoLite2-City.mmdb here for geolocation.
- Ziel
- /data
- Standard
- /mnt/user/appdata/tracearr
- Wert
- /mnt/user/appdata/tracearr
JWT signing key (32 hex chars). Generate with: openssl rand -hex 32
- Ziel
- JWT_SECRET
Cookie signing key (32 hex chars). Generate with: openssl rand -hex 32
- Ziel
- COOKIE_SECRET
Logging verbosity: debug, info, warn, error
- Ziel
- LOG_LEVEL
- Standard
- info
- Wert
- info
Container timezone (e.g., America/New_York, Europe/London)
- Ziel
- TZ
- Standard
- America/New_York
- Wert
- America/New_York
Allowed origins for CORS. Use * for all origins, or specify a domain (e.g., https://example.com).
- Ziel
- CORS_ORIGIN
- Standard
- *
- Wert
- *
Kategorien
Einzelheiten
ghcr.io/connorgallopo/tracearr:latestFühren Sie Tracearr auf Unraid aus.
Tracearr ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.