mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #820] [CLOSED] feat: add/update Construct template (v2026.4.24-beta.53) #12416
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/820
Author: @kaveone
Created: 4/28/2026
Status: ❌ Closed
Base:
main← Head:construct/update-v2026.4.24-beta.53📝 Commits (1)
92c8da8feat: add/update Construct template (v2026.4.24-beta.53)📊 Changes
4 files changed (+48 additions, -18 deletions)
View changed files
➕
blueprints/construct/construct.png(+0 -0)➕
blueprints/construct/docker-compose.yml(+16 -0)➕
blueprints/construct/template.toml(+16 -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.4.24-beta.53) for the KumihoIO AI personal assistant, with correct Docker Compose structure,
template.tomlvariable wiring, andmeta.jsonmetadata. However, it contains two P1 issues that should be resolved before merging.strapientry is deleted frommeta.jsonwith no explanation — this appears to be an unintentional side-effect and would break the existing Strapi template for all users.\"website\": \"https://construct.com/\"points to an unrelated game-development tool, not the KumihoIO project.Confidence Score: 3/5
Not safe to merge — the unintentional Strapi removal and wrong website URL are blocking issues.
Two P1 findings are present: the deletion of the existing Strapi entry from meta.json (which would remove a widely-used template) and a website link pointing to a completely different product. Both must be fixed before merging.
meta.json — contains the Strapi deletion and the incorrect website URL for Construct.
Comments Outside Diff (2)
meta.json, line 5968-5983 (link)This PR deletes the existing
strapitemplate entry frommeta.json. The Strapi removal appears to be a side-effect of runningdedupe-and-sort-meta.jslocally in a state where theblueprints/strapi/directory was missing, or an accidental edit. This PR only intends to add Construct — removing Strapi is a breaking change for users who rely on that template and is not mentioned in the PR description.blueprints/construct/construct.png, line 1 (link)Per
AGENTS.md, logos should be "SVG preferred, ~128x128px". A PNG will work but an SVG would scale better in the Dokploy UI. Consider replacing with 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.