mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 17:48:34 -05:00
[PR #742] [CLOSED] Add Tracearr template - Real-time monitoring for Plex, Jellyfin, and Emby servers. #3468
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/742
Author: @Yuri-NagaSaki
Created: 3/11/2026
Status: ❌ Closed
Base:
canary← Head:add-tracearr📝 Commits (1)
cfb4b26Add Tracearr template - Real-time monitoring for Plex, Jellyfin, and Emby servers📊 Changes
4 files changed (+91 additions, -0 deletions)
View changed files
➕
blueprints/tracearr/docker-compose.yml(+47 -0)➕
blueprints/tracearr/logo.png(+0 -0)➕
blueprints/tracearr/template.toml(+23 -0)📝
meta.json(+21 -0)📄 Description
What is this PR about?
New PR of Tracearr - A real-time monitoring dashboard for Plex, Jellyfin, and Emby media servers. Track active streams, analyze playback metrics, and detect account sharing from
a single interface. Built on PostgreSQL 18 with TimescaleDB and Redis.
Checklist
Before submitting this PR, please make sure that:
Screenshots or Videos
Greptile Summary
This PR adds a new Tracearr template — a real-time monitoring dashboard for Plex, Jellyfin, and Emby media servers backed by TimescaleDB (PostgreSQL 18) and Redis. The overall structure follows the blueprint conventions, but there are a few issues that need to be resolved before this is ready to merge.
template.tomluses a TOML table with key-value assignment syntax for the env block instead of the required array-of-strings format. This will cause the template to fail when parsed by Dokploy.docker-compose.ymldeclaresversion: "3.9", but the project requiresversion: "3.8"per AGENTS.md.tracearr:latest,timescaledb-ha:pg18,redis:7-alpine) use floating tags. AGENTS.md explicitly requires images to be pinned to specific versions to prevent supply-chain risks.meta.jsondescription does not mention Plex, Jellyfin, or Emby — the primary use case — and the tags omit relevant terms such asplex,jellyfin,emby, andmedia.Confidence Score: 1/5
template.tomluses TOML object/table syntax for env variables, which is incompatible with the Dokploy template parser that expects an array of strings. This is a functional blocker. Additional issues include a wrong compose version, unpinned Docker images, and an inaccurate meta.json description.blueprints/tracearr/template.tomlrequires a fix to the env format before this template will work.Last reviewed commit: 461928a
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.