[PR #901] [CLOSED] Add ZeroClaw blueprint template #17237

Closed
opened 2026-07-16 06:20:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/901
Author: @theonlyhennygod
Created: 5/21/2026
Status: Closed

Base: canaryHead: add-zeroclaw-template


📝 Commits (6)

  • 59f1a4e feat: add ZeroClaw blueprint
  • b8fd9b4 feat: add ZeroClaw blueprint config
  • cb7f57e feat: add ZeroClaw to meta.json
  • 3689e15 feat: add ZeroClaw logo
  • 95b054f fix: process meta.json for CI validation
  • f62ef2d fix: add resource limits to docker-compose

📊 Changes

4 files changed (+61 additions, -0 deletions)

View changed files

blueprints/zeroclaw/docker-compose.yml (+30 -0)
blueprints/zeroclaw/logo.png (+0 -0)
blueprints/zeroclaw/template.toml (+12 -0)
📝 meta.json (+19 -0)

📄 Description

Summary

  • Adds ZeroClaw as a one-click deployable blueprint
  • ZeroClaw is a fast, self-hosted AI agent gateway built in Rust with a built-in web dashboard
  • Single container, no database required, ~32MB RAM minimum

Blueprint details

  • Image: ghcr.io/zeroclaw-labs/zeroclaw:latest
  • Port: 42617
  • Volume: zeroclaw-data:/zeroclaw-data
  • User inputs: Domain and LLM API key

Files added

  • blueprints/zeroclaw/docker-compose.yml — Service definition
  • blueprints/zeroclaw/template.toml — Domain and env config
  • meta.json — Updated with ZeroClaw entry

Test plan

  • Verify blueprint passes validation scripts
  • Verify template appears in Dokploy template browser
  • Deploy and confirm gateway is accessible on configured domain

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/901 **Author:** [@theonlyhennygod](https://github.com/theonlyhennygod) **Created:** 5/21/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `add-zeroclaw-template` --- ### 📝 Commits (6) - [`59f1a4e`](https://github.com/Dokploy/templates/commit/59f1a4e5e355dbabfdd0629dcc6e7265310a25ad) feat: add ZeroClaw blueprint - [`b8fd9b4`](https://github.com/Dokploy/templates/commit/b8fd9b4562258653f6dcc0327af9313dc150231f) feat: add ZeroClaw blueprint config - [`cb7f57e`](https://github.com/Dokploy/templates/commit/cb7f57e3d05f62965e51478721970375722a8ba2) feat: add ZeroClaw to meta.json - [`3689e15`](https://github.com/Dokploy/templates/commit/3689e15e0facdaad34dcdba50c434ede811d5c2b) feat: add ZeroClaw logo - [`95b054f`](https://github.com/Dokploy/templates/commit/95b054f25d85a465a68542f62e73ad0e75638289) fix: process meta.json for CI validation - [`f62ef2d`](https://github.com/Dokploy/templates/commit/f62ef2da2c22de4654c445f03386bdb0f214b1a9) fix: add resource limits to docker-compose ### 📊 Changes **4 files changed** (+61 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/zeroclaw/docker-compose.yml` (+30 -0) ➕ `blueprints/zeroclaw/logo.png` (+0 -0) ➕ `blueprints/zeroclaw/template.toml` (+12 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description ## Summary - Adds ZeroClaw as a one-click deployable blueprint - ZeroClaw is a fast, self-hosted AI agent gateway built in Rust with a built-in web dashboard - Single container, no database required, ~32MB RAM minimum ## Blueprint details - **Image**: `ghcr.io/zeroclaw-labs/zeroclaw:latest` - **Port**: 42617 - **Volume**: `zeroclaw-data:/zeroclaw-data` - **User inputs**: Domain and LLM API key ## Files added - `blueprints/zeroclaw/docker-compose.yml` — Service definition - `blueprints/zeroclaw/template.toml` — Domain and env config - `meta.json` — Updated with ZeroClaw entry ## Test plan - [ ] Verify blueprint passes validation scripts - [ ] Verify template appears in Dokploy template browser - [ ] Deploy and confirm gateway is accessible on configured domain --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-16 06:20:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#17237