mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-08 01:29:11 -05:00
[PR #807] feat: add/update ZeroClaw template (v0.7.1-beta.1049) #4279
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/807
Author: @theonlyhennygod
Created: 4/18/2026
Status: 🔄 Open
Base:
main← Head:zeroclaw/update-v0.7.1-beta.1049📝 Commits (1)
820205afeat: add/update ZeroClaw template (v0.7.1-beta.1049)📊 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 template (v0.7.1-beta.1049) with a
docker-compose.yml,template.toml, logo, andmeta.jsonentry. However, it also unintentionally removes the existing Strapi entry frommeta.jsonwhile Strapi's blueprint files remain on disk, and theAPI_KEYvariable is auto-generated rather than accepting user input, which will likely break LLM provider authentication on every deployment.meta.json—blueprints/strapi/still exists; the registry entry must be restored.API_KEYauto-generated — withPROVIDER=openrouter, this is almost certainly an external provider credential that must be supplied by the user, not randomly generated.Confidence Score: 3/5
Not safe to merge — removes an existing template from the registry and likely ships a non-functional API key configuration.
Two P1 issues: the Strapi entry is silently dropped from meta.json (orphaning its blueprint files), and the auto-generated API_KEY will break LLM provider authentication for every ZeroClaw deployment. Both must be resolved before merging.
meta.json (Strapi removal) and blueprints/zeroclaw/template.toml (API_KEY generation)
Comments Outside Diff (2)
meta.json, line 5952-5971 (link)The Strapi template entry is deleted from
meta.json, but its blueprint files (blueprints/strapi/docker-compose.yml,template.toml,strapi.svg) still exist. This leaves Strapi's compose files orphaned and invisible in the template registry. This looks like an accidental side-effect — likely caused by runningdedupe-and-sort-meta.jsin a state where Strapi was already absent, or a merge conflict resolution that dropped the block. The Strapi entry should be restored.blueprints/zeroclaw/zeroclaw.png, line 1 (link)Per project conventions, logo files should be SVG (~128×128 px) for crisp rendering at all sizes. A PNG will work but may appear blurry in the UI at higher DPI. Consider providing an SVG version.
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.7..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.