mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 14:52:05 -05:00
[PR #1007] [MERGED] fix(evolutionapi): enable integration env flags (n8n/openai/evoai) and update #16315
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/1007
Author: @Siumauricio
Created: 7/14/2026
Status: ✅ Merged
Merged: 7/14/2026
Merged by: @Siumauricio
Base:
canary← Head:fix/evolutionapi📝 Commits (1)
fb64197fix(evolutionapi): enable integration flags and update version📊 Changes
3 files changed (+16 additions, -2 deletions)
View changed files
📝
blueprints/evolutionapi/docker-compose.yml(+8 -1)📝
blueprints/evolutionapi/meta.json(+1 -1)📝
blueprints/evolutionapi/template.toml(+7 -0)📄 Description
Problem
After Evolution API v2.3.x, integrations (n8n, OpenAI, EvoAI, Dify) must be explicitly enabled via environment variables. The template did not set any of these flags, so every attempt to configure an integration failed with errors like `Error: N8n is disabled` (#430).
The template was also pulling `evoapicloud/evolution-api:latest` (unpinned) while `meta.json` still claimed `v2.1.2`.
Changes
Verification (deployed on demo instance)
Closes #430
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.