mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 17:18:26 -05:00
[PR #833] feat: add/update Construct template (v2026.5.2-beta.71) #5137
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/833
Author: @kaveone
Created: 4/29/2026
Status: 🔄 Open
Base:
main← Head:construct/update-v2026.5.2-beta.71📝 Commits (1)
bbb0212feat: add/update Construct template (v2026.5.2-beta.71)📊 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 AI assistant template (
blueprints/construct/) with a properly structureddocker-compose.yml,template.toml, and logo — the blueprint itself follows project conventions. However, themeta.jsondiff also removes the existingstrapitemplate entry, even though the Strapi blueprint files remain on disk; this appears to be an accidental merge/rebase artifact and should be reverted before merging.Confidence Score: 3/5
Not safe to merge as-is — the accidental Strapi deletion must be reverted first.
A P1 finding (unintentional removal of the Strapi registry entry) is the primary blocker; the Construct blueprint itself is well-formed with only minor P2 style notes.
meta.json — the Strapi entry deletion needs to be reverted.
Comments Outside Diff (2)
meta.json, line 5968-5985 (link)This PR removes the existing
strapientry frommeta.json, even though the Strapi blueprint (blueprints/strapi/docker-compose.yml,template.toml,strapi.svg) still exists on disk. Removing only the registry entry effectively hides the Strapi template from users without deleting the blueprint files — this appears accidental and should be restored. Re-runningnode dedupe-and-sort-meta.jsafter re-adding the Strapi block should place it back in the correct sort position.blueprints/construct/construct.png, line 1 (link)The project guide recommends SVG (~128×128 px) for blueprint logos. A PNG works but may appear blurry at high DPI or when scaled. Consider replacing with an SVG version if available.
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.