mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 17:48:34 -05:00
[PR #845] feat: add/update Construct template (v2026.5.3-beta.89) #4313
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/845
Author: @kaveone
Created: 4/30/2026
Status: 🔄 Open
Base:
main← Head:construct/update-v2026.5.3-beta.89📝 Commits (1)
8e4036dfeat: add/update Construct template (v2026.5.3-beta.89)📊 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.89, a Rust-based AI personal assistant) with correct Compose conventions, but has two blocking issues before merging.
meta.json: Blueprint files still exist underblueprints/strapi/, suggesting an unintentional regression from a merge conflict.template.tomlauto-generatesapi_keyusing a random value, but this field must be the user's actual OpenRouter credential. Deploying with a randomly generated value will cause all AI requests to fail immediately.Confidence Score: 2/5
Not safe to merge — two independent P1 issues: an accidental Strapi removal and a broken API key configuration that makes the service non-functional on deploy.
Two P1 findings: the Strapi entry removal is an unrelated regression that breaks an existing template, and the auto-generated API_KEY means Construct cannot authenticate with the AI provider and will be dead on arrival. Either alone would cap the score at 4; together they pull it to 2.
meta.json (Strapi removal) and blueprints/construct/template.toml (API_KEY variable)
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.