mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 17:48:34 -05:00
[PR #835] feat: add/update Construct template (v2026.5.3-beta.76) #4303
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/835
Author: @kaveone
Created: 4/29/2026
Status: 🔄 Open
Base:
main← Head:construct/update-v2026.5.3-beta.76📝 Commits (1)
74f4011feat: add/update Construct template (v2026.5.3-beta.76)📊 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.3-beta.76) — a Rust-based autonomous AI assistant — with a properly structured
docker-compose.yml,template.toml, andmeta.jsonentry. The template follows Dokploy conventions well (correct version pinning,exposeoverports, named volumes, auto-generated API key), but contains one notable unintended change.meta.json: Theblueprints/strapi/directory and all its files still exist, but thestrapiregistry entry was deleted. This appears to be an accidental side-effect (merge conflict orprocess-metarun) and would silently hide Strapi from the template browser.Confidence Score: 3/5
Not safe to merge until the accidentally removed Strapi entry is restored in meta.json.
A P1 defect is present: the Strapi template entry is removed from meta.json while its blueprint files remain, which would break Strapi's visibility in the template browser for all users. The new Construct template itself is well-formed.
meta.json — the Strapi entry deletion must be reverted.
Comments Outside Diff (2)
meta.json, line 5968-5984 (link)The
strapientry was deleted frommeta.jsonbut its blueprint files (blueprints/strapi/docker-compose.yml,strapi.svg,template.toml) still exist. This means Strapi will silently disappear from the template browser after this PR merges. This looks like an accidental side-effect of runningdedupe-and-sort-meta.jsor a merge conflict — the Strapi block should be restored.blueprints/construct/construct.png, line 1 (link)Per the contribution guidelines, SVG is the preferred logo format (~128×128px). A PNG logo may appear blurry at different display densities. Consider providing an SVG version.
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.