mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #832] [CLOSED] feat: add/update Construct template (v2026.5.1) #8730
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/832
Author: @kaveone
Created: 4/29/2026
Status: ❌ Closed
Base:
main← Head:construct/update-v2026.5.1📝 Commits (1)
da2f3ccfeat: add/update Construct template (v2026.5.1)📊 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.1) — a Rust-based autonomous AI assistant — with the correct blueprint structure. However, it also unintentionally removes the Strapi entry from
meta.jsonwhile the Strapi blueprint files still exist in the repository, which would cause Strapi to disappear from the template registry.meta.jsonentry is deleted in this PR even thoughblueprints/strapi/files are untouched — this must be restored before merging.Confidence Score: 3/5
Not safe to merge — unintentionally removes the Strapi template registry entry while its blueprint files remain.
A P1 finding (accidental deletion of an existing template's meta.json entry) blocks a clean merge. The Construct template itself is well-structured and follows conventions.
meta.json — the Strapi entry deletion must be reverted before merging.
Comments Outside Diff (1)
meta.json, line 5968-5984 (link)This PR removes the entire Strapi entry from
meta.json, but the Strapi blueprint files (blueprints/strapi/docker-compose.yml,template.toml,strapi.svg) still exist in the repository. Strapi would disappear from the template registry without its files being touched. This looks like an accidental deletion — possibly a merge conflict resolution or a manual edit that went wrong before runningprocess-meta.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.