From 72efc79dc329dac0e77285df77e611b8625cdd5f Mon Sep 17 00:00:00 2001 From: Lukas Wallrich Date: Wed, 6 May 2026 15:25:36 +0200 Subject: [PATCH] Enable JUST-OS chatbot Flips justos_chatbot.active from false to true in params.toml so the floating widget and the standalone /just_os_chatbot page connect to the backend instead of showing the offline state. Co-Authored-By: Claude Opus 4.7 (1M context) --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index ec90286eb50..231907f7285 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -184,7 +184,7 @@ plugins_js = [] # `short_message` is shown in the floating-icon hover bubble. # `offline_message` is shown on the standalone /just_os_chatbot/ page. [justos_chatbot] - active = false + active = true short_message = "Chatbot offline — we hope to bring it back soon" offline_message = "We hope to bring it back soon — please check again later."