mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-22 22:44:09 -05:00
[PR #810] feat: add/update ZeroClaw template (v0.7.3) #4282
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/810
Author: @theonlyhennygod
Created: 4/19/2026
Status: 🔄 Open
Base:
main← Head:zeroclaw/update-v0.7.3📝 Commits (1)
faa2454feat: add/update ZeroClaw template (v0.7.3)📊 Changes
4 files changed (+48 additions, -18 deletions)
View changed files
➕
blueprints/zeroclaw/docker-compose.yml(+16 -0)➕
blueprints/zeroclaw/template.toml(+16 -0)➕
blueprints/zeroclaw/zeroclaw.png(+0 -0)📝
meta.json(+16 -18)📄 Description
Summary
ghcr.io/zeroclaw-labs/zeroclaw:${VERSION}Checklist
Testing
Links
Greptile Summary
This PR adds a new ZeroClaw blueprint (v0.7.3) — a Rust-based AI personal assistant. The Docker Compose file follows all project conventions correctly, but two issues need attention before merging.
meta.json, which would silently drop Strapi from the template catalogue. This is likely a rebase/merge artefact; the branch should be rebased onto main andnpm run process-metare-run.API_KEYintemplate.tomlis auto-generated as a random 64-character string. If this is the credential ZeroClaw forwards to the upstream AI provider (OpenRouter), the deployment will fail because the provider will reject an arbitrary value. Clarification is needed on whether it is ZeroClaw's own gateway token or an upstream provider credential.Confidence Score: 3/5
Not safe to merge until the accidental Strapi removal is resolved and the API_KEY semantics are clarified.
Two P1 findings: (1) Strapi is silently removed from meta.json — a clear regression for existing users — and (2) the auto-generated API_KEY may render the ZeroClaw deployment non-functional if it is the upstream provider credential. Both need to be addressed before merging.
meta.json(Strapi removal) andblueprints/zeroclaw/template.toml(API_KEY semantics).Comments Outside Diff (1)
meta.json, line 5952-5969 (link)The diff removes the entire Strapi entry from
meta.json, but this PR's stated purpose is only to add ZeroClaw. Strapi disappears from the registry with no explanation, which would hide it from all users of the template catalogue. This is likely a merge/rebase conflict artefact from runningdedupe-and-sort-meta.json a branch that diverged from main. Please rebase onto the latest main, re-runnpm run process-meta, and verify Strapi (and any other entries) are preserved before merging.Reviews (1): Last reviewed commit: "feat: add/update ZeroClaw template (v0.7..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.