[PR #682] [CLOSED] feat: add Moltbot template #3417

Closed
opened 2026-04-25 18:06:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/682
Author: @JoshuaRileyDev
Created: 1/27/2026
Status: Closed

Base: mainHead: add-moltbot-template


📝 Commits (1)

  • 8b7fc7c feat: add Moltbot template

📊 Changes

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

View changed files

blueprints/moltbot/docker-compose.yml (+31 -0)
blueprints/moltbot/moltbot.svg (+60 -0)
blueprints/moltbot/template.toml (+11 -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/682 **Author:** [@JoshuaRileyDev](https://github.com/JoshuaRileyDev) **Created:** 1/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-moltbot-template` --- ### 📝 Commits (1) - [`8b7fc7c`](https://github.com/Dokploy/templates/commit/8b7fc7c0eeff093ab85c8057c2b3c86e32328402) feat: add Moltbot template ### 📊 Changes **4 files changed** (+123 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/moltbot/docker-compose.yml` (+31 -0) ➕ `blueprints/moltbot/moltbot.svg` (+60 -0) ➕ `blueprints/moltbot/template.toml` (+11 -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-04-25 18:06:14 -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#3417