Nathan Freitas nathan
  • Joined on 2025-12-02
nathan closed issue butter/churn#10 2026-04-07 18:50:03 +00:00
Multibox DeltaChat progress!
nathan opened issue butter/churn#11 2026-04-07 16:29:38 +00:00
issue building image
nathan commented on issue butter/butter-portal#15 2026-04-07 15:26:55 +00:00
Allow user to manually set date/time

"Sync Time with browser"

nathan commented on issue butter/butter-portal#15 2026-04-07 15:26:47 +00:00
Allow user to manually set date/time

setting from browser using javascript is possible?

nathan opened issue butter/butter-portal#15 2026-04-06 13:31:20 +00:00
Allow user to manually set date/time
nathan commented on issue butter/churn#7 2026-04-03 13:16:02 +00:00
update the butter config.json for keanu/convene

I noticed that after I changed the hostname via the butter portal, the hostnames in the Dendrite config and Keanu/Convene config were not updated. They were stil set to "butterbox.local"

nathan opened issue butter/churn#10 2026-04-02 19:30:32 +00:00
Multibox DeltaChat progress!
nathan commented on issue butter/churn#9 2026-04-02 18:44:57 +00:00
Confuguration Error when setting up DeltaChat

setting up a pi3 right now fresh, and using incognito mode, and it properly walked me through the wizard. Nathan GP (he) okay that was a lot easier.

setup the box with the new portal…

nathan commented on issue butter/churn#9 2026-04-02 17:14:55 +00:00
Confuguration Error when setting up DeltaChat

oooo now everything is working. maybe the datetime issue is related?

From chat: "also realized, the box doesn't have the accurate time... which makes sense given it doesn't have an internet…

nathan commented on issue butter/churn#9 2026-04-02 17:13:28 +00:00
Confuguration Error when setting up DeltaChat

after a reboot, madmail service was now "disabled". Had to manually "restart".

it then shows that it is listening on various "0.0.0.0" ports like 587, 993, 143, and also 8443

nathan commented on issue butter/churn#9 2026-04-02 17:04:59 +00:00
Confuguration Error when setting up DeltaChat

systemctl status madmail - showed "inactive" was able to then > systemctl restart madmail to make it run.

DeltaChat then gets to "60%" on login attempt, but stuck there.

nathan commented on issue butter/contentpack-circumvention#1 2026-04-02 16:56:52 +00:00
Internal Server error

also this works fine without an "index.html" so it is related to that somehow.

nathan commented on issue butter/contentpack-circumvention#1 2026-04-02 16:53:13 +00:00
Internal Server error

This isn't specific to this content pack, so we hould put this error on the portal app repo I think.

nathan commented on issue butter/contentpack-circumvention#1 2026-04-02 16:52:55 +00:00
Internal Server error

Related error from here essentially: butter/butter-portal#6 (comment)

nathan commented on issue butter/butter-portal#6 2026-04-02 16:52:25 +00:00
index.html files not loading automatically from the USB drive

index.html is detected now, and attempted to be loaded, but then throws a 500 "internal server" error. I don't see anything in nginx error log.

nathan commented on issue butter/churn#9 2026-04-02 16:46:37 +00:00
Confuguration Error when setting up DeltaChat

If i try to run python3 /home/pi/butter-portal/install_madmail.py manually I get an error:

import pexpect ModuleNotFoundError: No module named 'pexpect'

nathan commented on issue butter/churn#9 2026-04-02 16:45:21 +00:00
Confuguration Error when setting up DeltaChat

I was able to reproduce this error on both iPhone and Android. Didn't test on desktop.

Via root shell, can see madmail is not running, even after going through admin/service setup.

nathan closed issue butter/churn#6 2026-04-02 16:44:32 +00:00
keanu-weblite/convene upload size issue
nathan commented on issue butter/keanu-weblite#2 2026-04-02 16:37:12 +00:00
Only image files load in the chat

Found the issues - need to increase nginx upload size:

/etc/nginx/nginx.conf

client_max_body_size 100M;

or

client_max_body_size 1000M;