[PR #820] [CLOSED] feat: add/update Construct template (v2026.4.24-beta.53) #12416

Closed
opened 2026-06-13 14:13:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/820
Author: @kaveone
Created: 4/28/2026
Status: Closed

Base: mainHead: construct/update-v2026.4.24-beta.53


📝 Commits (1)

  • 92c8da8 feat: 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

  • Adds/updates Construct template to v${VERSION}
  • Image: ghcr.io/KumihoIO/construct-os:${VERSION}
  • Construct is a fast, small, fully autonomous AI personal assistant (100% Rust)
  • Multi-arch: linux/amd64 + linux/arm64

Checklist

  • Read README.md suggestions
  • Tested template in personal Dokploy instance
  • Confirmed all requirements met

Testing

  • Deployed via Compose service import
  • Service starts and gateway is accessible on port 42617
  • Health check passes

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.toml variable wiring, and meta.json metadata. However, it contains two P1 issues that should be resolved before merging.

  • Strapi template accidentally removed: The strapi entry is deleted from meta.json with no explanation — this appears to be an unintentional side-effect and would break the existing Strapi template for all users.
  • Wrong website URL: \"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)

  1. meta.json, line 5968-5983 (link)

    P1 Unrelated Strapi entry removed

    This PR deletes the existing strapi template entry from meta.json. The Strapi removal appears to be a side-effect of running dedupe-and-sort-meta.js locally in a state where the blueprints/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.

  2. blueprints/construct/construct.png, line 1 (link)

    P2 PNG logo; SVG preferred per project conventions

    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

Greptile also left 2 inline comments on this PR.

Context used:

  • Context used - AGENTS.md (source)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/820 **Author:** [@kaveone](https://github.com/kaveone) **Created:** 4/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `construct/update-v2026.4.24-beta.53` --- ### 📝 Commits (1) - [`92c8da8`](https://github.com/Dokploy/templates/commit/92c8da84be5fb12c94e748ba38cb670534fb57a7) feat: add/update Construct template (v2026.4.24-beta.53) ### 📊 Changes **4 files changed** (+48 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/construct/construct.png` (+0 -0) ➕ `blueprints/construct/docker-compose.yml` (+16 -0) ➕ `blueprints/construct/template.toml` (+16 -0) 📝 `meta.json` (+16 -18) </details> ### 📄 Description ## Summary - Adds/updates Construct template to v${VERSION} - Image: `ghcr.io/KumihoIO/construct-os:${VERSION}` - Construct is a fast, small, fully autonomous AI personal assistant (100% Rust) - Multi-arch: linux/amd64 + linux/arm64 ## Checklist - [x] Read README.md suggestions - [x] Tested template in personal Dokploy instance - [x] Confirmed all requirements met ## Testing - Deployed via Compose service import - Service starts and gateway is accessible on port 42617 - Health check passes ## Links - https://github.com/KumihoIO/construct-os - https://github.com/orgs/KumihoIO/packages/container/package/construct <!-- greptile_comment --> <h3>Greptile Summary</h3> This PR adds a new Construct template (v2026.4.24-beta.53) for the KumihoIO AI personal assistant, with correct Docker Compose structure, `template.toml` variable wiring, and `meta.json` metadata. However, it contains two P1 issues that should be resolved before merging. - **Strapi template accidentally removed**: The `strapi` entry is deleted from `meta.json` with no explanation — this appears to be an unintentional side-effect and would break the existing Strapi template for all users. - **Wrong website URL**: `\"website\": \"https://construct.com/\"` points to an unrelated game-development tool, not the KumihoIO project. <h3>Confidence Score: 3/5</h3> 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. <!-- greptile_failed_comments --> <details><summary><h3>Comments Outside Diff (2)</h3></summary> 1. `meta.json`, line 5968-5983 ([link](https://github.com/dokploy/templates/blob/92c8da84be5fb12c94e748ba38cb670534fb57a7/meta.json#L5968-L5983)) <a href="#"><img alt="P1" src="https://greptile-static-assets.s3.amazonaws.com/badges/p1.svg?v=7" align="top"></a> **Unrelated Strapi entry removed** This PR deletes the existing `strapi` template entry from `meta.json`. The Strapi removal appears to be a side-effect of running `dedupe-and-sort-meta.js` locally in a state where the `blueprints/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. 2. `blueprints/construct/construct.png`, line 1 ([link](https://github.com/dokploy/templates/blob/92c8da84be5fb12c94e748ba38cb670534fb57a7/blueprints/construct/construct.png#L1)) <a href="#"><img alt="P2" src="https://greptile-static-assets.s3.amazonaws.com/badges/p2.svg?v=7" align="top"></a> **PNG logo; SVG preferred per project conventions** 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](https://app.greptile.com/review/custom-context?memory=09330bde-2058-497c-9c64-ceae637fb5b2)) 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! </details> <!-- /greptile_failed_comments --> <sub>Reviews (1): Last reviewed commit: ["feat: add/update Construct template (v20..."](https://github.com/dokploy/templates/commit/92c8da84be5fb12c94e748ba38cb670534fb57a7) | [Re-trigger Greptile](https://app.greptile.com/api/retrigger?id=29960650)</sub> > Greptile also left **2 inline comments** on this PR. **Context used:** - Context used - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=09330bde-2058-497c-9c64-ceae637fb5b2)) <!-- /greptile_comment --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-13 14:13:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#12416