index.html files not loading automatically from the USB drive #6

Open
opened 2026-03-17 13:52:08 +00:00 by fabby · 0 comments
Owner

The most recent image (raspi4_butter_new_portal_changes_v0.0.1_120326.img.tar.gz) did not load index files by default because the URL changed from http://butterbox.local/usb-butter to http://butterbox.local/files/ so I changed the Nginx file path to:
location /files/ {
alias /media/usb-butter/;
index index.html;
}
And that fixed the issue.

The most recent image (raspi4_butter_new_portal_changes_v0.0.1_120326.img.tar.gz) did not load index files by default because the URL changed from http://butterbox.local/usb-butter to http://butterbox.local/files/ so I changed the Nginx file path to: location /files/ { alias /media/usb-butter/; index index.html; } And that fixed the issue.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: butter/butter-portal#6
No description provided.