[PR #683] [MERGED] feat: add Moltbot template #9246

Closed
opened 2026-06-02 06:06:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/683
Author: @JoshuaRileyDev
Created: 1/27/2026
Status: Merged
Merged: 1/30/2026
Merged by: @Siumauricio

Base: canaryHead: add-moltbot-template-canary


📝 Commits (4)

  • 2d7336b feat: add Moltbot template
  • 77a6557 Update docker-compose.yml
  • d865e28 Enhance Moltbot configuration in docker-compose and template files
  • d866fbe Add Moltbot entry to meta.json

📊 Changes

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

View changed files

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

📄 Description

Overview

Adds a template for Moltbot - a WhatsApp gateway CLI with Pi RPC agent and AI-powered messaging platform.

What is Moltbot?

Moltbot 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/moltbot/moltbot:latest
  • 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

Co-Authored-By: Claude noreply@anthropic.com


🔄 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/683 **Author:** [@JoshuaRileyDev](https://github.com/JoshuaRileyDev) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `add-moltbot-template-canary` --- ### 📝 Commits (4) - [`2d7336b`](https://github.com/Dokploy/templates/commit/2d7336bb8bece8bf2d15cce9a2f960ebbf82fb27) feat: add Moltbot template - [`77a6557`](https://github.com/Dokploy/templates/commit/77a65579e1871976f3785e4ca18a7876a2961f71) Update docker-compose.yml - [`d865e28`](https://github.com/Dokploy/templates/commit/d865e282b00ebf2d8c89d0f4eaf67f6de9918d11) Enhance Moltbot configuration in docker-compose and template files - [`d866fbe`](https://github.com/Dokploy/templates/commit/d866fbe862d829b773b13c0c7d84cb822f23a5e9) Add Moltbot entry to meta.json ### 📊 Changes **4 files changed** (+134 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/moltbot/docker-compose.yml` (+35 -0) ➕ `blueprints/moltbot/moltbot.svg` (+60 -0) ➕ `blueprints/moltbot/template.toml` (+18 -0) 📝 `meta.json` (+21 -0) </details> ### 📄 Description ## Overview Adds a template for [Moltbot](https://github.com/moltbot/moltbot) - a WhatsApp gateway CLI with Pi RPC agent and AI-powered messaging platform. ## What is Moltbot? Moltbot 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/moltbot/moltbot:latest` - **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/moltbot/moltbot - Website: https://molt.bot - Docs: https://docs.molt.bot --- Co-Authored-By: Claude <noreply@anthropic.com> --- <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-06-02 06:06:09 -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#9246