From 2ecb164d5e9af798af48e00463e8096433ca63b0 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Tue, 24 Mar 2026 12:16:13 +0000 Subject: [PATCH 1/3] Add /join/ in convene path to enable autojoin support Closes #11 --- app/routes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes.py b/app/routes.py index d310290..a94bfb6 100644 --- a/app/routes.py +++ b/app/routes.py @@ -98,7 +98,7 @@ def index(): if enable_deltachat == 'true': service_array.append({"name": "Secure Messaging", "image": url_for("static", filename="images/deltachat-icon.svg"), "url": url_for("messaging") }) if enable_chat == 'true': - service_array.append({"name": "Message Board", "image": url_for("static", filename="images/chat-icon.png"), "url": f"{app.config["CONVENE_INSTALL_PATH"]}/#/room/%23public%3abutterbox.local"}) + service_array.append({"name": "Message Board", "image": url_for("static", filename="images/chat-icon.png"), "url": f"{app.config["CONVENE_INSTALL_PATH"]}/#/room/join/%23public%3abutterbox.local"}) if enable_app_store == 'true' and usb_has_appstore: service_array.append({"name": "Apps", "image": url_for("static", filename="images/appstore-icon.svg")}) if enable_map_viewer == 'true' and usb_has_maps: From c13e2e510a3ae0b3c23846a3d9c41aade4ce96a7 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Tue, 24 Mar 2026 12:20:41 +0000 Subject: [PATCH 2/3] Update landing page text, closes #10 --- app/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index a5b2103..906dee1 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,10 +1,10 @@ {% extends "base.html" %} {% block content %} -

Hi, welcome to the {{get_setting('butterbox_name')}}.

-

View and download the information you want from this offline box.

+

Welcome.

+

View and download the information you want from this offline box.

-