mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 03:15:23 +02:00
Adds the integration enable env flags introduced in Evolution API v2.3.x (N8N_ENABLED, OPENAI_ENABLED, EVOAI_ENABLED, DIFY_ENABLED, TYPEBOT_ENABLED, CHATWOOT_ENABLED) so integrations no longer fail with 'N8n is disabled', and pins the image to v2.3.7 instead of latest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
18 lines
567 B
JSON
18 lines
567 B
JSON
{
|
|
"id": "evolutionapi",
|
|
"name": "Evolution API",
|
|
"version": "v2.3.7",
|
|
"description": "Evolution API is a robust platform dedicated to empowering small businesses with limited resources, going beyond a simple messaging solution via WhatsApp.",
|
|
"logo": "evolutionapi.png",
|
|
"links": {
|
|
"github": "https://github.com/EvolutionAPI/evolution-api",
|
|
"docs": "https://doc.evolution-api.com/v2/en/get-started/introduction",
|
|
"website": "https://evolution-api.com/opensource-whatsapp-api/"
|
|
},
|
|
"tags": [
|
|
"api",
|
|
"whatsapp",
|
|
"messaging"
|
|
]
|
|
}
|