mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 09:10:20 -05:00
[PR #829] feat: add/update Construct template (v2026.4.30-beta.68) #5133
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/829
Author: @kaveone
Created: 4/28/2026
Status: 🔄 Open
Base:
main← Head:construct/update-v2026.4.30-beta.68📝 Commits (1)
3e8eaebfeat: add/update Construct template (v2026.4.30-beta.68)📊 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 (a Rust-based autonomous AI assistant) and correctly follows all Dokploy blueprint conventions. However, the
meta.jsondiff also removes the existing Strapi entry — the Strapi blueprint directory is untouched, so this appears to be an unintentional merge artifact.meta.json: The Strapi template entry is deleted in this PR even thoughblueprints/strapi/still exists; this would silently remove Strapi from the gallery. The Strapi block should be restored before merging.Confidence Score: 3/5
Not safe to merge as-is — the Strapi entry must be restored in meta.json before merging.
The Construct template itself is well-formed, but the unintentional deletion of the Strapi meta.json entry is a P1 that would cause an existing template to disappear from the gallery.
meta.json — Strapi entry must be restored.
Comments Outside Diff (2)
meta.json, line 5968-5984 (link)The Strapi entry is removed from
meta.jsonin this PR, even though the Strapi blueprint directory (blueprints/strapi/) and all its files still exist. This is almost certainly an unintentional side-effect — likely a merge conflict resolution that accidentally dropped the block. Removing this entry would cause the Strapi template to disappear from the Dokploy template gallery entirely.blueprints/construct/construct.png, line 1 (link)Per the project's contribution guidelines, SVG is the preferred logo format (roughly 128×128 px). A PNG will work but degrades at different display sizes. Consider providing an SVG if one is available upstream.
Context Used: AGENTS.md (source)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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.