mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #839] [CLOSED] feat: add/update Construct template (v2026.5.3-beta.82) #10878
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/839
Author: @kaveone
Created: 4/29/2026
Status: ❌ Closed
Base:
main← Head:construct/update-v2026.5.3-beta.82📝 Commits (1)
a8950ecfeat: add/update Construct template (v2026.5.3-beta.82)📊 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 the Construct AI assistant template (v2026.5.3-beta.82) to the blueprint catalogue. The new template files are well-formed — correct Docker Compose version,
exposeinstead ofports, named volumes, propertemplate.tomlvariable helpers — but themeta.jsonedit accidentally deletes the existing Strapi entry while its full blueprint (blueprints/strapi/) still exists in the repo.meta.jsonwithout removingblueprints/strapi/, making Strapi invisible in the template catalogue — this needs to be restored before merging.Confidence Score: 3/5
Not safe to merge as-is — the accidental Strapi deletion must be reverted.
A P1 defect (removal of the Strapi meta.json entry while its blueprint files still exist) is present. Per the scoring rubric, a P1 finding caps the score at 4, and the fact that it silently breaks an existing template warrants pulling the score down to 3.
meta.json— the Strapi entry deletion starting around line 5968 needs to be reverted.Comments Outside Diff (2)
meta.json, line 5968-5984 (link)The Strapi template entry is being removed from
meta.json, butblueprints/strapi/still contains all its files (docker-compose.yml,template.toml,strapi.svg). Removing themeta.jsonentry while leaving the blueprint in place will make Strapi disappear from the Dokploy template catalogue entirely, breaking discovery and deployment for all users relying on it. This deletion appears unrelated to adding Construct and is likely an accidental edit conflict or copy-paste error duringmeta.jsonmodification.blueprints/construct/construct.png, line 1 (link)AGENTS.mdrecommends SVG format for logo files (~128×128px) since SVGs scale cleanly at all resolutions. A PNG will work but may appear pixelated in some UI contexts. Consider providing an SVG variant 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.