mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #741] feat: add Rustrak template #3467
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/741
Author: @AbianS
Created: 3/9/2026
Status: 🔄 Open
Base:
canary← Head:add-rustrak-template📝 Commits (8)
2d39d8cfeat: add Rustrak templatedd1e957fix: update Rustrak docs link to official documentation sitebc7879ffix: update Rustrak website link0787f5bfix: use surgical insert to avoid unicode escaping other entries293f5bdfix: run dedupe-and-sort-meta to pass validate-meta CI checkbcb4aa7fix: pin image versions and replace ports with expose75038dffix: restore canary meta.json state, only add rustrak entryfba1831fix: run dedupe-and-sort-meta to pass validate-meta CI check📊 Changes
4 files changed (+75 additions, -18 deletions)
View changed files
➕
blueprints/rustrak/docker-compose.yml(+30 -0)➕
blueprints/rustrak/rustrak.svg(+5 -0)➕
blueprints/rustrak/template.toml(+23 -0)📝
meta.json(+17 -18)📄 Description
Description
Adds a deployment template for Rustrak, an ultra-lightweight, self-hosted error tracking system compatible with Sentry SDKs.
abians7/rustrak-server:latest+abians7/rustrak-ui:latestServices
rustrakabians7/rustrak-server:latestuiabians7/rustrak-ui:latestWhat gets configured automatically
ui), one for the API (rustrak)SESSION_SECRET_KEY)CREATE_SUPERUSERrustrak-data:/data)SSL_PROXY=truesince Dokploy terminates SSL via its reverse proxyFiles added
Testing notes
Related
Greptile Summary
This PR adds a new Rustrak template (a self-hosted Sentry-compatible error tracking tool with a Rust backend and Next.js UI) to the Dokploy template library. The
template.tomland SVG logo are well-formed and follow project conventions, but there are three issues that need to be addressed before merging:portsinstead ofexposeindocker-compose.yml: Both therustrakanduiservices declareportsmappings, which is explicitly prohibited by the project guidelines. Dokploy manages all routing via its reverse proxy, soexposemust be used instead.abians7/rustrak-server:latestandabians7/rustrak-ui:latestuse:latest, violating the guideline to pin images to a specific version to prevent supply-chain attacks. Theversionfield inmeta.jsonshould also reflect the pinned tag rather than"latest".meta.jsonentry: The existing Strapi template entry was removed frommeta.jsonin this PR. The blueprint files still exist on disk but Strapi will be invisible to users until the entry is restored. This was likely an unintended side-effect of runningdedupe-and-sort-meta.jsor a manual merge conflict resolution.Confidence Score: 1/5
portsconvention violation must be fixed first.meta.jsonis a regression that would break an existing, working template for all users. Theportsdirective is a clear guidelines violation that would cause incorrect networking behaviour in Dokploy deployments.meta.json(Strapi deletion) andblueprints/rustrak/docker-compose.yml(ports→expose, unpinned images).Last reviewed commit:
bc7879f(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.