mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 21:58:44 -05:00
[PR #847] [CLOSED] feat: add/update Construct template (v2026.5.3) #10031
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/847
Author: @kaveone
Created: 4/30/2026
Status: ❌ Closed
Base:
main← Head:construct/update-v2026.5.3📝 Commits (1)
ac0e285feat: add/update Construct template (v2026.5.3)📊 Changes
4 files changed (+49 additions, -18 deletions)
View changed files
➕
blueprints/construct/construct.png(+0 -0)➕
blueprints/construct/docker-compose.yml(+16 -0)➕
blueprints/construct/template.toml(+17 -0)📝
meta.json(+16 -18)📄 Description
Summary
ghcr.io/kumihoio/construct-os:${VERSION}Checklist
Testing
Links
Greptile Summary
This PR adds a new Construct blueprint (v2026.5.3) — a Rust-based AI assistant — with a valid
docker-compose.yml,template.toml, and logo, and registers it inmeta.json. However, themeta.jsondiff also removes the existing Strapi entry from the registry, even though all Strapi blueprint files remain on disk; this appears to be an accidental side-effect of the meta processing step and must be restored before merging.Confidence Score: 3/5
Not safe to merge — the Strapi template is unintentionally deleted from the registry.
One P1 finding: the Strapi entry is removed from meta.json, making it invisible in the Dokploy template registry for all users. This is a real regression introduced as a side-effect of this PR and must be fixed before merging. The Construct blueprint itself is otherwise well-formed.
meta.json — the Strapi entry deletion must be reverted.
Comments Outside Diff (1)
meta.json, line 5968-5991 (link)The Strapi entry is deleted from
meta.jsonin this PR, even though its blueprint files (blueprints/strapi/docker-compose.yml,strapi.svg,template.toml) still exist on disk. Removing it from the registry will make Strapi invisible to all Dokploy users, which is an unintended side effect of a PR that is supposed to only add the Construct template. This is likely a result of an incomplete or incorrectnode dedupe-and-sort-meta.jsrun. The Strapi entry should be restored before merging.Reviews (1): Last reviewed commit: "feat: add/update Construct template (v20..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.