mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 13:11:52 -05:00
[PR #823] feat: add/update Construct template (v2026.4.28) #4291
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/823
Author: @kaveone
Created: 4/28/2026
Status: 🔄 Open
Base:
main← Head:construct/update-v2026.4.28📝 Commits (1)
67e9c52feat: add/update Construct template (v2026.4.28)📊 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 blueprint (a Rust-based AI assistant) with
docker-compose.yml,template.toml, logo, and ameta.jsonentry. The template itself is well-structured and follows Dokploy conventions (correctversion: "3.8",exposenotports, named volume,restart: unless-stopped, pinned image tag, propertemplate.tomlvariable/domain setup).strapientry is removed frommeta.jsoneven thoughblueprints/strapi/still exists onmain. The Strapi blueprint is completely unrelated to this PR and must be restored before merging.Confidence Score: 3/5
Not safe to merge — the Strapi template is accidentally deleted from meta.json.
A single P1 finding (deletion of an unrelated, existing template entry) prevents a clean merge. The Construct template itself looks correct, but the side-effect on Strapi needs to be fixed first.
meta.json — Strapi entry must be restored.
Comments Outside Diff (2)
meta.json, line 5968-5985 (link)This PR removes the entire
strapientry frommeta.jsoneven though theblueprints/strapi/directory (withdocker-compose.yml,template.toml, andstrapi.svg) still exists onmain. Strapi is an unrelated, popular headless CMS template that should not be deleted here. This looks like an unintended side-effect of runningdedupe-and-sort-meta.jsor a manual edit conflict — the entry needs to be restored before merging.blueprints/construct/construct.png, line 1 (link)The contribution guide (
AGENTS.md) recommends SVG format (~128×128 px) for blueprint logos. A PNG will work but may not scale as cleanly in the UI. If an SVG version is available upstream, please use it instead.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.