mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #758] [CLOSED] feat: add/update ZeroClaw template (v0.6.5) #17109
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/758
Author: @theonlyhennygod
Created: 3/27/2026
Status: ❌ Closed
Base:
main← Head:zeroclaw/update-v0.6.5📝 Commits (1)
6ab1588feat: add/update ZeroClaw template (v0.6.5)📊 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 the ZeroClaw v0.6.5 template (a 100% Rust autonomous AI assistant). The blueprint structure is mostly correct —
version: "3.8",exposeinstead ofports, named volume, andrestart: unless-stoppedall follow the project conventions. However, two blocking issues need to be resolved before merging:API_KEYauto-generation (template.toml): The template assigns a randomly-generated 64-character string toAPI_KEY, which is the user's AI-provider credential (e.g. OpenRouter key). This will cause ZeroClaw to fail authentication with the AI provider immediately on deployment. The field should require the user to supply their own key.meta.jsoneven though theblueprints/strapi/directory (with all blueprint files) still exists. This is almost certainly an unintentional side-effect of a merge conflict and must be restored before this PR lands.Minor: the logo is PNG rather than the project-preferred SVG format, but this is non-blocking.
Confidence Score: 2/5
Not safe to merge — accidental Strapi removal from meta.json and a broken API_KEY default that prevents ZeroClaw from working need to be fixed first.
Two P1 issues block merge: the Strapi entry deletion is a clear regression for an existing template, and auto-generating the AI-provider API key will produce a non-functional deployment out-of-the-box. Both are straightforward to fix but must be addressed.
blueprints/zeroclaw/template.toml(api_key default) andmeta.json(Strapi removal)Important Files Changed
exposenotports, hasrestart: unless-stopped, named volume, service name matches blueprint folder.api_keywith a random password helper, butAPI_KEYis the user's AI-provider credential — the service will fail to authenticate out-of-the-box.Comments Outside Diff (1)
blueprints/zeroclaw/zeroclaw.pngPer the project's
AGENTS.mdstyle guide, SVG is the preferred logo format (~128×128 px). PNG will work but lacks the resolution-independence of SVG. If a vector version of the ZeroClaw logo is available, swapping to.svgwould be preferable.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 ZeroClaw template (v0.6..." | Re-trigger Greptile
(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.