mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 13:24:11 -05:00
[PR #831] [CLOSED] feat: add/update Construct template (v2026.5.1-beta.69) #15171
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/831
Author: @kaveone
Created: 4/29/2026
Status: ❌ Closed
Base:
main← Head:construct/update-v2026.5.1-beta.69📝 Commits (1)
a0089a1feat: add/update Construct template (v2026.5.1-beta.69)📊 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.1-beta.69) — a Rust-based autonomous AI assistant — with a valid
docker-compose.yml,template.toml, and PNG logo. The blueprint itself follows conventions correctly (version pinned,exposenotports, named volume, service name matches folder). However, the PR also inadvertently removes the existingstrapientry frommeta.jsonwhile leavingblueprints/strapi/intact, which is a meaningful regression that should be addressed before merging.strapimeta.json entry is deleted butblueprints/strapi/still exists — this orphans the files and removes Strapi from the template catalog without a coordinated cleanup.Confidence Score: 3/5
Not safe to merge as-is — the unintentional removal of the Strapi registry entry must be reverted.
A P1 is present: the Strapi template entry is deleted from meta.json while its blueprint files remain, silently breaking that template's discoverability. Two P2s (PNG logo, provider variable UX) do not affect the score ceiling but reinforce that minor cleanup is still needed.
meta.json — verify the Strapi deletion is reverted and only the Construct entry is added.
Comments Outside Diff (2)
meta.json, line 5968-5987 (link)The
strapientry is deleted frommeta.jsonin this PR, butblueprints/strapi/(docker-compose, template.toml, SVG logo) still exists on disk. Removing only the registry entry makes Strapi invisible in the template catalog without removing the blueprint files. This appears to be an accidental edit — likely a merge-conflict resolution that went wrong — and should be reverted unless Strapi removal is intentional and handled in a separate PR.blueprints/construct/construct.png, line 1 (link)AGENTS.mdstates "SVG preferred, ~128x128px" for logo files. A PNG works technically, but SVGs scale losslessly at any display size. Consider converting to SVG before merging.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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.