mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[PR #780] feat: add/update ZeroClaw template (v0.6.9) #2091
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/780
Author: @theonlyhennygod
Created: 4/8/2026
Status: 🔄 Open
Base:
main← Head:zeroclaw/update-v0.6.9📝 Commits (1)
d860b33feat: add/update ZeroClaw template (v0.6.9)📊 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.6.9) — a Rust-based autonomous AI assistant — following the standard Dokploy template structure. The
docker-compose.ymlandtemplate.tomlare well-formed, themeta.jsonentry is complete and correctly versioned, and the removed Strapi block was a duplicate (the canonical entry is preserved).Confidence Score: 5/5
Safe to merge; all remaining findings are minor style suggestions.
Both new files follow AGENTS.md conventions (version 3.8, expose not ports, restart policy, pinned image, named volume). The only findings are P2: PNG logo instead of preferred SVG, and PROVIDER not exposed as a configurable template variable. Neither affects correctness or deployment reliability.
No files require special attention.
Vulnerabilities
No security concerns identified. The
API_KEYis auto-generated using Dokploy's${password:64}helper (not hardcoded). Docker image is pinned to a specific version (0.6.9).ZEROCLAW_ALLOW_PUBLIC_BIND=trueis intentional and appropriate given that Dokploy's reverse proxy handles external exposure.Comments Outside Diff (1)
blueprints/zeroclaw/zeroclaw.png, line 1 (link)The AGENTS.md style guide specifies "SVG preferred, ~128x128px" for blueprint logos. The submitted logo is a
.pngfile. This isn't a hard blocker, but converting or providing an SVG version would align with the project's stated convention and typically yields a sharper result in the UI at any scale.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
(5/5) You can turn off certain types of comments like style here!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.