From 79d9fec567e1c6c4cb378abdf14608849e1220fe Mon Sep 17 00:00:00 2001 From: Juan del Peral Date: Thu, 16 Apr 2026 17:47:15 -0300 Subject: [PATCH] fix(chatwoot): align metadata and HTTPS defaults Update Chatwoot metadata to match the pinned image version and default the template URL/SSL settings for Dokploy TLS deployments. Made-with: Cursor --- blueprints/chatwoot/template.toml | 4 ++-- meta.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/chatwoot/template.toml b/blueprints/chatwoot/template.toml index 4c238742..5947211a 100644 --- a/blueprints/chatwoot/template.toml +++ b/blueprints/chatwoot/template.toml @@ -6,9 +6,9 @@ redis_password = "${password}" [config] env = [ - "FRONTEND_URL=http://${main_domain}", + "FRONTEND_URL=https://${main_domain}", "SECRET_KEY_BASE=${secret_key_base}", - "FORCE_SSL=false", + "FORCE_SSL=true", "RAILS_ENV=production", "NODE_ENV=production", "INSTALLATION_ENV=docker", diff --git a/meta.json b/meta.json index 3ae0cb5e..774efe57 100644 --- a/meta.json +++ b/meta.json @@ -1090,7 +1090,7 @@ { "id": "chatwoot", "name": "Chatwoot", - "version": "v3.14.1", + "version": "v4.12.1", "description": "Open-source customer engagement platform that provides a shared inbox for teams, live chat, and omnichannel support.", "logo": "chatwoot.svg", "links": {