mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-22 22:44:09 -05:00
[PR #805] feat: add/update ZeroClaw template (v0.7.1-beta.1048) #4277
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/805
Author: @theonlyhennygod
Created: 4/18/2026
Status: 🔄 Open
Base:
main← Head:zeroclaw/update-v0.7.1-beta.1048📝 Commits (1)
029a8fbfeat: add/update ZeroClaw template (v0.7.1-beta.1048)📊 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.1048), an AI personal assistant service written in Rust. The Compose file correctly follows all repository conventions (version 3.8,
exposenotports, named volumes,restartpolicy). One question needs clarification before this can be considered fully functional: whetherAPI_KEYis ZeroClaw's own gateway authentication token or the user's LLM provider credential.API_KEYauto-generation (template.tomlline 3): Thepasswordhelper generates a random string that is mapped toAPI_KEY. If this is the user's OpenRouter (or other provider) API key, the service will deploy but all AI calls will fail because a randomly generated value is not a valid provider credential. Please clarify the intended semantics and, if it is an external credential, accept it as a user-provided input instead.Confidence Score: 4/5
Safe to merge structurally, but the API_KEY semantics should be clarified to avoid a non-functional default deployment.
All Compose conventions are followed correctly. The only blocking question is whether the auto-generated API_KEY will cause the service to fail when connecting to an LLM provider — if API_KEY is ZeroClaw's internal gateway auth this is fine; if it is the provider credential it is P1 and needs to be user-supplied.
blueprints/zeroclaw/template.toml — clarify whether API_KEY should be auto-generated or user-provided.
Reviews (1): Last reviewed commit: "feat: add/update ZeroClaw template (v0.7..." | Re-trigger Greptile
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.