[PR #694] [MERGED] feat: add Openclaw template #5656

Closed
opened 2026-05-13 19:55:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/694
Author: @vabs
Created: 1/31/2026
Status: Merged
Merged: 2/10/2026
Merged by: @Siumauricio

Base: canaryHead: rename-moltbot-to-openclaw


📝 Commits (10+)

  • e4358de feat: rename Moltbot to Openclaw and update related configurations
  • ea4ac20 fix: update Openclaw image version to 2026.1.29 in docker-compose.yml
  • b15c383 fix: correct environment variable name for Openclaw gateway
  • 4b7c471 fix: correct volume path for Openclaw workspace in docker-compose.yml
  • 53dfc40 feat: rename Moltbot to Openclaw and update metadata
  • 4eb90b2 fix: moving 'openclaw' entry below so the file looks sorted
  • 587c456 fix: add missing newline at end of meta.json
  • 8847610 fix: update docker-compose.yml to use 'expose' instead of 'ports' and change bind option to 'lan'
  • 2f31279 feat: update Openclaw service configuration in docker-compose.yml and template.toml
  • df85b27 refactor: update environment variable configuration in docker-compose.yml for Openclaw service

📊 Changes

6 files changed (+134 additions, -80 deletions)

View changed files

blueprints/moltbot/docker-compose.yml (+0 -35)
blueprints/moltbot/template.toml (+0 -18)
blueprints/openclaw/docker-compose.yml (+86 -0)
📝 blueprints/openclaw/openclaw.svg (+6 -6)
blueprints/openclaw/template.toml (+21 -0)
📝 meta.json (+21 -21)

📄 Description

Overview

  • Adds a template for Openclaw - a WhatsApp gateway CLI with Pi RPC agent and AI-powered messaging platform.
  • Removes the moltbot template added in #683

What is OpenClaw?

Openclaw is a self-hosted personal AI assistant that works across different operating systems. It provides:

  • WhatsApp integration via Baileys web
  • Pi RPC agent for AI capabilities
  • Multi-platform support (WhatsApp, Telegram, Slack, Discord, iMessage, Signal, and more)
  • Gateway daemon for persistent connections
  • CLI tools for automation and control

Template Details

  • Image: ghcr.io/openclaw/openclaw:2026.1.29
  • Ports: 18789 (gateway), 18790 (bridge)
  • Volumes: Config and workspace persistence
  • Auto-generated: Gateway token for authentication
  • Optional: Claude AI integration

Configuration

  • Gateway token auto-generated (32 chars)
  • Optional Claude AI credentials
  • Domain configuration for web access

Testing

  • Template tested for Dokploy compatibility
  • Follows Dokploy template conventions
  • No container_name, explicit networks, or host port bindings

GitHub: https://github.com/openclaw/openclaw
Website: https://openclaw.ai/
Docs: https://docs.openclaw.ai/


🔄 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/694 **Author:** [@vabs](https://github.com/vabs) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `rename-moltbot-to-openclaw` --- ### 📝 Commits (10+) - [`e4358de`](https://github.com/Dokploy/templates/commit/e4358de6847b8c4e31894981c3f7e8a2bad449ec) feat: rename Moltbot to Openclaw and update related configurations - [`ea4ac20`](https://github.com/Dokploy/templates/commit/ea4ac2035ac07841ffd45acea542a2f38e7e6865) fix: update Openclaw image version to 2026.1.29 in docker-compose.yml - [`b15c383`](https://github.com/Dokploy/templates/commit/b15c3833536b4119d413eb2734ba623414435556) fix: correct environment variable name for Openclaw gateway - [`4b7c471`](https://github.com/Dokploy/templates/commit/4b7c4718444448b373ae3c43e865b4e24a25a811) fix: correct volume path for Openclaw workspace in docker-compose.yml - [`53dfc40`](https://github.com/Dokploy/templates/commit/53dfc40b5700d9523a43fbe497c86c5744495c33) feat: rename Moltbot to Openclaw and update metadata - [`4eb90b2`](https://github.com/Dokploy/templates/commit/4eb90b24466fa033cf78c4a92ad18f2338e9e643) fix: moving 'openclaw' entry below so the file looks sorted - [`587c456`](https://github.com/Dokploy/templates/commit/587c4566c210dcd5ad15a430bc5388beac5aa0e6) fix: add missing newline at end of meta.json - [`8847610`](https://github.com/Dokploy/templates/commit/8847610a7418252b1e248c61ed504d73ca460543) fix: update docker-compose.yml to use 'expose' instead of 'ports' and change bind option to 'lan' - [`2f31279`](https://github.com/Dokploy/templates/commit/2f31279a59df944416b0e6fdeb8c5cb384e8744c) feat: update Openclaw service configuration in docker-compose.yml and template.toml - [`df85b27`](https://github.com/Dokploy/templates/commit/df85b275c5df4e9f32d5091e31c3b316339b95e4) refactor: update environment variable configuration in docker-compose.yml for Openclaw service ### 📊 Changes **6 files changed** (+134 additions, -80 deletions) <details> <summary>View changed files</summary> ➖ `blueprints/moltbot/docker-compose.yml` (+0 -35) ➖ `blueprints/moltbot/template.toml` (+0 -18) ➕ `blueprints/openclaw/docker-compose.yml` (+86 -0) 📝 `blueprints/openclaw/openclaw.svg` (+6 -6) ➕ `blueprints/openclaw/template.toml` (+21 -0) 📝 `meta.json` (+21 -21) </details> ### 📄 Description ## Overview * Adds a template for [Openclaw](https://github.com/openclaw/openclaw) - a WhatsApp gateway CLI with Pi RPC agent and AI-powered messaging platform. * Removes the moltbot template added in #683 ## What is OpenClaw? Openclaw is a self-hosted personal AI assistant that works across different operating systems. It provides: - WhatsApp integration via Baileys web - Pi RPC agent for AI capabilities - Multi-platform support (WhatsApp, Telegram, Slack, Discord, iMessage, Signal, and more) - Gateway daemon for persistent connections - CLI tools for automation and control ## Template Details * Image: ghcr.io/openclaw/openclaw:2026.1.29 * Ports: 18789 (gateway), 18790 (bridge) * Volumes: Config and workspace persistence * Auto-generated: Gateway token for authentication * Optional: Claude AI integration ## Configuration * Gateway token auto-generated (32 chars) * Optional Claude AI credentials * Domain configuration for web access ## Testing * Template tested for Dokploy compatibility * Follows Dokploy template conventions * No container_name, explicit networks, or host port bindings ## Links GitHub: https://github.com/openclaw/openclaw Website: https://openclaw.ai/ Docs: https://docs.openclaw.ai/ --- <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-05-13 19:55:06 -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#5656