tracearr-supervised
Docker 应用程序 from Gallapagos' Repository
概述
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
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]/- 网络
bridge- 特权
- false
- 额外参数
--restart=unless-stopped --shm-size=512m
模板配置
Port for the Tracearr web interface.
- 目标
- 3000
- 默认值
- 3000
- 价值
- 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.
- 目标
- /data/postgres
- 默认值
- /mnt/user/appdata/tracearr/postgres
- 价值
- /mnt/user/appdata/tracearr/postgres
Redis data storage.
- 目标
- /data/redis
- 默认值
- /mnt/user/appdata/tracearr/redis
- 价值
- /mnt/user/appdata/tracearr/redis
Application data including secrets and GeoIP database. Place GeoLite2-City.mmdb here for geolocation.
- 目标
- /data/tracearr
- 默认值
- /mnt/user/appdata/tracearr/data
- 价值
- /mnt/user/appdata/tracearr/data
(Optional) JWT signing key. Auto-generated if not set. Generate with: openssl rand -hex 32
- 目标
- JWT_SECRET
(Optional) Cookie signing key. Auto-generated if not set. 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
- 默认值
- UTC
- 价值
- UTC
Allowed origins for CORS. Use * for all origins, or specify a domain (e.g., https://example.com).
- 目标
- CORS_ORIGIN
- 默认值
- *
- 价值
- *
Maximum memory for PostgreSQL tuning. Set this if PostgreSQL crashes or uses too much RAM. Examples: 2GB, 4GB, 8GB
- 目标
- PG_MAX_MEMORY
- 默认值
- 2GB
- 价值
- 2GB
详细信息
ghcr.io/connorgallopo/tracearr:supervised在Unraid 上运行 tracearr-supervised 。
tracearr-supervised 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。