mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 21:58:44 -05:00
[PR #757] feat: add ZeroClaw template (v0.6.4) #1287
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/757
Author: @theonlyhennygod
Created: 3/26/2026
Status: 🔄 Open
Base:
main← Head:zeroclaw/add-template📝 Commits (1)
ddb45fcfeat: add ZeroClaw template (v0.6.4)📊 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:0.6.4(multi-arch: linux/amd64 + linux/arm64)What is ZeroClaw?
Open-source AI agent daemon. Connects to any LLM provider (OpenRouter, OpenAI, Anthropic, Ollama), exposes a web dashboard + REST/WebSocket API on port 42617. Features: persistent memory, multi-channel chat (Discord, Telegram, Matrix, Slack, WhatsApp, Nostr, Lark), scheduled tasks, autonomous tool use.
Checklist
ports,container_name, or custom networkslatest)dedupe-and-sort-meta.jsTesting
Files
blueprints/zeroclaw/docker-compose.ymlblueprints/zeroclaw/template.tomlblueprints/zeroclaw/zeroclaw.png(logo)meta.json(added entry)Greptile Summary
This PR adds a new ZeroClaw template (v0.6.4), a Rust-based autonomous AI assistant daemon that exposes a web dashboard and REST/WebSocket API on port 42617. The implementation is clean and follows all repository conventions.
version: "3.8", service name matches the folder (zeroclaw),restart: unless-stopped,exposeinstead ofports, nocontainer_nameor custom networks, and a named persistent volume.template.tomlgenerates a random 64-characterAPI_KEYand correctly maps the domain to port 42617.meta.jsonentry contains all required fields (id,name,version,description,logo,links,tags); the version0.6.4matches the Docker image tag exactly.strapientry frommeta.jsonis not a regression — the base branch contained a duplicatestrapientry, and thededupe-and-sort-meta.jsscript correctly removed the extra copy.${PROVIDER:-openrouter}default indocker-compose.ymlis redundant (template.toml already injects the value), andPROVIDERcould optionally be surfaced as a configurable template variable to make it easier for users to switch LLM providers at deploy time.Confidence Score: 5/5
Safe to merge — no functional or security issues; all template conventions are met.
The ZeroClaw template follows every hard requirement from AGENTS.md: correct Compose version, proper service naming, no forbidden directives, pinned image, no hardcoded secrets, and a valid meta.json entry. The only open items are two non-blocking P2 style suggestions. The Strapi removal is correct deduplication and not a regression.
No files require special attention.
Important Files Changed
Reviews (1): Last reviewed commit: "feat: add ZeroClaw template (v0.6.4)" | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.