mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-13 16:16:15 -05:00
[PR #834] [CLOSED] feat: add/update Construct template (v2026.5.2) #14256
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/834
Author: @kaveone
Created: 4/29/2026
Status: ❌ Closed
Base:
main← Head:construct/update-v2026.5.2📝 Commits (1)
e212dbdfeat: add/update Construct template (v2026.5.2)📊 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 template (v2026.5.2) — a Rust-based AI personal assistant. The blueprint files are well-formed and follow all Docker Compose and template conventions. However, the
meta.jsondiff also removes the existingstrapientry, which appears unintentional and would silently break Strapi template availability for all users of this repository.Confidence Score: 3/5
Not safe to merge — the accidental deletion of the Strapi template entry must be restored before merging.
One P1 finding: the
strapitemplate is silently deleted frommeta.json. The Construct-specific files are clean and correctly structured, but the collateral damage to an existing template keeps this below the P1 ceiling of 4/5.meta.json— the Strapi entry deletion needs to be reverted.Comments Outside Diff (1)
meta.json, line 5968-5984 (link)This PR removes the existing
strapientry frommeta.json, but the PR description only mentions adding the Construct template. The deletion appears to be an accidental side-effect — likely from a manual edit or an incorrectly resolved merge conflict. Removing a working template from the registry would break any existing Dokploy user who tries to deploy Strapi via this template repository.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.