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
This commit is contained in:
Juan del Peral
2026-04-16 17:47:15 -03:00
parent eff1206132
commit 79d9fec567
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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": {