i18n: update i18n files from po4a & write-translations runs
All checks were successful
ci / build_and_publish (push) Successful in 1m49s
All checks were successful
ci / build_and_publish (push) Successful in 1m49s
This commit is contained in:
parent
2b5f888d44
commit
ff72b4eb3c
43 changed files with 2267 additions and 1250 deletions
|
|
@ -32,7 +32,7 @@ const config: Config = {
|
||||||
// may want to replace "en" with "zh-Hans".
|
// may want to replace "en" with "zh-Hans".
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
locales: ['en','es','ru','zh-Hans'],
|
locales: ['en','es','ru','zh-Hans', 'bo'],
|
||||||
},
|
},
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
description: 'DIY instructions'
|
||||||
|
---
|
||||||
|
|
||||||
|
# Build A Box
|
||||||
|
|
||||||
|
Don’t have a Butter Box yet? You can easily build your own. Choose your
|
||||||
|
setup to get started.
|
||||||
|
|
||||||
|
## Butter Box Setups
|
||||||
|
|
||||||
|
Butter Box software currently runs on Raspberry Pi devices: Pi Zero 2 and Pi
|
||||||
|
4. You can use either one. See comparison chart below for details.
|
||||||
|
|
||||||
|
| Device | Capacity | Supplies |
|
||||||
|
| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------- |
|
||||||
|
| <p><strong>Basic</strong> </p><p>Raspberry Pi Zero Pi 2<br/><br/><a href="raspberry-pi/basic-box-supplies">Get Started</a></p> | Up to 10 people, About 10 meters apart | [Supply List](raspberry-pi/basic-box-supplies) |
|
||||||
|
| <p><strong>Extended</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a href="raspberry-pi/extend-your-box">Get Started</a></p> | Up to 20 people, About 30 meters apart when paired with a router | [Supply List](raspberry-pi/extend-your-box) |
|
||||||
|
| PC/Laptop (amd64) | _Coming soon_ | _Coming soon_ |
|
||||||
|
|
||||||
|
We also make and ship Butter Boxes to partners worldwide. If you serve a
|
||||||
|
community that could benefit, we’d love to hear from you.
|
||||||
|
|
||||||
|
|
@ -0,0 +1,69 @@
|
||||||
|
---
|
||||||
|
description: 'How to turn an old PC into golden deliciuos butter!'
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# PC/Laptop Support (BETA!)
|
||||||
|
|
||||||
|
An important new development for the ButterBox project is the ability to
|
||||||
|
turn any Intel or AMD 64-bit PC into a ButterBox. In many places in the
|
||||||
|
world, getting access to an official RaspberryPi is difficult and
|
||||||
|
expensive. However, no matter where you are in the world, there seem to be
|
||||||
|
plenty of "old", unloved, discarded PC towers and laptops.
|
||||||
|
|
||||||
|
This page will help you bring new life to that old tech, by turning it into
|
||||||
|
the best kind of buttery local microserver, that even has a built-in
|
||||||
|
battery, screen and keyboard!
|
||||||
|
|
||||||
|
## Download the Image
|
||||||
|
|
||||||
|
Access to new images of ButterBox built for Intel/AMD64 devices are now
|
||||||
|
available IN EARLY BETA through our [development image distribution
|
||||||
|
site](https://files.sr2.uk/d/52bd8561a10d4d83be7b/?p=%2F&mode=list).
|
||||||
|
Download the latest image that beings with "amd64_butter_main_".
|
||||||
|
|
||||||
|
## How to Flash
|
||||||
|
|
||||||
|
This image can be flashed to a bootable USB drives, using
|
||||||
|
[balenaEtcher](https://etcher.balena.io/).
|
||||||
|
|
||||||
|
1. Install balenaEtcher
|
||||||
|
2. Download the AMD64 image and unpack it (remove .tar and .gz with "unzip"
|
||||||
|
tool)
|
||||||
|
3. Select the image file in balenaEtcher
|
||||||
|
4. Plugin the USB flash drive
|
||||||
|
5. Select the drive in balenaEtcher
|
||||||
|
6. Flash!
|
||||||
|
|
||||||
|
## How to Boot Up
|
||||||
|
|
||||||
|
Once the USB drive is flashed, you can now use it to boot up ButterBox on
|
||||||
|
your old PC.
|
||||||
|
|
||||||
|
1. Boot your old PC into the "BIOS" screen. Make sure it is configured to
|
||||||
|
allow for booting from the USB drive, before it boots the internal hard
|
||||||
|
drive.
|
||||||
|
2. Shutdown the PC.
|
||||||
|
3. Plug in the USB drive to the PC
|
||||||
|
4. Start the PC, and make sure it boots from the USB drive.
|
||||||
|
5. Wait for the login terminal to appear!
|
||||||
|
|
||||||
|
## How to Access
|
||||||
|
|
||||||
|
Once the ButterBox PC is booted up, and plugged into a local router, it
|
||||||
|
should be ready to access!
|
||||||
|
|
||||||
|
Connect your personal device to the same network, and try to access
|
||||||
|
[http://butterbox.local](http://butterbox.local)
|
||||||
|
|
||||||
|
## Differences from RaspberryPi edition
|
||||||
|
|
||||||
|
There are some important differences between ButterBox on PC versus on
|
||||||
|
RaspberryPi
|
||||||
|
|
||||||
|
- There is no built-in wifi hotspot. You must plug it into a dedicated wifi
|
||||||
|
router or network.
|
||||||
|
- You can easily access the terminal "root" user to update and configured
|
||||||
|
(with great power, comes great responsibility!)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
description: 'Different ways to power your Butter Box'
|
||||||
|
sidebar_position: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
# Power Supply
|
||||||
|
|
||||||
|
If you want Butter to work completely off-grid and without electricity, it
|
||||||
|
can! Butter Boxes can be powered by a wall outlet, pre-charged battery pack
|
||||||
|
or solar powered battery pack.
|
||||||
|
|
||||||
|
* **Wall Outlet:** The official and recommended power supply for Raspberry
|
||||||
|
Pi computers (depends of the Raspberry Pi model that you are using)
|
||||||
|
* **Pre-charged Battery Pack (Power Bank):** This is the most common option
|
||||||
|
for field use.
|
||||||
|
* Anker portable charger [power
|
||||||
|
bank](https://www.amazon.com/Anker-Portable-PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPxZwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-ZdVw-Fi0EcM5vcr7ESk\&dib_tag=se\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\&qid=1756265405\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\&sr=8-6\&th=1)
|
||||||
|
* **Solar Panel (with Power Bank):** Use a small solar panel to recharge
|
||||||
|
your power bank. This is a good option to keep the box running
|
||||||
|
continuously in off-grid locations. Using direct solar panel without a
|
||||||
|
battery is possible, but unstable if the sun dips in/out.
|
||||||
|
* Solar panel kits:
|
||||||
|
[https://voltaicsystems.com/solar-panel-kits/](https://voltaicsystems.com/solar-panel-kits/)
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
@ -0,0 +1,49 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
# Basic Box Supplies
|
||||||
|
|
||||||
|
A basic Butter Box setup is a Raspberry Pi Zero 2 W with a microSD card
|
||||||
|
running the Butter software, a USB stick, powered by a USB source like a
|
||||||
|
power cord, power bank or solar panel.
|
||||||
|
|
||||||
|
In most setups like this, a Butter Box can comfortably handle **4–10
|
||||||
|
connected devices at once** without slowing down. It’s possible to have
|
||||||
|
more, but performance may drop if everyone is downloading large files or
|
||||||
|
videos at the same time.
|
||||||
|
|
||||||
|
The reach for it is about **5–10 meters** indoors, depending on the
|
||||||
|
Raspberry Pi model and depending on walls and interference. Outdoors, in
|
||||||
|
open space, it can sometimes reach farther. Think of it like the range of a
|
||||||
|
home Wi-Fi router — enough to cover a classroom, a coffee shop, meeting
|
||||||
|
space, or small outdoor gathering.
|
||||||
|
|
||||||
|
## Supplies
|
||||||
|
|
||||||
|
* [ ] Raspberry Pi Zero 2W (64 Bit)
|
||||||
|
[https://www.adafruit.com/product/5291](https://www.adafruit.com/product/5291);
|
||||||
|
Or you can buy a kit here: [\
|
||||||
|
https://www.canakit.com/raspberry-pi-zero-2-w.html](https://www.canakit.com/raspberry-pi-zero-2-w.html)
|
||||||
|
* [ ] Power outlet and power cord that accompanies the Raspberry Pi Zero 2W
|
||||||
|
or an [alternative power supply](../power-supply)
|
||||||
|
* [ ] Micro SD Card: Images with the Butter software are usually under 16 GB
|
||||||
|
(we suggest 256 GB). Media that people upload to the chat ends up on the
|
||||||
|
card; it never gets cleared.
|
||||||
|
* [ ] USB drive (min 32 GB)
|
||||||
|
* [ ] Adapters (as needed)
|
||||||
|
|
||||||
|
* [ ] Micro USB/Male to USB A/Female
|
||||||
|
* [ ] A dongle to connect the micro SD card to your laptop (if needed)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Once you have your supplies, continue in the Install Butter section.**
|
||||||
|
|
||||||
|
[install-butter.md](install-butter)
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/20250815_142828.jpg" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,69 @@
|
||||||
|
---
|
||||||
|
description: 'How To Add a Router To Your Box Setup'
|
||||||
|
sidebar_position: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
# Extend Your Box
|
||||||
|
|
||||||
|
An extended Butter Box pairs the Raspberry Pi with a standalone Wi-Fi
|
||||||
|
router, giving stronger signal and more simultaneous connections.
|
||||||
|
|
||||||
|
With the router, the network can reach 10-30 m (32-98 feet),and can
|
||||||
|
comfortably support 10–20 connected devices at the same time. This setup is
|
||||||
|
ideal for a medium group of people in a medium room, like classrooms,
|
||||||
|
events, or community spaces.
|
||||||
|
|
||||||
|
## Supplies
|
||||||
|
|
||||||
|
* [ ] Raspberry Pi 4, 5 or Raspberry Pi Zero 2W
|
||||||
|
* [ ] Router ([Opal (GL-SFT1200) Wireless Travel
|
||||||
|
Router](https://store-us.gl-inet.com/products/united-states-opal-gl-sft1200-gigabit-wireless-router-dual-band-openwrt-ipv6-tor)
|
||||||
|
or equivilent)
|
||||||
|
* [ ] Power outlet and power cords that accompany the Raspberry Pi and the
|
||||||
|
Router or an [alternative power supply](../power-supply)
|
||||||
|
* [ ] Micro SD Card: Images with the Butter software are usually under 16 GB
|
||||||
|
(we suggest 256 GB). Media that people upload to the chat ends up on the
|
||||||
|
card; it never gets cleared.
|
||||||
|
* [ ] USB Drive (min 32 GB)
|
||||||
|
* [ ] Adapters (as needed)
|
||||||
|
|
||||||
|
_No internet connection is required._
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/20250815_142438.jpg" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Steps
|
||||||
|
|
||||||
|
To extend your box, you simply connect a GLi-Net router to the Butter Box
|
||||||
|
with an ethernet cable. Instead of accessing the box from the portal Wi-Fi
|
||||||
|
hotspot (eg. 'butter box' or whichever name you set in the admin settings),
|
||||||
|
users will join the Wi-Fi network of the router.
|
||||||
|
|
||||||
|
### Connect the Butter Box to its power supply.
|
||||||
|
|
||||||
|
Connect the Butter Box to power.
|
||||||
|
|
||||||
|
### Connect Router
|
||||||
|
|
||||||
|
Connect the router to power. Then use the ethernet cable to connect to the
|
||||||
|
Butter Box. Make sure to plug the Ethernet cable into the LAN port on your
|
||||||
|
router.
|
||||||
|
|
||||||
|
### Test Your Connection
|
||||||
|
|
||||||
|
Join the router Wi-Fi. If you have not setup or used this router before,
|
||||||
|
enter the default password found in the user guide included in the
|
||||||
|
package. After 30 seconds, open http://butterbox.local in a browser.
|
||||||
|
|
||||||
|
### Disable Butter Box Wi-Fi Access Point
|
||||||
|
|
||||||
|
Open the admin settings from the Butter Box portal. Navigate to **Secure
|
||||||
|
Portal**. Turn off the Wi-Fi access point. This will hide the Wi-Fi network
|
||||||
|
that broadcasts from the raspberry pi, so that users don’t get confused
|
||||||
|
about which network to join.
|
||||||
|
|
||||||
|
### Invite Users to Join the Router Wi-Fi
|
||||||
|
|
||||||
|
Users will now join the Wi-Fi network of the router when they want to
|
||||||
|
connect to the Butter Box.
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
# Raspberry Pi
|
||||||
|
|
||||||
|
|
@ -0,0 +1,103 @@
|
||||||
|
---
|
||||||
|
description: 'Install Butter Operating System (OS) on an SD card for Raspberry Pi'
|
||||||
|
sidebar_position: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
# Install Butter
|
||||||
|
|
||||||
|
You will need:
|
||||||
|
|
||||||
|
* Desktop computer
|
||||||
|
* Internet Connection
|
||||||
|
* Butter Box
|
||||||
|
|
||||||
|
### Download the Butter OS for Raspberry Pi
|
||||||
|
|
||||||
|
Make sure the file size matches the size listed on the website. Sometimes
|
||||||
|
browsers do not complete the download, which can result in a corrupted file.
|
||||||
|
|
||||||
|
[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Always choose the Latest Version of the file.
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Plug the micro SD card into your computer
|
||||||
|
|
||||||
|
To plug the micro SD card into your computer, you may need an adapter to do
|
||||||
|
this:
|
||||||
|
|
||||||
|
<div align="center"><figure><img src="/img/docs/image_1.png" alt="" width="375"/><figcaption><p>Example adapter (USB-C to Micro SD)</p></figcaption></figure></div>
|
||||||
|
|
||||||
|
:::info
|
||||||
|
You don't need to connect the box to the computer.
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Run Raspberry Pi Imager
|
||||||
|
|
||||||
|
Once you have your micro SD card plugged into your computer that has an
|
||||||
|
internet connection, run Raspberry Pi Imager from a desktop computer. It
|
||||||
|
will walk you through the steps to install the Butter operating system on
|
||||||
|
the micro SD card.
|
||||||
|
|
||||||
|
If you don't have Raspberry Pi Imager, you can download it here:
|
||||||
|
[https://www.raspberrypi.com/software/](https://www.raspberrypi.com/software/)
|
||||||
|
|
||||||
|
### Choose device > **Raspberry Pi Zero 2 W**
|
||||||
|
|
||||||
|
Once the Raspberry Pi Image starts, you will be prompt to select your
|
||||||
|
Raspberry Pi device.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2026-02-24 at 9.56.27 AM.png" alt=""/><figcaption><p>Select Raspberry Pi Zero 2 W (or the device you have if it's not the standard box from Butter HQ)</p></figcaption></figure>
|
||||||
|
|
||||||
|
### Choose Operating System > Use Custom
|
||||||
|
|
||||||
|
* On the OS tab, select **Use custom** and upload the custom Butter OS .img
|
||||||
|
file. Confirm that you have **unzipped the file** before using it.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2026-02-24 at 9.57.31 AM.png" alt=""/><figcaption><p>Select Use Custom. You will upload the custom .img file that you downloaded from Dropbox.</p></figcaption></figure>
|
||||||
|
|
||||||
|
### Choose Storage > Select Micro SD Card
|
||||||
|
|
||||||
|
* From the **Storage** tab, select the **Micro SD Card.**
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2026-02-24 at 1.27.37 PM.png" alt=""/><figcaption><p>Select the Micro SD Card.</p></figcaption></figure>
|
||||||
|
|
||||||
|
Your screen will look similar to this after all selections:
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2026-02-24 at 1.27.43 PM.png" alt=""/><figcaption><p>Final screen after selections.</p></figcaption></figure>
|
||||||
|
|
||||||
|
You may be prompt with _"Doing this will erase all data from selected
|
||||||
|
external storage"_ and “_do you want to apply settings”_, click then on _“no
|
||||||
|
clear settings”_.
|
||||||
|
|
||||||
|
After that select _"write"_ and begin writing process to the Micro SD card.
|
||||||
|
|
||||||
|
### Remove From Computer and Insert Micro SD Card into the Raspberry Pi (Butter Box)
|
||||||
|
|
||||||
|
Once you're done, remove the Micro SD card. Insert the Micro SD card into
|
||||||
|
the Raspberry Pi (Butter Box) not powered on.
|
||||||
|
|
||||||
|
### Go to Quick Start
|
||||||
|
|
||||||
|
Plug the Raspberry Pi (Butter Box) into power. Wait a few moments and
|
||||||
|
connect to the Butter Box Portal. Go to the [Quick Start](../../quick-start)
|
||||||
|
section for more details.
|
||||||
|
|
||||||
|
**If you are building an extended box, continue in the next section: Extend Your Box.**
|
||||||
|
|
||||||
|
[extend-your-box.md](extend-your-box)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
|
||||||
|
If you see an error stating that the input file is not a valid disk image,
|
||||||
|
check the file you downloaded.
|
||||||
|
|
||||||
|
Make sure the file size matches the size listed on the website. Sometimes
|
||||||
|
browsers do not complete the download, which can result in a corrupted file.
|
||||||
|
|
||||||
|
Also confirm that you have **unzipped the file** before using it.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2026-02-24 at 1.28.37 PM.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
description: 'Different ways to power your Butter Box'
|
||||||
|
---
|
||||||
|
|
||||||
|
# Power Supply
|
||||||
|
|
||||||
|
If you want Butter to work completely off-grid and without electricity, it
|
||||||
|
can! Butter Boxes can be powered by a wall outlet, pre-charged battery pack
|
||||||
|
or solar powered battery pack.
|
||||||
|
|
||||||
|
* **Wall Outlet:** The official and recommended power supply for Raspberry
|
||||||
|
Pi computers (depends of the Raspberry Pi model that you are using)
|
||||||
|
* **Pre-charged Battery Pack (Power Bank):** This is the most common option
|
||||||
|
for field use.
|
||||||
|
* Anker portable charger [power
|
||||||
|
bank](https://www.amazon.com/Anker-Portable-PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPxZwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-ZdVw-Fi0EcM5vcr7ESk\&dib_tag=se\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\&qid=1756265405\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\&sr=8-6\&th=1)
|
||||||
|
* **Solar Panel (with Power Bank):** Use a small solar panel to recharge
|
||||||
|
your power bank. This is a good option to keep the box running
|
||||||
|
continuously in off-grid locations. Using direct solar panel without a
|
||||||
|
battery is possible, but unstable if the sun dips in/out.
|
||||||
|
* Solar panel kits:
|
||||||
|
[https://voltaicsystems.com/solar-panel-kits/](https://voltaicsystems.com/solar-panel-kits/)
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 9
|
||||||
|
---
|
||||||
|
# Use Cases
|
||||||
|
|
||||||
|
### 1. Digital Security training to distribute apps and materials
|
||||||
|
|
||||||
|
> Leaders from Southern Africa countries travel to provide training, audits, and consultations to organizations about digital security, physical safety, risk assessments, and to equip journalists, activists and human rights defenders with the tools and knowledge to do their job safer. In order to do their work effectively, these leaders need to be able to curate specific types of content to fit various use cases, in different contexts and languages and different formats. In offline situations (load shedding, no access to the internet or in times of internet shutdowns) the ability to successfully deliver trainings and content becomes almost impossible. \
|
||||||
|
> \
|
||||||
|
> They shared more than a few times that if they did not have the Butter Box, some sessions would have been canceled.
|
||||||
|
|
||||||
|
### 2. Sharing & Media Backup
|
||||||
|
|
||||||
|
> Often M. wants to share music and movie files that they’ve downloaded on their computer with their friends — but transferring with cables or Bluetooth is a pain. So they've set up a Butter Box with their media collection — music files, films and photos. They plugged it in near the kitchen, and now anyone in their apartment can connect to the Butter Wi‑Fi and browse a shared media library. No internet needed, and no more file-by-file transfers.
|
||||||
|
|
||||||
|
### 3. Temporary file storage
|
||||||
|
|
||||||
|
> On a remote site with no cell service, workers needed a way to temporarily offload large files — like site photos or documents — from their phones. Using Butter Box’s local encrypted message board, they sent files to themselves or coworkers for safekeeping. Files stayed on the device until retrieved later, even without power or signal.
|
||||||
|
|
@ -0,0 +1,160 @@
|
||||||
|
---
|
||||||
|
description: 'How to Create Your Own F-Droid Repo to Share as a Content Pack'
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
# F-Droid Repo
|
||||||
|
|
||||||
|
You can build your own curated F-Droid repo using your computer's
|
||||||
|
terminal. Once set up, users can connect their F-Droid app to your Butter
|
||||||
|
Box and start downloading apps.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Step 1: Install F-Droid Server Tools
|
||||||
|
|
||||||
|
Before you begin, you need to install a tool called **fdroidserver**. This
|
||||||
|
helps you create and manage your app store.
|
||||||
|
|
||||||
|
**On Mac (using Homebrew):**
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install fdroidserver
|
||||||
|
```
|
||||||
|
|
||||||
|
**On Linux (Debian/Ubuntu):**
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install fdroidserver
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 2: Check that it's installed correctly
|
||||||
|
|
||||||
|
After installation, run this command:
|
||||||
|
|
||||||
|
```
|
||||||
|
fdroid version
|
||||||
|
```
|
||||||
|
|
||||||
|
If everything is working, you will see a version number printed on the
|
||||||
|
screen.
|
||||||
|
|
||||||
|
### Step 3: Create Your Repo Folder
|
||||||
|
|
||||||
|
You need to create the folder where you will save the repo files in your
|
||||||
|
computer, choose a name that aligns with the project or purpose of the apps
|
||||||
|
in it, and replace my-fdroid-repo for that name in the command.
|
||||||
|
|
||||||
|
```
|
||||||
|
mkdir -p ~/my-fdroid-repo
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ~/my-fdroid-repo
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 4: Initialize the repo
|
||||||
|
|
||||||
|
```
|
||||||
|
fdroid init
|
||||||
|
```
|
||||||
|
|
||||||
|
This creates the following directories in your repo file:
|
||||||
|
|
||||||
|
```
|
||||||
|
Config.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
repo/
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
metadata/
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 5: Add your APKs
|
||||||
|
|
||||||
|
Copy your signed APKs into the repo/ folder. Ensure you only use apps from
|
||||||
|
trusted sources like the official F-Droid library or verified developers.
|
||||||
|
|
||||||
|
**Security Note:** Avoid downloading APKs from "mirror" sites or unknown sources, as they can contain malware or trackers that compromise your users' privacy.
|
||||||
|
|
||||||
|
```
|
||||||
|
cp /path/to/your/*.apk repo/
|
||||||
|
```
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
cp ~/Downloads/myapp.apk repo/
|
||||||
|
```
|
||||||
|
|
||||||
|
### Step 6: Generate (and Update) the Repository Index
|
||||||
|
|
||||||
|
Every time you add a new APK or a new version of an app to your repo/
|
||||||
|
folder, you must run the following command to "publish" those changes:
|
||||||
|
|
||||||
|
```
|
||||||
|
fdroid update --create-metadata
|
||||||
|
```
|
||||||
|
|
||||||
|
What this command does:
|
||||||
|
|
||||||
|
* **Scans APKs:** It reads the new files in your repo/ folder.
|
||||||
|
* **Generates Metadata:** It creates YAML files containing the app's name,
|
||||||
|
version, and permissions.
|
||||||
|
* **Creates index.v1.jar:** This is the "catalog" file that the F-Droid app
|
||||||
|
downloads to see what is available.
|
||||||
|
* **Signs the Repository:** It uses your secret key to sign the index,
|
||||||
|
proving to the Android app that the files haven't been tampered with.
|
||||||
|
|
||||||
|
### Step 7: Test your Repo locally
|
||||||
|
|
||||||
|
To test your repo locally and ensure everything works before you share it on
|
||||||
|
the Butter Box, you can serve its content locally and add it to F-Droid
|
||||||
|
using a URL.
|
||||||
|
|
||||||
|
```
|
||||||
|
cd repo
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
python3 -m http.server 8000
|
||||||
|
```
|
||||||
|
|
||||||
|
Once your repo is live, open the F-Droid app on your device and navigate to **Settings > Repositories > "+"**. Select **"Enter repository URL manually"** to add your new source.
|
||||||
|
|
||||||
|
Adding the repo manually allows you to verify the user experience by
|
||||||
|
checking:
|
||||||
|
|
||||||
|
* **App Visibility:** Are all your apps appearing in the list?
|
||||||
|
* **Visual Assets:** Are icons and screenshots displaying correctly?
|
||||||
|
* **Categorization:** Are apps appearing in the correct sections (e.g.,
|
||||||
|
Internet, Security)?
|
||||||
|
* **Functionality:** Do the downloads and installations complete without
|
||||||
|
errors?
|
||||||
|
* **Metadata:** Does the version number and description match your `repo/`
|
||||||
|
files?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Your repo will be available at:
|
||||||
|
|
||||||
|
`http://YOUR-IP:8000/repo`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Find your IP:**
|
||||||
|
|
||||||
|
#### macOS:
|
||||||
|
|
||||||
|
```
|
||||||
|
ipconfig getifaddr en0
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Linux:
|
||||||
|
|
||||||
|
```
|
||||||
|
hostname -I
|
||||||
|
```
|
||||||
|
|
@ -0,0 +1,50 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
# Apps
|
||||||
|
|
||||||
|
You can share apps as a content pack, via a static website. If you give a
|
||||||
|
folder the name `appstore` and place it in the root directory of the USB
|
||||||
|
drive, the **Apps** tile will appear in the Butter Box portal.
|
||||||
|
|
||||||
|
**Things To Know**
|
||||||
|
|
||||||
|
* If you are sharing apps from Butter Box, you will need to download the app
|
||||||
|
files you want to share. Apps are updated frequently. Be sure to manually
|
||||||
|
update all of the app files frequently to ensure you are providing the
|
||||||
|
highest security for the people who connect to the box.
|
||||||
|
* You’ll need a copy of the app’s `.apk` file — make sure it’s from a safe
|
||||||
|
and trusted source.
|
||||||
|
* Butter won’t automatically verify the source, so it's up to you to
|
||||||
|
confirm it's clean and legal to share.
|
||||||
|
* How to get apk files: There are mobile apps you can use to get access to
|
||||||
|
apk files on an Android phone. Alternatively, you can download app files
|
||||||
|
directly from the developer's website.
|
||||||
|
|
||||||
|
### Go Further: Butter Box Supports Sharing Via F-Droid
|
||||||
|
|
||||||
|
Additionally, Butter Box supports app distribution via F-Droid. In your
|
||||||
|
content pack, you can include the F-Droid `.apk` and a QR code for your
|
||||||
|
repo. Anyone with access to the Box can then download the F-Droid app while
|
||||||
|
offline, and add the repo.
|
||||||
|
|
||||||
|
As long as they are connected to the Butter Box, they can download any of
|
||||||
|
the apps within your repo.
|
||||||
|
|
||||||
|
If they are connected to the internet later, they can receive app updates
|
||||||
|
from any apps in your repo that are also included in the official F-Droid
|
||||||
|
repo. If you update the apps in your repo, they will also have access to
|
||||||
|
those.
|
||||||
|
|
||||||
|
What is a F-Ddroid Repo?
|
||||||
|
|
||||||
|
* A hosted library of apps\ Why use it?
|
||||||
|
* It offers a secure process for sharing apps. The F-Droid team builds apps
|
||||||
|
in the official F-Droid repo from the source code themselves. This ensures
|
||||||
|
that the app you download exactly matches the code the developer
|
||||||
|
published.
|
||||||
|
* Users installing from F-Droid have access to app updates remotely (away
|
||||||
|
from the Butter Box)
|
||||||
|
|
||||||
|
Technical skills are required to create your own F-Droid repo. Refer to the
|
||||||
|
[F-Droid Repo](f-droid-repo) Section for instructions.
|
||||||
|
|
@ -0,0 +1,72 @@
|
||||||
|
---
|
||||||
|
description: 'Curated pluggable content'
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# Content Packs
|
||||||
|
|
||||||
|
You can create your own content pack! It simply needs to be set up as a
|
||||||
|
**static website with local links**. This website will run from the box
|
||||||
|
itself, so all of the images and files required for the website need to be
|
||||||
|
contained within one main folder.
|
||||||
|
|
||||||
|
Once you have your static website ready, you will put all of the required
|
||||||
|
files for it in one folder, and place this folder in the **root directory**
|
||||||
|
of your USB drive. This website will be rendered in the browser people use
|
||||||
|
to access the Butter Box portal.
|
||||||
|
|
||||||
|
Tips for creating a content pack with a static website:
|
||||||
|
|
||||||
|
* **Contents.** Everything for the static website must be stored on a USB
|
||||||
|
drive that plugs into the Butter Box. It should not link to resources on
|
||||||
|
the global internet.
|
||||||
|
* **Size.** The size of your content pack is limited by the amount of space
|
||||||
|
available on your USB drive. Though, keep in mind that if multiple people
|
||||||
|
are downloading or watching really large files from the box, there may be
|
||||||
|
some latency.
|
||||||
|
* **Pages.** Links between pages should point to other saved pages in the
|
||||||
|
same folder, not to the internet. You must use relative paths
|
||||||
|
(e.g. about/index.html) instead of absolute web URLs.
|
||||||
|
* **Media.** Pictures, videos, and sounds cannot be linked to from somewhere
|
||||||
|
online. The files need to be in your website folder and stored on the USB
|
||||||
|
drive.
|
||||||
|
* **Libraries.** The website cannot use javascript libraries that rely on an
|
||||||
|
internet connection.
|
||||||
|
* **Styles.** Special fonts and icons (like those from Google Fonts) also
|
||||||
|
need to be packed into the folder, not fetched from the web.
|
||||||
|
|
||||||
|
### Try It
|
||||||
|
|
||||||
|
* The zip file below contains a sample static website. To get a feel for how
|
||||||
|
static websites work with butter—Download it. Unzip it. Then, add this set
|
||||||
|
of files to your USB drive.
|
||||||
|
|
||||||
|
[Sample Static Website.zip](/img/docs/Sample%20Static%20Website.zip)
|
||||||
|
|
||||||
|
You can also check out our [New Content Pack News](/docs/content-packs).
|
||||||
|
|
||||||
|
### Get Started
|
||||||
|
|
||||||
|
The best way to get started with creating your own content pack is to have
|
||||||
|
an idea about the experience and type of information you want to provide,
|
||||||
|
and then to design and build a local static website for it.
|
||||||
|
|
||||||
|
It can be very simple like an audio player for music. Or, a simple list of
|
||||||
|
the five top VPN apps that you recommend. Or it can be more complex like a
|
||||||
|
library or knowledge base of cultural artifacts.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Add website files to a USB drive
|
||||||
|
|
||||||
|
Place a folder with your website files in the **root directory** of a USB
|
||||||
|
drive. Be sure that your website folder contains your **index.html.** The
|
||||||
|
name of this folder will be displayed on the Butter Box portal.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2025-08-16 at 9.46.16 PM.png" alt=""/><figcaption><p>USB directory when viewed in Finder on desktop</p></figcaption></figure>
|
||||||
|
|
||||||
|
### Connect to your Butter Box to view
|
||||||
|
|
||||||
|
Insert the USB drive into your Butter Box. When you open the Butter Box
|
||||||
|
portal, tap **Files**. Navigate to the website folder. Tap to view.
|
||||||
|
|
||||||
|
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
# Maps
|
||||||
|
|
||||||
|
You can make offline maps available from your Butter Box. These maps are
|
||||||
|
powered by **OpenStreetMap (OSM)** and the **OsmAnd app** for Android.
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
**Important:** Offline map downloads work **only on Android devices**. iOS is not supported.
|
||||||
|
:::
|
||||||
|
|
||||||
|
### ✅ Steps to Enable Maps
|
||||||
|
|
||||||
|
**1. Download the map files you need**
|
||||||
|
|
||||||
|
* Visit: [OsmAnd Local Indexes
|
||||||
|
List](https://osmand.net/list?sortby=size\&asc=false)
|
||||||
|
* Choose and download the regions you want available offline.
|
||||||
|
|
||||||
|
**2. Organize your files**
|
||||||
|
|
||||||
|
* On your USB drive, create a folder named `osm-map-files` .
|
||||||
|
* Put the **OsmAnd APK** and all your **map files** into this folder.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2025-08-16 at 9.44.40 PM.png" alt=""/><figcaption><p>USB directory when viewed in Finder on desktop</p></figcaption></figure>
|
||||||
|
|
||||||
|
**3. Add to your Butter Box**
|
||||||
|
|
||||||
|
* Insert the USB drive into your Butter Box.
|
||||||
|
* The **Offline Maps** tile will automatically appear in your Butter Box
|
||||||
|
portal.
|
||||||
|
|
||||||
|
👉 That’s it — anyone using an **Android device** can now download OsmAnd and
|
||||||
|
the offline maps you’ve provided directly from your Butter Box.
|
||||||
|
|
||||||
|
Note: The OSM map apk is available on the Butter Box software image. Updates
|
||||||
|
to the OsmAnd app will be available with new releases of the Butter Box
|
||||||
|
software. If you want to know what the latest available version of OsmAnd
|
||||||
|
app is, visit [OsmAnd Free Releases —
|
||||||
|
Android](https://osmand.net/docs/versions/free-versions).
|
||||||
|
|
@ -0,0 +1,68 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
# How to Reformat Your USB Drive
|
||||||
|
|
||||||
|
After connecting your USB drive to the Raspberry Pi you will see the
|
||||||
|
“Explore USB” title displayed on the portal. If you’ve tried refreshing your
|
||||||
|
portal page and still do not see the “Explore USB” tile then you may need to
|
||||||
|
erase your USB stick and reformat it.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
When you format a USB drive, all files and folders on the drive are removed and replaced with a new file system. This can help repair any issues with the flash drive itself or make it compatible with new files you want to transfer. Be sure to back up your files before formatting your drive. <br/>
|
||||||
|
|
||||||
|
**Check the Format of the USB**
|
||||||
|
|
||||||
|
* On your desktop or laptop, plug in your USB
|
||||||
|
* Right, or double-click on the USB
|
||||||
|
* Click on “Get info” and verify the Format
|
||||||
|
* Your USB needs to be formatted to ExFat or Fat32, MS-DOS (FAT).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Reformatting Steps on MacOS:**
|
||||||
|
|
||||||
|
* Connect the USB drive to a USB port on your computer.
|
||||||
|
* Right, or double-click on the USB
|
||||||
|
* Click on “Erase Disk…”
|
||||||
|
* You can rename your USB at this time
|
||||||
|
* Select the correct format, either ExFat or ExFat32 or MS-DOS (FAT)
|
||||||
|
* Then tap “Erase”
|
||||||
|
* A message may appear warning you that all content will be deleted. Select
|
||||||
|
“Erase”
|
||||||
|
* This may take a few minutes. The USB will disappear and reappear on your
|
||||||
|
homescreen
|
||||||
|
* Verify the drive is correctly formatted
|
||||||
|
* Right, or double-click on the USB
|
||||||
|
* Click on “Get info” and verify the Format<br/>
|
||||||
|
|
||||||
|
**Reformatting Steps on Windows:**
|
||||||
|
|
||||||
|
* Connect the USB drive to a USB port on your computer.
|
||||||
|
* Open the File Explorer and select "This PC" from the menu.
|
||||||
|
* You can find this option in the left panel, next to a monitor
|
||||||
|
icon.[\[2\]](https://www.wikihow.com/Format-a-Flash-Drive#_note-2)
|
||||||
|
* On Windows 7, click Computer on the right side of the Start window.
|
||||||
|
* Right-click the flash drive's icon. It's beneath the "Devices and drives"
|
||||||
|
heading in the middle of the page. This will bring up a drop-down menu.
|
||||||
|
* Choose "Format". This will open the formatting window.
|
||||||
|
* Click on "File System" and choose the MS-DOS, FAT32, or exFAT format.
|
||||||
|
* [FAT32](https://www.wikihow.com/Format-FAT32) - The most widely compatible
|
||||||
|
format. Works with most computers and gaming consoles.
|
||||||
|
* exFAT - Similar to FAT32, but designed for external hard drives (e.g.,
|
||||||
|
flash drives) and quicker use. It's a universal format that is most common
|
||||||
|
across Windows, Linux, and Mac.
|
||||||
|
* Select "Start" and click "OK" to finish formatting your flash drive.
|
||||||
|
* A final prompt will appear, Click “OK”. Your flash drive has successfully
|
||||||
|
been formatted.<br/>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br/>
|
||||||
77
i18n/bo/docusaurus-plugin-content-docs/current/faq/index.mdx
Normal file
77
i18n/bo/docusaurus-plugin-content-docs/current/faq/index.mdx
Normal file
|
|
@ -0,0 +1,77 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
# FAQ
|
||||||
|
|
||||||
|
### Does the Butter Box give me the internet?
|
||||||
|
|
||||||
|
Not quite. The Butter Box doesn’t provide internet access. Instead, it
|
||||||
|
creates its own local Wi-Fi network that lets you access apps, content
|
||||||
|
(previously set up), and message board features offline . Everything is
|
||||||
|
stored and shared locally — no internet or data connection needed.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### How do you power a Butter Box?
|
||||||
|
|
||||||
|
The Butter Box is super flexible! You can power it using a USB power bank, a
|
||||||
|
wall adapter, or even a small solar panel. As long as it provides power to
|
||||||
|
the Raspberry Pi, you’re good to go. Go to the [Power
|
||||||
|
Supply](../build-a-box/power-supply) section to learn more.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### If I’m powering the Butter Box with a solar panel, do I need a power bank?
|
||||||
|
|
||||||
|
A power bank isn’t strictly required, but it’s highly recommended. Solar
|
||||||
|
panels can be inconsistent — clouds, shade, or changing sunlight can
|
||||||
|
interrupt power. A power bank helps smooth that out by storing energy and
|
||||||
|
keeping the Butter Box running steadily, even when sunlight dips. Check it
|
||||||
|
out this use case to know more: (insert use case URL)
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### What are the security features of the Butter Box? Can I put a password on it?
|
||||||
|
|
||||||
|
Currently, the Butter Box broadcasts an open Wi-Fi network — that means no
|
||||||
|
password is required to connect. This makes it easy for people nearby to
|
||||||
|
join, especially in offline or community settings.
|
||||||
|
|
||||||
|
However, users must either enter the Butter Box’s local IP address manually,
|
||||||
|
or scan a QR code that takes them directly to the content. Since it’s all
|
||||||
|
offline, there’s no exposure to the internet or external threats.
|
||||||
|
|
||||||
|
You can configure the Raspberry Pi to require a Wi-Fi password in the admin
|
||||||
|
settings. Refer to the [Security](../security) section for more security
|
||||||
|
features.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### How much storage does a Butter Box have?
|
||||||
|
|
||||||
|
The Butter Box storage capacity is defined by the microSD card you install —
|
||||||
|
it doesn’t have fixed built-in memory. You can choose anything from a 16 GB
|
||||||
|
card up to 1 TB (the Raspberry Pi Zero 2 W supports microSD sizes up to
|
||||||
|
that). We recommend 256 GB.
|
||||||
|
|
||||||
|
| Use Case | Suggested micro SD Size |
|
||||||
|
| ------------------------------------- | -------------------------- |
|
||||||
|
| Basic setup (apps + message board) | 16 GB – 32 GB |
|
||||||
|
| Additional content or media storage | 64 GB – 128 GB |
|
||||||
|
| Handling large content packs or files | 256 GB or more, up to 1 TB |
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### Can I customize it?
|
||||||
|
|
||||||
|
Absolutely! You can add, for example, your own content - dropping in PDFs,
|
||||||
|
videos, images, and HTML pages to build a local library, or add your own
|
||||||
|
apps - including Android APKs (even if they’re not on F-Droid).
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### My USB drive is plugged into the Butter Box, but the content is not displayed on the portal. Why?
|
||||||
|
|
||||||
|
Yout USB drive is probably in the wrong format. Your USB needs to be
|
||||||
|
formatted to ExFat, Fat32, MS-DOS (FAT). Refer to [Reformatting Your
|
||||||
|
USB](how-to-reformat-your-usb-drive) for help.
|
||||||
17
i18n/bo/docusaurus-plugin-content-docs/current/index.mdx
Normal file
17
i18n/bo/docusaurus-plugin-content-docs/current/index.mdx
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
description: 'Sharing offline has never been easier!'
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
# Get Started
|
||||||
|
|
||||||
|
Butter Box is a lightweight, portable device that functions like a hard
|
||||||
|
drive with its own hotspot. Anyone nearby can connect to it and view or
|
||||||
|
download its contents—no internet required.
|
||||||
|
|
||||||
|
Whether you have a Butter Box in your hands or you need to build one, you're
|
||||||
|
in the right spot. Choose an option below.
|
||||||
|
|
||||||
|
## [I Have A Box](quick-start.mdx) ...or... [I Need A Box](build-a-box/)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,88 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
# Quick Start
|
||||||
|
|
||||||
|
If you have a Butter Box with the latest version of the Butter software
|
||||||
|
loaded on the SD card, take these quick steps to get set up.
|
||||||
|
|
||||||
|
### Check supplies
|
||||||
|
|
||||||
|
Make sure you have the supplies for a basic box:
|
||||||
|
|
||||||
|
* [ ] Power source
|
||||||
|
* [ ] USB drive
|
||||||
|
* [ ] USB Adapters (as needed)
|
||||||
|
* [ ] Butter Box Device (with micro SD card inserted)
|
||||||
|
* [ ] Case
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/signal-2025-08-21-140334_003.jpeg" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
### Make sure the micro SD card is inserted into the device
|
||||||
|
|
||||||
|
The micro SD card should have the latest version of Butter OS running on it.
|
||||||
|
|
||||||
|
### Plug it in to power on
|
||||||
|
|
||||||
|
Connect the power supply to the first micro USB port and correct wall
|
||||||
|
outlet.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/1.png" alt="" width="375"/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
You will know the box is working if ‘butterbox’ wifi appears in the wifi
|
||||||
|
list on your phone or computer. If it doesn’t, unplug the box and plug it
|
||||||
|
back in.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
_If using a solar battery or other means of power, use one with the correct
|
||||||
|
specs to ensure adequate power and avoid damage to the unit. For a Pi Zero 2
|
||||||
|
W use Micro USB power supply with at least 2.0A._
|
||||||
|
|
||||||
|
[Link to Power Supply Options](build-a-box/power-supply)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Insert USB drive
|
||||||
|
|
||||||
|
Connect the USB adapter to the open port. Then plug in the USB drive. Learn
|
||||||
|
more about loading the USB drive with treasures in the [File
|
||||||
|
Sharing](services/file-sharing) section.
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/2.png" alt="" width="375"/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
### Access the Butter Box Portal
|
||||||
|
|
||||||
|
Join the ‘butterbox’ Wi-Fi. After 30 seconds, scan the QR code on the
|
||||||
|
box. This connects you to **http://butterbox.local** in a browser.
|
||||||
|
|
||||||
|
[https://youtu.be/KB5O9MSoaAg](https://youtu.be/KB5O9MSoaAg)
|
||||||
|
|
||||||
|
<div align="center"><figure><img src="/img/docs/qr code.png" alt="" width="375"/><figcaption></figcaption></figure></div>
|
||||||
|
|
||||||
|
_If this page does not load, wait a few minutes to ensure
|
||||||
|
connectivity. Refresh the page. If you’re connecting from a smartphone, turn
|
||||||
|
off your mobile data or turn on airplane mode. Then try again._
|
||||||
|
|
||||||
|
:::info
|
||||||
|
This is an HTTP page, not HTTPS, because it's served from a local device with no internet connection. Your data never leaves the network, so it's still private and secure.
|
||||||
|
:::
|
||||||
|
|
||||||
|
The Wi-Fi does not have a password by default. Though, you can easily add
|
||||||
|
one in the Admin Settings.
|
||||||
|
|
||||||
|
### Once connected, use Admin Settings to set up your box.
|
||||||
|
|
||||||
|
The admin setup wizard is designed to give you choice over which services
|
||||||
|
are offered on the box and to increase its security. You will be prompted to
|
||||||
|
go to Admin Settings if this is the first time you've used the box.
|
||||||
|
|
||||||
|
### Share access to the portal
|
||||||
|
|
||||||
|
Once you share with others, they will connect to it in the same way you just
|
||||||
|
did.
|
||||||
|
|
||||||
|
:::info
|
||||||
|
For a Pi Zero 2 W: Up to 5 people can connect to the box at any time. After people connect and get what they need, encourage them to leave the box to give others a turn.\
|
||||||
|
The physical reach of the Box varies. But as a rule of thumb, people in the same room as the box (or in talking distance) will be able to access it.
|
||||||
|
:::
|
||||||
202
i18n/bo/docusaurus-plugin-content-docs/current/security.mdx
Normal file
202
i18n/bo/docusaurus-plugin-content-docs/current/security.mdx
Normal file
|
|
@ -0,0 +1,202 @@
|
||||||
|
---
|
||||||
|
description: 'How to Make a Butter Box Tamper Resistant'
|
||||||
|
sidebar_position: 7
|
||||||
|
---
|
||||||
|
|
||||||
|
# Security
|
||||||
|
|
||||||
|
This guide was designed for deployments in hostile, semi-hostile, or
|
||||||
|
low-trust environments, where devices may be inspected, confiscated,
|
||||||
|
modified, or misused. It aims to provide practical recommendations to make
|
||||||
|
the Butter Box more physically and digitally tamper-resistant.
|
||||||
|
|
||||||
|
Following the recommendations in this guide will help reduce risk, not
|
||||||
|
guarantee absolute security. Butter Box is assumed to be a field-deployable,
|
||||||
|
low-cost, offline system, so these recommendations prioritize realistic,
|
||||||
|
maintainable protections.
|
||||||
|
|
||||||
|
**Threat Model Assumptions**
|
||||||
|
|
||||||
|
Before applying controls, clearly define your deployment context. This guide
|
||||||
|
assumes one or more of the following risks:
|
||||||
|
|
||||||
|
* Physical access by unauthorized users
|
||||||
|
* Device confiscation or inspection by authorities
|
||||||
|
* Curious or malicious local users
|
||||||
|
* Content manipulation or replacement
|
||||||
|
* Network misuse or impersonation
|
||||||
|
* Credential reuse or default configuration abuse
|
||||||
|
|
||||||
|
Remember that controls should adapt to the local risk level, over-hardening
|
||||||
|
can reduce usability and trust.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Section 1: Physical Tamper Resistance
|
||||||
|
|
||||||
|
#### Enclosure and Hardware Protection
|
||||||
|
|
||||||
|
Physical access to the Butter Box allows SD card cloning, firmware
|
||||||
|
replacement, malware injection and broadcasting of malicious
|
||||||
|
information. PCB are also delicate and should have additional protection to
|
||||||
|
keep them safe from everyday handling and weather exposure.
|
||||||
|
|
||||||
|
Recommendations:
|
||||||
|
|
||||||
|
1. Use a sealed or semi-sealed enclosure (screws instead of snap-fit)
|
||||||
|
2. Prefer tamper-evident screws (Torx, security hex)
|
||||||
|
3. Apply tamper-evident stickers over enclosure seams and SD card slots
|
||||||
|
|
||||||
|
| 1) Sealed enclosures | 2) Screws |
|
||||||
|
| --------------------------------- | --------------------------------------- |
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
#### 
|
||||||
|
|
||||||
|
#### SD Card & Storage Protection
|
||||||
|
|
||||||
|
Recommendations:
|
||||||
|
|
||||||
|
1. Use high-quality SD cards to reduce corruption
|
||||||
|
2. Encrypt sensitive partitions (where feasible)
|
||||||
|
3. Keep content and OS separated (firmware vs content packs)
|
||||||
|
4. Avoid labeling SD cards with sensitive identifiers
|
||||||
|
|
||||||
|
Optional (higher risk contexts):
|
||||||
|
|
||||||
|
1. Epoxy Resin. Electronico potting solutions protect Printed Circuit
|
||||||
|
Boards from extreme temperatures, moisture, vibration, and other
|
||||||
|
environmental threats.
|
||||||
|
2. Physically block SD card removal
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
| Epoxy Resin | Epoxy Resin |
|
||||||
|
| --------------------------------------- | --------------------------------------- |
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
#### 
|
||||||
|
|
||||||
|
#### Power & Port Management
|
||||||
|
|
||||||
|
Recommendations:
|
||||||
|
|
||||||
|
1. Disable or physically block unused ports (USB, HDMI). Inexpensive
|
||||||
|
physical port blockers can be used to reduce the risk of tampering with
|
||||||
|
the Butter Box by preventing unauthorized access to exposed
|
||||||
|
interfaces. These blockers limit the ability of bad actors to inject
|
||||||
|
malicious code, connect unauthorized peripherals, or broadcast unwanted
|
||||||
|
content. Ports are sealed with plastic blockers that can only be removed
|
||||||
|
using a dedicated key included in the deployment kit.
|
||||||
|
2. Avoid exposing Ethernet ports unless required. Ethernet ports should
|
||||||
|
remain disabled or physically blocked unless they are explicitly required
|
||||||
|
for the deployment. When Ethernet access is necessary, its use should be
|
||||||
|
clearly documented and limited to trusted operators.
|
||||||
|
3. Use short internal cables to reduce easy probing
|
||||||
|
4. Label power banks generically (avoid project names)
|
||||||
|
|
||||||
|
| USB & HDMI | Ethernet Ports |
|
||||||
|
| --------------------------------------- | --------------------------------------- |
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
#### Environmental & Operational Practices
|
||||||
|
|
||||||
|
Recommendations:
|
||||||
|
|
||||||
|
* Store boxes in controlled locations when not in use
|
||||||
|
* Rotate devices periodically in long deployments
|
||||||
|
* Assume devices may be copied or lost
|
||||||
|
* Treat Butter Boxes as semi-disposable infrastructure, not personal
|
||||||
|
devices.
|
||||||
|
|
||||||
|
### Section 2: Digital Tamper Resistance
|
||||||
|
|
||||||
|
#### Credential Hygiene (Critical)
|
||||||
|
|
||||||
|
Mandatory actions:
|
||||||
|
|
||||||
|
SSH
|
||||||
|
|
||||||
|
* By default, the pi user has the password butterbox-admin.
|
||||||
|
* Change this password by sshing into the pi and running passwd.
|
||||||
|
* If you'd prefer to use an SSH key, be sure to disable password access once
|
||||||
|
you enable key-based access.
|
||||||
|
|
||||||
|
RaspAP
|
||||||
|
|
||||||
|
* The access point has an administrative interface that can be used to
|
||||||
|
change its settings.
|
||||||
|
* Defaults: user: admin, password: secret (ironically, this is not secret).
|
||||||
|
* Change this by logging in at
|
||||||
|
[http://butterbox.lan/admin](http://butterbox.lan/admin) (or
|
||||||
|
[http://comolamantequilla.lan/admin](http://comolamantequilla.lan/admin)
|
||||||
|
for a Spanish language box) and using the Web UI.
|
||||||
|
|
||||||
|
Chat
|
||||||
|
|
||||||
|
* The local chat was created by an administrative user called
|
||||||
|
butterbox-admin. The password for this user is also butterbox-admin.
|
||||||
|
* Change this password by logging into the Butter Box, going to the public
|
||||||
|
chatroom, then visiting your user profile and updating the password. At
|
||||||
|
your discretion, you may also wish to change the name from butterbox-admin
|
||||||
|
so that other users will recognize you.
|
||||||
|
|
||||||
|
Best practices:
|
||||||
|
|
||||||
|
* Use unique passwords per deployment
|
||||||
|
* Store credentials offline in secure documentation
|
||||||
|
* Never reuse credentials across regions
|
||||||
|
|
||||||
|
#### Service Hardening
|
||||||
|
|
||||||
|
Recommendations:
|
||||||
|
|
||||||
|
* Disable services not strictly required:
|
||||||
|
* SSH (or restrict to key-based auth)
|
||||||
|
* Bluetooth
|
||||||
|
* USB ports
|
||||||
|
|
||||||
|
#### Content Integrity & Authenticity
|
||||||
|
|
||||||
|
Recommendations:
|
||||||
|
|
||||||
|
* Keep firmware immutable during normal operation
|
||||||
|
* Maintain a known-good baseline image
|
||||||
|
* Re-flash devices periodically in long deployments
|
||||||
|
|
||||||
|
Operational control:
|
||||||
|
|
||||||
|
* Only trusted operators should install or update content
|
||||||
|
* Document update sources and dates
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Section 3: Misuse & Abuse Mitigation
|
||||||
|
|
||||||
|
#### Local Chat & Content Abuse
|
||||||
|
|
||||||
|
Risks:
|
||||||
|
|
||||||
|
* Harassment or hate speech
|
||||||
|
* Impersonation
|
||||||
|
* Disinformation spread
|
||||||
|
|
||||||
|
Mitigations:
|
||||||
|
|
||||||
|
* Clear usage guidelines displayed locally
|
||||||
|
* Community moderation roles (if appropriate)
|
||||||
|
* Ability to reset or wipe chat data quickly
|
||||||
|
* Limit who can upload or replace content
|
||||||
|
* Keep a read-only mode for most users
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Section 4: Incident Response & Recovery
|
||||||
|
|
||||||
|
Prepare for compromise:
|
||||||
|
|
||||||
|
* Assume some devices will be tampered with
|
||||||
|
* Maintain a simple wipe and re-flash procedure
|
||||||
|
* Track deployments
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
@ -0,0 +1,59 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 2
|
||||||
|
---
|
||||||
|
# File Sharing
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/media-type-explore.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
## Share Media, Files and Digital Books
|
||||||
|
|
||||||
|
You can use your Butter Box to share media, files, and digital books. To
|
||||||
|
display additional content in your portal, connect a USB drive containing
|
||||||
|
the information you want to share.
|
||||||
|
|
||||||
|
If you’d like more control over how your content is displayed, you can build
|
||||||
|
a **static website** and share it through the Butter Box. Learn more in the
|
||||||
|
[Content Packs](../content-packs/) section.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Add files to your USB Drive
|
||||||
|
|
||||||
|
Place individual files directly in the **main directory** (root) of your USB
|
||||||
|
drive. Or, create folders to organize your files (eg. "Books", "Music",
|
||||||
|
"Reports)
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2025-08-16 at 9.50.15 PM.png" alt=""/><figcaption><p>USB directory when viewed in Finder on desktop</p></figcaption></figure>
|
||||||
|
|
||||||
|
**Things to Know**
|
||||||
|
|
||||||
|
* The **folder names you use** on your USB drive will be shown in the Butter
|
||||||
|
Box portal.
|
||||||
|
* Organizing content into folders makes it easier for others to browse and
|
||||||
|
download.
|
||||||
|
|
||||||
|
### Connect to your Butter Box to view
|
||||||
|
|
||||||
|
Insert the USB drive into your Butter Box. After connecting your USB drive
|
||||||
|
to the Raspberry Pi you will see the **Files** tile displayed when you open
|
||||||
|
the Butter Box portal.
|
||||||
|
|
||||||
|
<div><figure><img src="/img/docs/Screenshot_20260414-122810.png" alt=""/><figcaption></figcaption></figure> <figure><img src="/img/docs/Screenshot_20260414-122821.png" alt=""/><figcaption></figcaption></figure></div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**Troubleshooting**
|
||||||
|
|
||||||
|
If you don’t see the **Files** tile, try the following actions:
|
||||||
|
|
||||||
|
* Remove the USB drive from the Butter Box. Then re-insert the USB drive.
|
||||||
|
* Turn on/off airplane mode. Reconnect Butter Box wifi.
|
||||||
|
* Refresh the browser page.
|
||||||
|
|
||||||
|
If you are still having trouble you may need to [Reformat Your USB
|
||||||
|
Drive](../faq/how-to-reformat-your-usb-drive).
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 1
|
||||||
|
---
|
||||||
|
# Features
|
||||||
|
|
||||||
|
|
@ -0,0 +1,110 @@
|
||||||
|
---
|
||||||
|
description: 'A place for anyone connected to the box to share'
|
||||||
|
sidebar_position: 3
|
||||||
|
---
|
||||||
|
|
||||||
|
# Local Chat
|
||||||
|
|
||||||
|
There is one local chat on your Butter Box that is open to anyone who is
|
||||||
|
able to join the box. If they can open the portal, they can open the chat
|
||||||
|
and say or post anything they want. Depending on your use case, moderation
|
||||||
|
capabilities may be important.
|
||||||
|
|
||||||
|
First, let's look at what you can and can't do with this local chat.
|
||||||
|
|
||||||
|
✅ **You Can**<br/>
|
||||||
|
|
||||||
|
* Host videos up to 5 GB PDFs, images, record, audio messages, share
|
||||||
|
pre-recorded audio messages or music
|
||||||
|
* Download the full chat or any individual piece of content or media that
|
||||||
|
people have shared
|
||||||
|
|
||||||
|
❌ **You Cannot**<br/>
|
||||||
|
|
||||||
|
* Use the chat to talk with people who are not connected to the Butter Box
|
||||||
|
* Get notifications when there are new posts or messages
|
||||||
|
* See the messages unless you are connected to the Butter Box
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Moderation
|
||||||
|
|
||||||
|
A Butter Box offers moderation features for the local chat. In order to
|
||||||
|
access these features, you need to login as the admin of the room.
|
||||||
|
|
||||||
|
### Become the Admin
|
||||||
|
|
||||||
|
### Logout as Guest
|
||||||
|
|
||||||
|
When you open the local chat, you are assigned a guest identity. First
|
||||||
|
logout of the account that was created for you.
|
||||||
|
|
||||||
|
### Login as Admin
|
||||||
|
|
||||||
|
Login to the `butterbox-admin` account. Username and password are both
|
||||||
|
`butterbox-admin`.
|
||||||
|
|
||||||
|
### Change Admin Password
|
||||||
|
|
||||||
|
Visit your user profile to change the password. At your discretion, you may
|
||||||
|
also wish to change your display name so that other users will recognize
|
||||||
|
you.
|
||||||
|
|
||||||
|
### Moderation Features
|
||||||
|
|
||||||
|
Once you are an admin, you have access to the following features:
|
||||||
|
|
||||||
|
* **Set a message timer**
|
||||||
|
* **Delete messages**
|
||||||
|
* **Promote members to moderator or admin**
|
||||||
|
* **Kick members out.**
|
||||||
|
* Keep in mind that someone can simply rejoin as a new guest if they
|
||||||
|
reconnect to the box
|
||||||
|
* **Delete the room.**
|
||||||
|
* Warning: If you delete the room, you will no longer have a local chat on
|
||||||
|
your Butter Box. To get one back, you will have to flash a new image of
|
||||||
|
the Butter Box software to your SD card.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Say Even More—Direct Messages and Private Rooms
|
||||||
|
|
||||||
|
In addition to the local chat, you can create any number of private rooms
|
||||||
|
from the same interface.
|
||||||
|
|
||||||
|
### Things To Know
|
||||||
|
|
||||||
|
* Each room will have it's own QR code.
|
||||||
|
* Private rooms are not discoverable from the Butter Box portal.
|
||||||
|
* If you create a private room, you have to share the QR code physically to
|
||||||
|
whomever you want to join **who is also connected to the box.**
|
||||||
|
* Every private chat that you are part of, will be easy for **you** to
|
||||||
|
find. They will all show up in your room list.
|
||||||
|
|
||||||
|
### Instructions
|
||||||
|
|
||||||
|
You can create a private room from two different places in the message board
|
||||||
|
interface.
|
||||||
|
|
||||||
|
### Open from Avatar Modal
|
||||||
|
|
||||||
|
Tap on your avatar in the top bar. Select **new room.**
|
||||||
|
|
||||||
|
| <img src="/img/docs/image.png" alt="" data-size="original"/> | |
|
||||||
|
| -------------------------------------------------------------------- | - |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Open from Room List
|
||||||
|
|
||||||
|
Your room list is accessible from your profile page. Once here, select **new
|
||||||
|
room.**
|
||||||
|
|
||||||
|
<figure><img src="/img/docs/Screenshot 2026-01-20 at 1.42.17 PM.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
description: 'Using Delta Chat with a Butter Box'
|
||||||
|
sidebar_position: 4
|
||||||
|
---
|
||||||
|
|
||||||
|
# Private Messenger
|
||||||
|
|
||||||
|
With the Private Messenger service, you can exchange secure messages with
|
||||||
|
people you know. [Delta Chat](https://delta.chat/) is a messaging app that
|
||||||
|
uses email protocols to exchange messages. When used through a Butter Box,
|
||||||
|
people who create accounts on the same Butter Box can send messages to each
|
||||||
|
other without the internet.
|
||||||
|
|
||||||
|
Think of the Butter Box like a local post office. Whenever you connect to
|
||||||
|
the Box’s network, your Delta Chat app can send outgoing messages and sync
|
||||||
|
to receive any new ones waiting for you.
|
||||||
|
|
||||||
|
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
sidebar_position: 6
|
||||||
|
---
|
||||||
|
# Update Butter
|
||||||
|
|
||||||
|
### Check out new releases from the Butter Box team
|
||||||
|
|
||||||
|
[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Always choose the Latest Version of the file
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Early Access Development Releases
|
||||||
|
|
||||||
|
WARNING: These are early releases posted for development testing and MUST
|
||||||
|
NOT be used in production deployments.
|
||||||
|
|
||||||
|
[Download Early Access Development
|
||||||
|
Images](https://files.sr2.uk/d/52bd8561a10d4d83be7b/?p=%2F&mode=list)
|
||||||
|
|
||||||
|
### Update your Butter Box
|
||||||
|
|
||||||
|
Update your Butter Box using the same guide with the steps you take when you
|
||||||
|
are setting a Butter Box up for the first time. You can find it here:
|
||||||
|
[Raspberry Pi Install](build-a-box/raspberry-pi/install-butter)
|
||||||
|
|
@ -1,22 +1,23 @@
|
||||||
---
|
---
|
||||||
description: 'DIY instructions'
|
description: 'Instrucciones para crear tu propia Caja Mantequilla'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Build A Box
|
# Construir una Caja
|
||||||
|
|
||||||
Don’t have a Butter Box yet? You can easily build your own. Choose your
|
Don’t have a Butter Box yet? You can easily build your own. Choose your
|
||||||
setup to get started.
|
setup to get started.
|
||||||
|
|
||||||
## Butter Box Setups
|
## Configuraciones de la Caja Mantequilla
|
||||||
|
|
||||||
Butter Box software currently runs on Raspberry Pi devices: Pi Zero 2 and Pi
|
El software de la Caja Mantequilla actualmente funciona en dispositivos
|
||||||
4. You can use either one. See comparison chart below for details.
|
Raspberry Pi: Pi Zero 2 y Pi 4. Puedes usar cualquiera de los dos. Consulta
|
||||||
|
la tabla comparativa a continuación para obtener más detalles.
|
||||||
|
|
||||||
| Device | Capacity | Supplies |
|
| Dispositivo | Capacidad | Suministros |
|
||||||
| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------- |
|
| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------- |
|
||||||
| <p><strong>Basic</strong> </p><p>Raspberry Pi Zero Pi 2<br/><br/><a href="raspberry-pi/basic-box-supplies">Get Started</a></p> | Up to 10 people, About 10 meters apart | [Supply List](raspberry-pi/basic-box-supplies) |
|
| <p><strong>Basico</strong> </p><p>Raspberry Pi Zero Pi 2<br/><br/><a href="raspberry-pi/basic-box-supplies">Iniciar</a></p> | hasta 10 personas, aproximadamente a 10 metros de distancia | [lista de suministros](raspberry-pi/basic-box-supplies) |
|
||||||
| <p><strong>Extended</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a href="raspberry-pi/extend-your-box">Get Started</a></p> | Up to 20 people, About 30 meters apart when paired with a router | [Supply List](raspberry-pi/extend-your-box) |
|
| <p><strong>Optima</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a href="raspberry-pi/extend-your-box">Iniciar</a></p> | hasta 20 personas, aproximadamente a 30 metros de distancia si anexas un router | [Supply List](raspberry-pi/extend-your-box) |
|
||||||
| PC/Laptop (amd64) | _Coming soon_ | _Coming soon_ |
|
| PC/Laptop (amd64) | _proximamente_ | _proximamente_ |
|
||||||
|
|
||||||
We also make and ship Butter Boxes to partners worldwide. If you serve a
|
We also make and ship Butter Boxes to partners worldwide. If you serve a
|
||||||
community that could benefit, we’d love to hear from you.
|
community that could benefit, we’d love to hear from you.
|
||||||
|
|
|
||||||
|
|
@ -1,69 +1,71 @@
|
||||||
---
|
---
|
||||||
description: 'How to turn an old PC into golden deliciuos butter!'
|
description: '¡Cómo convertir una computadora vieja en una caja Mantequilla!'
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
# PC/Laptop Support (BETA!)
|
# Computadora/Laptop (BETA!)
|
||||||
|
|
||||||
An important new development for the ButterBox project is the ability to
|
Una novedad importante para el proyecto Caja Mantequilla es la posibilidad
|
||||||
turn any Intel or AMD 64-bit PC into a ButterBox. In many places in the
|
de convertir cualquier PC Intel o AMD de 64 bits en una Caja Mantequilla. En
|
||||||
world, getting access to an official RaspberryPi is difficult and
|
muchos lugares del mundo, conseguir una Raspberry Pi oficial es difícil y
|
||||||
expensive. However, no matter where you are in the world, there seem to be
|
caro. Sin embargo, independientemente de dónde te encuentres, parece que hay
|
||||||
plenty of "old", unloved, discarded PC towers and laptops.
|
un montón de ordenadores de sobremesa y portátiles viejos, olvidados y
|
||||||
|
desechados.
|
||||||
|
|
||||||
This page will help you bring new life to that old tech, by turning it into
|
Esta página te ayudará a darle nueva vida a esa vieja tecnología,
|
||||||
the best kind of buttery local microserver, that even has a built-in
|
convirtiéndola en el mejor microservidor local, que incluso cuenta con
|
||||||
battery, screen and keyboard!
|
batería, pantalla y teclado integrados!
|
||||||
|
|
||||||
## Download the Image
|
## Descargar la imagen
|
||||||
|
|
||||||
Access to new images of ButterBox built for Intel/AMD64 devices are now
|
El acceso a nuevas imágenes de ButterBox creadas para dispositivos
|
||||||
available IN EARLY BETA through our [development image distribution
|
Intel/AMD64 ya está disponible EN VERSIÓN BETA TEMPRANA a través de nuestro
|
||||||
site](https://files.sr2.uk/d/52bd8561a10d4d83be7b/?p=%2F&mode=list).
|
[sitio de distribución de imágenes de
|
||||||
Download the latest image that beings with "amd64_butter_main_".
|
desarrollo](https://files.sr2.uk/d/52bd8561a10d4d83be7b/?p=%2F&mode=list).
|
||||||
|
Descargue la última imagen que comienza con "amd64_butter_main_".
|
||||||
|
|
||||||
## How to Flash
|
## Como copiarla
|
||||||
|
|
||||||
This image can be flashed to a bootable USB drives, using
|
Esta imagen se puede grabar en unidades USB de arranque, utilizando
|
||||||
[balenaEtcher](https://etcher.balena.io/).
|
[balenaEtcher](https://etcher.balena.io/).
|
||||||
|
|
||||||
1. Install balenaEtcher
|
1. Instalar balenaEtcher
|
||||||
2. Download the AMD64 image and unpack it (remove .tar and .gz with "unzip"
|
2. Descarga la imagen AMD64 y descomprímela (elimina las extensiones .tar y
|
||||||
tool)
|
.gz con la herramienta "unzip")
|
||||||
3. Select the image file in balenaEtcher
|
3. Selecciona el archivo de imagen en balenaEtcher
|
||||||
4. Plugin the USB flash drive
|
4. Conecta el USB
|
||||||
5. Select the drive in balenaEtcher
|
5. Selecciona la unidad USB en balenaEtcher
|
||||||
6. Flash!
|
6. Graba la imagen!
|
||||||
|
|
||||||
## How to Boot Up
|
## Como iniciar el arranque
|
||||||
|
|
||||||
Once the USB drive is flashed, you can now use it to boot up ButterBox on
|
Una vez formateada la unidad USB, ya puedes usarla para arrancar ButterBox
|
||||||
your old PC.
|
en tu antiguo ordenador.
|
||||||
|
|
||||||
1. Boot your old PC into the "BIOS" screen. Make sure it is configured to
|
1. Inicia tu PC en la pantalla "BIOS". Asegúrate de que esté configurado
|
||||||
allow for booting from the USB drive, before it boots the internal hard
|
para permitir el arranque desde la unidad USB antes de arrancar desde el
|
||||||
drive.
|
disco duro interno.
|
||||||
2. Shutdown the PC.
|
2. Apaga la PC.
|
||||||
3. Plug in the USB drive to the PC
|
3. Conecta la unidad USB al PC
|
||||||
4. Start the PC, and make sure it boots from the USB drive.
|
4. Enciende el ordenador y asegúrate de que arranca desde la unidad USB.
|
||||||
5. Wait for the login terminal to appear!
|
5. ¡Espera a que aparezca la terminal de inicio de sesión!
|
||||||
|
|
||||||
## How to Access
|
## Como accesar
|
||||||
|
|
||||||
Once the ButterBox PC is booted up, and plugged into a local router, it
|
Una vez que el ordenador se haya encendido y conectado a un router local,
|
||||||
should be ready to access!
|
¡ya deberías estar listo para accederlo!
|
||||||
|
|
||||||
Connect your personal device to the same network, and try to access
|
Conecta tu dispositivo personal a la misma red e intenta acceder a
|
||||||
[http://butterbox.local](http://butterbox.local)
|
[http://butterbox.local](http://butterbox.local)
|
||||||
|
|
||||||
## Differences from RaspberryPi edition
|
## Diferencias con la edición Raspberry Pi
|
||||||
|
|
||||||
There are some important differences between ButterBox on PC versus on
|
There are some important differences between ButterBox on PC versus on
|
||||||
RaspberryPi
|
RaspberryPi
|
||||||
|
|
||||||
- There is no built-in wifi hotspot. You must plug it into a dedicated wifi
|
- No tiene punto de acceso wifi integrado. Debes conectarlo a un router o
|
||||||
router or network.
|
red wifi dedicada.
|
||||||
- You can easily access the terminal "root" user to update and configured
|
- Puedes acceder fácilmente al terminal como usuario "root" para actualizar
|
||||||
(with great power, comes great responsibility!)
|
y configurar (¡un gran poder conlleva una gran responsabilidad!)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,29 @@
|
||||||
---
|
---
|
||||||
description: 'Different ways to power your Butter Box'
|
description: 'Diferentes maneras de alimentar tu Caja Mantequilla'
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
# Power Supply
|
# Fuente de alimentación
|
||||||
|
|
||||||
If you want Butter to work completely off-grid and without electricity, it
|
Si quieres que la Caja Mantequilla funcione completamente fuera de la red
|
||||||
can! Butter Boxes can be powered by a wall outlet, pre-charged battery pack
|
eléctrica y sin electricidad, ¡es posible! Las cajas mantequilla pueden
|
||||||
or solar powered battery pack.
|
alimentarse mediante una toma de corriente, una batería precargada o una
|
||||||
|
batería solar.
|
||||||
|
|
||||||
* **Wall Outlet:** The official and recommended power supply for Raspberry
|
* **Toma de corriente:** La fuente de alimentación oficial y recomendada
|
||||||
Pi computers (depends of the Raspberry Pi model that you are using)
|
para los ordenadores Raspberry Pi (depende del modelo de Raspberry Pi que
|
||||||
* **Pre-charged Battery Pack (Power Bank):** This is the most common option
|
estés utilizando)
|
||||||
for field use.
|
* **Batería precargada (Power Bank):** Esta es la opción más común para uso
|
||||||
* Anker portable charger [power
|
en exteriores.
|
||||||
bank](https://www.amazon.com/Anker-Portable-PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPxZwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-ZdVw-Fi0EcM5vcr7ESk\&dib_tag=se\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\&qid=1756265405\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\&sr=8-6\&th=1)
|
* Cargador portátil Anker [power
|
||||||
* **Solar Panel (with Power Bank):** Use a small solar panel to recharge
|
bank](https://www.amazon.com/Anker-Portable-PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPx
|
||||||
your power bank. This is a good option to keep the box running
|
Zwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-ZdVw-Fi0EcM5vcr7ESk\&dib_tag=se\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\&qid=1756265405\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\&sr=8-6\&th=1)
|
||||||
continuously in off-grid locations. Using direct solar panel without a
|
* **Panel solar (con batería externa):** Utiliza un panel solar portátil
|
||||||
battery is possible, but unstable if the sun dips in/out.
|
para recargar tu batería externa. Esta es una buena opción para mantener
|
||||||
* Solar panel kits:
|
el dispositivo funcionando continuamente en lugares sin acceso a la red
|
||||||
|
eléctrica. Es posible usar el panel solar directamente sin batería, pero
|
||||||
|
el sistema es inestable si la intensidad del sol varía.
|
||||||
|
* Kits de paneles solares:
|
||||||
[https://voltaicsystems.com/solar-panel-kits/](https://voltaicsystems.com/solar-panel-kits/)
|
[https://voltaicsystems.com/solar-panel-kits/](https://voltaicsystems.com/solar-panel-kits/)
|
||||||
|
|
||||||
<figure><img src="/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png" alt=""/><figcaption></figcaption></figure>
|
<figure><img src="/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
# Basic Box Supplies
|
# Suministros de caja básica
|
||||||
|
|
||||||
A basic Butter Box setup is a Raspberry Pi Zero 2 W with a microSD card
|
Una configuración básica de Butter Box consiste en una Raspberry Pi Zero 2 W
|
||||||
running the Butter software, a USB stick, powered by a USB source like a
|
con una tarjeta microSD que ejecuta el software Mantequilla, una memoria USB
|
||||||
power cord, power bank or solar panel.
|
y alimentada por una fuente USB como un cable de alimentación, una batería
|
||||||
|
externa o un panel solar.
|
||||||
|
|
||||||
In most setups like this, a Butter Box can comfortably handle **4–10
|
In most setups like this, a Butter Box can comfortably handle **4–10
|
||||||
connected devices at once** without slowing down. It’s possible to have
|
connected devices at once** without slowing down. It’s possible to have
|
||||||
|
|
@ -18,26 +19,27 @@ open space, it can sometimes reach farther. Think of it like the range of a
|
||||||
home Wi-Fi router — enough to cover a classroom, a coffee shop, meeting
|
home Wi-Fi router — enough to cover a classroom, a coffee shop, meeting
|
||||||
space, or small outdoor gathering.
|
space, or small outdoor gathering.
|
||||||
|
|
||||||
## Supplies
|
## Suministros
|
||||||
|
|
||||||
* [ ] Raspberry Pi Zero 2W (64 Bit)
|
* [ ] Raspberry Pi Zero 2W (64 bits)
|
||||||
[https://www.adafruit.com/product/5291](https://www.adafruit.com/product/5291);
|
[https://www.adafruit.com/product/5291](https://www.adafruit.com/product/5291);
|
||||||
Or you can buy a kit here: [\
|
O puede comprar un kit aquí: [\
|
||||||
https://www.canakit.com/raspberry-pi-zero-2-w.html](https://www.canakit.com/raspberry-pi-zero-2-w.html)
|
https://www.canakit.com/raspberry-pi-zero-2-w.html](https://www.canakit.com/raspberry-pi-zero-2-w.html)
|
||||||
* [ ] Power outlet and power cord that accompanies the Raspberry Pi Zero 2W
|
* [ ] Toma de corriente y cable de alimentación que acompañan a la Raspberry
|
||||||
or an [alternative power supply](../power-supply)
|
Pi Zero 2W o una [fuente de alimentación alternativa](../power-supply)
|
||||||
* [ ] Micro SD Card: Images with the Butter software are usually under 16 GB
|
* [ ] Tarjeta Micro SD: Las imágenes con el software Mantequilla suelen
|
||||||
(we suggest 256 GB). Media that people upload to the chat ends up on the
|
ocupar menos de 16 GB (recomendamos 256 GB). Los archivos multimedia que
|
||||||
card; it never gets cleared.
|
la gente sube al chat se guardan en la tarjeta; nunca se borran.
|
||||||
* [ ] USB drive (min 32 GB)
|
* [ ] USB (min 32 GB)
|
||||||
* [ ] Adapters (as needed)
|
* [ ] Adaptadores (si son necesarios)
|
||||||
|
|
||||||
* [ ] Micro USB/Male to USB A/Female
|
* [ ] Variaciones de Micro USB
|
||||||
* [ ] A dongle to connect the micro SD card to your laptop (if needed)
|
* [ ] Un adaptador para conectar la tarjeta microSD a tu computadora
|
||||||
|
portátil (si es necesario)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Once you have your supplies, continue in the Install Butter section.**
|
**Una vez que tengas los materiales, continúa con la sección de Instalación de la Caja Mantequilla.**
|
||||||
|
|
||||||
[install-butter.md](install-butter)
|
[install-butter.md](install-butter)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,69 +1,73 @@
|
||||||
---
|
---
|
||||||
description: 'How To Add a Router To Your Box Setup'
|
description: 'Cómo agregar un enrutador a la configuración de tu caja'
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
# Extend Your Box
|
# Amplía tu caja
|
||||||
|
|
||||||
An extended Butter Box pairs the Raspberry Pi with a standalone Wi-Fi
|
Una versión ampliada de la Caja Mantequilla combina la Raspberry Pi con un
|
||||||
router, giving stronger signal and more simultaneous connections.
|
router Wi-Fi independiente, lo que proporciona una señal más potente y más
|
||||||
|
conexiones simultáneas.
|
||||||
|
|
||||||
With the router, the network can reach 10-30 m (32-98 feet),and can
|
With the router, the network can reach 10-30 m (32-98 feet),and can
|
||||||
comfortably support 10–20 connected devices at the same time. This setup is
|
comfortably support 10–20 connected devices at the same time. This setup is
|
||||||
ideal for a medium group of people in a medium room, like classrooms,
|
ideal for a medium group of people in a medium room, like classrooms,
|
||||||
events, or community spaces.
|
events, or community spaces.
|
||||||
|
|
||||||
## Supplies
|
## Suministros
|
||||||
|
|
||||||
* [ ] Raspberry Pi 4, 5 or Raspberry Pi Zero 2W
|
* [ ] Raspberry Pi 4, 5 o Raspberry Pi Zero 2W
|
||||||
* [ ] Router ([Opal (GL-SFT1200) Wireless Travel
|
* [ ] Router ([Router inalámbrico de viaje Opal
|
||||||
Router](https://store-us.gl-inet.com/products/united-states-opal-gl-sft1200-gigabit-wireless-router-dual-band-openwrt-ipv6-tor)
|
(GL-SFT1200)](https://store-us.gl-inet.com/products/united-states-opal-gl-sft1200-gigabit-wireless-router-dual-band-openwrt-ipv6-tor)
|
||||||
or equivilent)
|
o equivalente)
|
||||||
* [ ] Power outlet and power cords that accompany the Raspberry Pi and the
|
* [ ] Toma de corriente y cables de alimentación que acompañan a la
|
||||||
Router or an [alternative power supply](../power-supply)
|
Raspberry Pi y al Router o una [fuente de alimentación
|
||||||
* [ ] Micro SD Card: Images with the Butter software are usually under 16 GB
|
alternativa](../power-supply)
|
||||||
(we suggest 256 GB). Media that people upload to the chat ends up on the
|
* [ ] Tarjeta Micro SD: Las imágenes con el software Mantequilla suelen
|
||||||
card; it never gets cleared.
|
ocupar menos de 16 GB (recomendamos 256 GB). Los archivos multimedia que
|
||||||
* [ ] USB Drive (min 32 GB)
|
la gente sube al chat se guardan en la tarjeta; nunca se borran.
|
||||||
* [ ] Adapters (as needed)
|
* [ ] USB (minimo 32 GB)
|
||||||
|
* [ ] Adaptadores (si son necesarios)
|
||||||
|
|
||||||
_No internet connection is required._
|
_No se requiere conexión a internet._
|
||||||
|
|
||||||
<figure><img src="/img/docs/20250815_142438.jpg" alt=""/><figcaption></figcaption></figure>
|
<figure><img src="/img/docs/20250815_142438.jpg" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Steps
|
## Pasos
|
||||||
|
|
||||||
To extend your box, you simply connect a GLi-Net router to the Butter Box
|
Para ampliar la cobertura de tu dispositivo, simplemente conecta un router
|
||||||
with an ethernet cable. Instead of accessing the box from the portal Wi-Fi
|
GLi-Net al Butter Box mediante un cable Ethernet. En lugar de acceder al
|
||||||
hotspot (eg. 'butter box' or whichever name you set in the admin settings),
|
dispositivo desde el punto de acceso Wi-Fi del portal (por ejemplo,
|
||||||
users will join the Wi-Fi network of the router.
|
"butterbox" o el nombre que hayas configurado en los ajustes de
|
||||||
|
administración), los usuarios se conectarán a la red Wi-Fi del router.
|
||||||
|
|
||||||
### Connect the Butter Box to its power supply.
|
### Conecte la Caja Mantequilla a su fuente de alimentación.
|
||||||
|
|
||||||
Connect the Butter Box to power.
|
Conecte la Caja Mantequilla a la corriente.
|
||||||
|
|
||||||
### Connect Router
|
### Conecta el Router
|
||||||
|
|
||||||
Connect the router to power. Then use the ethernet cable to connect to the
|
Conecta el router a la corriente. Luego, usa el cable Ethernet para
|
||||||
Butter Box. Make sure to plug the Ethernet cable into the LAN port on your
|
conectarlo a la Caja Mantequilla. Asegúrate de enchufar el cable Ethernet al
|
||||||
router.
|
puerto LAN de tu router.
|
||||||
|
|
||||||
### Test Your Connection
|
### Prueba tu conexion
|
||||||
|
|
||||||
Join the router Wi-Fi. If you have not setup or used this router before,
|
Conéctate a la red Wi-Fi del router. Si no has configurado ni utilizado este
|
||||||
enter the default password found in the user guide included in the
|
router anteriormente, introduce la contraseña predeterminada que encontrarás
|
||||||
package. After 30 seconds, open http://butterbox.local in a browser.
|
en la guía del usuario incluida en el paquete. Tras 30 segundos, abre
|
||||||
|
http://butterbox.local en un navegador.
|
||||||
|
|
||||||
### Disable Butter Box Wi-Fi Access Point
|
### Desactivar el punto de acceso Wi-Fi de la Caja Mantequilla
|
||||||
|
|
||||||
Open the admin settings from the Butter Box portal. Navigate to **Secure
|
Open the admin settings from the Butter Box portal. Navigate to **Secure
|
||||||
Portal**. Turn off the Wi-Fi access point. This will hide the Wi-Fi network
|
Portal**. Turn off the Wi-Fi access point. This will hide the Wi-Fi network
|
||||||
that broadcasts from the raspberry pi, so that users don’t get confused
|
that broadcasts from the raspberry pi, so that users don’t get confused
|
||||||
about which network to join.
|
about which network to join.
|
||||||
|
|
||||||
### Invite Users to Join the Router Wi-Fi
|
### Invita a los usuarios a unirse al enrutador Wi-Fi
|
||||||
|
|
||||||
Users will now join the Wi-Fi network of the router when they want to
|
Ahora, cuando quieran conectarse a la Caja Mantequilla, los usuarios se
|
||||||
connect to the Butter Box.
|
unirán a la red Wi-Fi del router.
|
||||||
|
|
|
||||||
|
|
@ -1,28 +1,29 @@
|
||||||
---
|
---
|
||||||
description: 'Install Butter Operating System (OS) on an SD card for Raspberry Pi'
|
description: 'Instala el sistema operativo Mantequilla (SO) en una tarjeta SD para Raspberry Pi'
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
# Install Butter
|
# Instalar la Caja Mantequilla
|
||||||
|
|
||||||
You will need:
|
Necesitas:
|
||||||
|
|
||||||
* Desktop computer
|
* Una computadora
|
||||||
* Internet Connection
|
* Conexion de Internet
|
||||||
* Butter Box
|
* Una Caja Mantequilla
|
||||||
|
|
||||||
### Download the Butter OS for Raspberry Pi
|
### Descarga el Sistema Operativo Mantequilla para Raspberry Pi.
|
||||||
|
|
||||||
Make sure the file size matches the size listed on the website. Sometimes
|
Asegúrate de que el tamaño del archivo coincida con el que aparece en el
|
||||||
browsers do not complete the download, which can result in a corrupted file.
|
sitio web. En ocasiones, los navegadores no completan la descarga, lo que
|
||||||
|
puede provocar que el archivo se corrompa.
|
||||||
|
|
||||||
[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)
|
[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
Always choose the Latest Version of the file.
|
Elije siempre la última versión del archivo.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Plug the micro SD card into your computer
|
### Inserta la tarjeta micro SD en tu ordenador
|
||||||
|
|
||||||
To plug the micro SD card into your computer, you may need an adapter to do
|
To plug the micro SD card into your computer, you may need an adapter to do
|
||||||
this:
|
this:
|
||||||
|
|
@ -95,8 +96,9 @@ section for more details.
|
||||||
If you see an error stating that the input file is not a valid disk image,
|
If you see an error stating that the input file is not a valid disk image,
|
||||||
check the file you downloaded.
|
check the file you downloaded.
|
||||||
|
|
||||||
Make sure the file size matches the size listed on the website. Sometimes
|
Asegúrate de que el tamaño del archivo coincida con el que aparece en el
|
||||||
browsers do not complete the download, which can result in a corrupted file.
|
sitio web. En ocasiones, los navegadores no completan la descarga, lo que
|
||||||
|
puede provocar que el archivo se corrompa.
|
||||||
|
|
||||||
Also confirm that you have **unzipped the file** before using it.
|
Also confirm that you have **unzipped the file** before using it.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,24 +1,28 @@
|
||||||
---
|
---
|
||||||
description: 'Different ways to power your Butter Box'
|
description: 'Diferentes maneras de alimentar tu Caja Mantequilla'
|
||||||
---
|
---
|
||||||
|
|
||||||
# Power Supply
|
# Fuente de alimentación
|
||||||
|
|
||||||
If you want Butter to work completely off-grid and without electricity, it
|
Si quieres que la Caja Mantequilla funcione completamente fuera de la red
|
||||||
can! Butter Boxes can be powered by a wall outlet, pre-charged battery pack
|
eléctrica y sin electricidad, ¡es posible! Las cajas mantequilla pueden
|
||||||
or solar powered battery pack.
|
alimentarse mediante una toma de corriente, una batería precargada o una
|
||||||
|
batería solar.
|
||||||
|
|
||||||
* **Wall Outlet:** The official and recommended power supply for Raspberry
|
* **Toma de corriente:** La fuente de alimentación oficial y recomendada
|
||||||
Pi computers (depends of the Raspberry Pi model that you are using)
|
para los ordenadores Raspberry Pi (depende del modelo de Raspberry Pi que
|
||||||
* **Pre-charged Battery Pack (Power Bank):** This is the most common option
|
estés utilizando)
|
||||||
for field use.
|
* **Batería precargada (Power Bank):** Esta es la opción más común para uso
|
||||||
* Anker portable charger [power
|
en exteriores.
|
||||||
bank](https://www.amazon.com/Anker-Portable-PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPxZwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-ZdVw-Fi0EcM5vcr7ESk\&dib_tag=se\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\&qid=1756265405\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\&sr=8-6\&th=1)
|
* Cargador portátil Anker [power
|
||||||
* **Solar Panel (with Power Bank):** Use a small solar panel to recharge
|
bank](https://www.amazon.com/Anker-Portable-PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPx
|
||||||
your power bank. This is a good option to keep the box running
|
Zwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-ZdVw-Fi0EcM5vcr7ESk\&dib_tag=se\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\&qid=1756265405\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\&sr=8-6\&th=1)
|
||||||
continuously in off-grid locations. Using direct solar panel without a
|
* **Panel solar (con batería externa):** Utiliza un panel solar portátil
|
||||||
battery is possible, but unstable if the sun dips in/out.
|
para recargar tu batería externa. Esta es una buena opción para mantener
|
||||||
* Solar panel kits:
|
el dispositivo funcionando continuamente en lugares sin acceso a la red
|
||||||
|
eléctrica. Es posible usar el panel solar directamente sin batería, pero
|
||||||
|
el sistema es inestable si la intensidad del sol varía.
|
||||||
|
* Kits de paneles solares:
|
||||||
[https://voltaicsystems.com/solar-panel-kits/](https://voltaicsystems.com/solar-panel-kits/)
|
[https://voltaicsystems.com/solar-panel-kits/](https://voltaicsystems.com/solar-panel-kits/)
|
||||||
|
|
||||||
<figure><img src="/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png" alt=""/><figcaption></figcaption></figure>
|
<figure><img src="/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png" alt=""/><figcaption></figcaption></figure>
|
||||||
|
|
|
||||||
|
|
@ -3,16 +3,16 @@ sidebar_position: 9
|
||||||
---
|
---
|
||||||
# Use Cases
|
# Use Cases
|
||||||
|
|
||||||
### 1. Digital Security training to distribute apps and materials
|
### 1. Capacitación en seguridad digital para distribuir aplicaciones y materiales
|
||||||
|
|
||||||
> Leaders from Southern Africa countries travel to provide training, audits, and consultations to organizations about digital security, physical safety, risk assessments, and to equip journalists, activists and human rights defenders with the tools and knowledge to do their job safer. In order to do their work effectively, these leaders need to be able to curate specific types of content to fit various use cases, in different contexts and languages and different formats. In offline situations (load shedding, no access to the internet or in times of internet shutdowns) the ability to successfully deliver trainings and content becomes almost impossible. \
|
> Líderes de países del sur de África viajan para brindar capacitación, auditorías y consultorías a organizaciones sobre seguridad digital, seguridad física y evaluaciones de riesgos, y para dotar a periodistas, activistas y defensores de derechos humanos de las herramientas y el conocimiento necesarios para realizar su trabajo de forma más segura. Para llevar a cabo su labor con eficacia, estos líderes necesitan poder seleccionar contenido específico que se ajuste a diversos casos de uso, en diferentes contextos, idiomas y formatos. En situaciones sin conexión a internet (cortes de luz, falta de acceso a internet o interrupciones del servicio), la capacidad de impartir capacitaciones y contenido con éxito se vuelve prácticamente imposible.\
|
||||||
>\
|
>\
|
||||||
> They shared more than a few times that if they did not have the Butter Box, some sessions would have been canceled.
|
> Compartieron en varias ocasiones que, de no haber contado con Butter Box, algunas sesiones se habrían cancelado.
|
||||||
|
|
||||||
### 2. Sharing & Media Backup
|
### 2. Compartir & copia de seguridad de medios
|
||||||
|
|
||||||
> Often M. wants to share music and movie files that they’ve downloaded on their computer with their friends — but transferring with cables or Bluetooth is a pain. So they've set up a Butter Box with their media collection — music files, films and photos. They plugged it in near the kitchen, and now anyone in their apartment can connect to the Butter Wi‑Fi and browse a shared media library. No internet needed, and no more file-by-file transfers.
|
> Often M. wants to share music and movie files that they’ve downloaded on their computer with their friends — but transferring with cables or Bluetooth is a pain. So they've set up a Butter Box with their media collection — music files, films and photos. They plugged it in near the kitchen, and now anyone in their apartment can connect to the Butter Wi‑Fi and browse a shared media library. No internet needed, and no more file-by-file transfers.
|
||||||
|
|
||||||
### 3. Temporary file storage
|
### 3. Almacenamiento temporal de archivos
|
||||||
|
|
||||||
> On a remote site with no cell service, workers needed a way to temporarily offload large files — like site photos or documents — from their phones. Using Butter Box’s local encrypted message board, they sent files to themselves or coworkers for safekeeping. Files stayed on the device until retrieved later, even without power or signal.
|
> On a remote site with no cell service, workers needed a way to temporarily offload large files — like site photos or documents — from their phones. Using Butter Box’s local encrypted message board, they sent files to themselves or coworkers for safekeeping. Files stayed on the device until retrieved later, even without power or signal.
|
||||||
|
|
|
||||||
|
|
@ -130,22 +130,22 @@ checking:
|
||||||
|
|
||||||
* **App Visibility:** Are all your apps appearing in the list?
|
* **App Visibility:** Are all your apps appearing in the list?
|
||||||
* **Visual Assets:** Are icons and screenshots displaying correctly?
|
* **Visual Assets:** Are icons and screenshots displaying correctly?
|
||||||
* **Categorization:** Are apps appearing in the correct sections (e.g.,
|
* **Categorización:** ¿Aparecen las aplicaciones en las secciones correctas
|
||||||
Internet, Security)?
|
(por ejemplo, Internet, Seguridad)?
|
||||||
* **Functionality:** Do the downloads and installations complete without
|
* **Funcionalidad:** ¿Las descargas e instalaciones se completan sin
|
||||||
errors?
|
errores?
|
||||||
* **Metadata:** Does the version number and description match your `repo/`
|
* **Metadatos:** ¿Coinciden el número de versión y la descripción con los
|
||||||
files?
|
archivos de tu repositorio?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Your repo will be available at:
|
Tu repositorio estará disponible en:
|
||||||
|
|
||||||
`http://YOUR-IP:8000/repo`
|
`http://YOUR-IP:8000/repo`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Find your IP:**
|
**Encuentra tu IP:**
|
||||||
|
|
||||||
#### macOS:
|
#### macOS:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,50 +1,56 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
# Apps
|
# Aplicaciones
|
||||||
|
|
||||||
You can share apps as a content pack, via a static website. If you give a
|
Puedes compartir aplicaciones como un paquete de contenido a través de un
|
||||||
folder the name `appstore` and place it in the root directory of the USB
|
sitio web estático. Si creas una carpeta llamada `appstore` y la colocas en
|
||||||
drive, the **Apps** tile will appear in the Butter Box portal.
|
el directorio raíz de la unidad USB, aparecerá el icono de **Aplicaciones**
|
||||||
|
en el portal de la Caja Mantequilla.
|
||||||
|
|
||||||
**Things To Know**
|
**Cosas que debes saber**
|
||||||
|
|
||||||
* If you are sharing apps from Butter Box, you will need to download the app
|
* Si compartes aplicaciones desde la Caja Mantequilla, deberás descargar los
|
||||||
files you want to share. Apps are updated frequently. Be sure to manually
|
archivos de las aplicaciones que deseas compartir. Las aplicaciones se
|
||||||
update all of the app files frequently to ensure you are providing the
|
actualizan con frecuencia. Asegúrate de actualizar manualmente todos los
|
||||||
highest security for the people who connect to the box.
|
archivos de las aplicaciones periódicamente para garantizar la máxima
|
||||||
|
seguridad a quienes se conecten al dispositivo.
|
||||||
* You’ll need a copy of the app’s `.apk` file — make sure it’s from a safe
|
* You’ll need a copy of the app’s `.apk` file — make sure it’s from a safe
|
||||||
and trusted source.
|
and trusted source.
|
||||||
* Butter won’t automatically verify the source, so it's up to you to
|
* Butter won’t automatically verify the source, so it's up to you to
|
||||||
confirm it's clean and legal to share.
|
confirm it's clean and legal to share.
|
||||||
* How to get apk files: There are mobile apps you can use to get access to
|
* Cómo obtener archivos apk: Existen aplicaciones móviles que puedes usar
|
||||||
apk files on an Android phone. Alternatively, you can download app files
|
para acceder a archivos apk en un teléfono Android. También puedes
|
||||||
directly from the developer's website.
|
descargar los archivos de la aplicación directamente desde el sitio web
|
||||||
|
del desarrollador.
|
||||||
|
|
||||||
### Go Further: Butter Box Supports Sharing Via F-Droid
|
### Ve más allá: La Caja Mantequilla permite compartir archivos a través de F-Droid
|
||||||
|
|
||||||
Additionally, Butter Box supports app distribution via F-Droid. In your
|
Además, la Caja Mantequilla permite la distribución de aplicaciones a través
|
||||||
content pack, you can include the F-Droid `.apk` and a QR code for your
|
de F-Droid. En tu paquete de contenido, puedes incluir el archivo `.apk` de
|
||||||
repo. Anyone with access to the Box can then download the F-Droid app while
|
F-Droid y un código QR para tu repositorio. Cualquier persona con acceso a
|
||||||
offline, and add the repo.
|
la caja podrá descargar la aplicación de F-Droid sin conexión y añadir el
|
||||||
|
repositorio.
|
||||||
|
|
||||||
As long as they are connected to the Butter Box, they can download any of
|
Siempre que estén conectados a la Caja Mantequilla, podrán descargar
|
||||||
the apps within your repo.
|
cualquiera de las aplicaciones que se encuentren en tu repositorio.
|
||||||
|
|
||||||
If they are connected to the internet later, they can receive app updates
|
Si posteriormente se conectan a internet, podrán recibir actualizaciones de
|
||||||
from any apps in your repo that are also included in the official F-Droid
|
cualquier aplicación de tu repositorio que también esté incluida en el
|
||||||
repo. If you update the apps in your repo, they will also have access to
|
repositorio oficial de F-Droid. Si actualizas las aplicaciones de tu
|
||||||
those.
|
repositorio, también tendrán acceso a esas actualizaciones.
|
||||||
|
|
||||||
What is a F-Ddroid Repo?
|
¿Qué es un repositorio F-Droid?
|
||||||
|
|
||||||
* A hosted library of apps\ Why use it?
|
* ¿Por qué deberías usar una biblioteca de aplicaciones alojada ?
|
||||||
* It offers a secure process for sharing apps. The F-Droid team builds apps
|
* Ofrece un proceso seguro para compartir aplicaciones. El equipo de F-Droid
|
||||||
in the official F-Droid repo from the source code themselves. This ensures
|
crea las aplicaciones en el repositorio oficial de F-Droid a partir del
|
||||||
that the app you download exactly matches the code the developer
|
código fuente. Esto garantiza que la aplicación que descargues coincida
|
||||||
published.
|
exactamente con el código publicado por el desarrollador.
|
||||||
* Users installing from F-Droid have access to app updates remotely (away
|
* Los usuarios que instalen desde F-Droid tienen acceso a las
|
||||||
from the Butter Box)
|
actualizaciones de las aplicaciones de forma remota (fuera de la Caja
|
||||||
|
Mantequilla)
|
||||||
|
|
||||||
Technical skills are required to create your own F-Droid repo. Refer to the
|
Se requieren conocimientos técnicos para crear tu propio repositorio de
|
||||||
[F-Droid Repo](f-droid-repo) Section for instructions.
|
F-Droid. Consulta la sección [Repositorio de F-Droid](f-droid-repo) para
|
||||||
|
obtener instrucciones.
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ Tips for creating a content pack with a static website:
|
||||||
|
|
||||||
You can also check out our [New Content Pack News](/docs/content-packs).
|
You can also check out our [New Content Pack News](/docs/content-packs).
|
||||||
|
|
||||||
### Get Started
|
### Empezar
|
||||||
|
|
||||||
The best way to get started with creating your own content pack is to have
|
The best way to get started with creating your own content pack is to have
|
||||||
an idea about the experience and type of information you want to provide,
|
an idea about the experience and type of information you want to provide,
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
# How to Reformat Your USB Drive
|
# Cómo formatear tu unidad USB
|
||||||
|
|
||||||
After connecting your USB drive to the Raspberry Pi you will see the
|
After connecting your USB drive to the Raspberry Pi you will see the
|
||||||
“Explore USB” title displayed on the portal. If you’ve tried refreshing your
|
“Explore USB” title displayed on the portal. If you’ve tried refreshing your
|
||||||
|
|
@ -12,12 +12,12 @@ erase your USB stick and reformat it.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
When you format a USB drive, all files and folders on the drive are removed and replaced with a new file system. This can help repair any issues with the flash drive itself or make it compatible with new files you want to transfer. Be sure to back up your files before formatting your drive. <br/>
|
Al formatear una unidad USB, todos los archivos y carpetas se eliminan y se reemplazan por un nuevo sistema de archivos. Esto puede ayudar a reparar cualquier problema con la unidad flash o hacerla compatible con los nuevos archivos que desee transferir. Asegúrate de hacer una copia de seguridad de tus archivos antes de formatear la unidad. <br/>
|
||||||
|
|
||||||
**Check the Format of the USB**
|
**Verifique el formato de la unidad USB**
|
||||||
|
|
||||||
* On your desktop or laptop, plug in your USB
|
* En tu computadora, conecta tu USB
|
||||||
* Right, or double-click on the USB
|
* A la derecha, o haz doble clic en el USB
|
||||||
* Click on “Get info” and verify the Format
|
* Click on “Get info” and verify the Format
|
||||||
* Your USB needs to be formatted to ExFat or Fat32, MS-DOS (FAT).
|
* Your USB needs to be formatted to ExFat or Fat32, MS-DOS (FAT).
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ When you format a USB drive, all files and folders on the drive are removed and
|
||||||
**Reformatting Steps on MacOS:**
|
**Reformatting Steps on MacOS:**
|
||||||
|
|
||||||
* Connect the USB drive to a USB port on your computer.
|
* Connect the USB drive to a USB port on your computer.
|
||||||
* Right, or double-click on the USB
|
* A la derecha, o haz doble clic en el USB
|
||||||
* Click on “Erase Disk…”
|
* Click on “Erase Disk…”
|
||||||
* You can rename your USB at this time
|
* You can rename your USB at this time
|
||||||
* Select the correct format, either ExFat or ExFat32 or MS-DOS (FAT)
|
* Select the correct format, either ExFat or ExFat32 or MS-DOS (FAT)
|
||||||
|
|
@ -36,7 +36,7 @@ When you format a USB drive, all files and folders on the drive are removed and
|
||||||
* This may take a few minutes. The USB will disappear and reappear on your
|
* This may take a few minutes. The USB will disappear and reappear on your
|
||||||
homescreen
|
homescreen
|
||||||
* Verify the drive is correctly formatted
|
* Verify the drive is correctly formatted
|
||||||
* Right, or double-click on the USB
|
* A la derecha, o haz doble clic en el USB
|
||||||
* Click on “Get info” and verify the Format<br/>
|
* Click on “Get info” and verify the Format<br/>
|
||||||
|
|
||||||
**Reformatting Steps on Windows:**
|
**Reformatting Steps on Windows:**
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
---
|
---
|
||||||
description: 'Sharing offline has never been easier!'
|
description: '¡Compartir sin conexión nunca ha sido tan fácil!'
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Get Started
|
# Empezar
|
||||||
|
|
||||||
Butter Box is a lightweight, portable device that functions like a hard
|
Butter Box is a lightweight, portable device that functions like a hard
|
||||||
drive with its own hotspot. Anyone nearby can connect to it and view or
|
drive with its own hotspot. Anyone nearby can connect to it and view or
|
||||||
download its contents—no internet required.
|
download its contents—no internet required.
|
||||||
|
|
||||||
Whether you have a Butter Box in your hands or you need to build one, you're
|
Tanto si ya tienes una Caja Mantequilla en tus manos como si necesitas
|
||||||
in the right spot. Choose an option below.
|
construir una, estás en el lugar correcto. Elige una opción a continuación.
|
||||||
|
|
||||||
## [I Have A Box](quick-start.mdx) ...or... [I Need A Box](build-a-box/)
|
## [Tengo una caja](quick-start.mdx) ...o... [Necesito una caja](build-a-box/)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
# Quick Start
|
# Inicio rapido
|
||||||
|
|
||||||
If you have a Butter Box with the latest version of the Butter software
|
Si tienes una Caja Mantequilla con la última versión del software instalada
|
||||||
loaded on the SD card, take these quick steps to get set up.
|
en la tarjeta SD, sigue estos pasos sencillos para configurarla.
|
||||||
|
|
||||||
### Check supplies
|
### Consultar suministros
|
||||||
|
|
||||||
Make sure you have the supplies for a basic box:
|
Asegúrate de tener los suministros necesarios para una caja básica:
|
||||||
|
|
||||||
* [ ] Power source
|
* [ ] Subministro de corriente
|
||||||
* [ ] USB drive
|
* [ ] USB
|
||||||
* [ ] USB Adapters (as needed)
|
* [ ] USB Adapters (as needed)
|
||||||
* [ ] Butter Box Device (with micro SD card inserted)
|
* [ ] Butter Box Device (with micro SD card inserted)
|
||||||
* [ ] Case
|
* [ ] Case
|
||||||
|
|
@ -65,24 +65,25 @@ connectivity. Refresh the page. If you’re connecting from a smartphone, turn
|
||||||
off your mobile data or turn on airplane mode. Then try again._
|
off your mobile data or turn on airplane mode. Then try again._
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
This is an HTTP page, not HTTPS, because it's served from a local device with no internet connection. Your data never leaves the network, so it's still private and secure.
|
Esta es una página HTTP, no HTTPS, porque se sirve desde un dispositivo local sin conexión a internet. Tus datos nunca salen de la red, por lo que siguen siendo privados y seguros.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
The Wi-Fi does not have a password by default. Though, you can easily add
|
La red Wi-Fi no tiene contraseña por defecto. Sin embargo, puedes añadir una
|
||||||
one in the Admin Settings.
|
fácilmente en la configuración de administrador.
|
||||||
|
|
||||||
### Once connected, use Admin Settings to set up your box.
|
### Una vez conectado, utiliza la configuración de administrador para configurar tu dispositivo.
|
||||||
|
|
||||||
The admin setup wizard is designed to give you choice over which services
|
El asistente de configuración de administrador está diseñado para que elijas
|
||||||
are offered on the box and to increase its security. You will be prompted to
|
qué servicios se ofrecen en el dispositivo y para aumentar su seguridad. Si
|
||||||
go to Admin Settings if this is the first time you've used the box.
|
es la primera vez que utilizas el dispositivo, se te pedirá que accedas a la
|
||||||
|
configuración de administrador.
|
||||||
|
|
||||||
### Share access to the portal
|
### Comparte acceso al portal
|
||||||
|
|
||||||
Once you share with others, they will connect to it in the same way you just
|
Una vez que lo compartas con otros, ellos se conectarán de la misma manera
|
||||||
did.
|
que tú lo hiciste.
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
For a Pi Zero 2 W: Up to 5 people can connect to the box at any time. After people connect and get what they need, encourage them to leave the box to give others a turn.\
|
Para una Raspberry Pi Zero 2 W: Hasta 5 personas pueden conectarse al dispositivo simultáneamente. Una vez que se conecten y obtengan lo que necesitan, pideles que se desconecten del dispositivo para que otros puedan usarlo.
|
||||||
The physical reach of the Box varies. But as a rule of thumb, people in the same room as the box (or in talking distance) will be able to access it.
|
El alcance físico del dispositivo varía. Sin embargo, como regla general, las personas que se encuentren en la misma habitación (o a una distancia que permita hablar) podrán acceder a él.
|
||||||
:::
|
:::
|
||||||
|
|
|
||||||
|
|
@ -1,51 +1,56 @@
|
||||||
---
|
---
|
||||||
description: 'How to Make a Butter Box Tamper Resistant'
|
description: 'Cómo hacer una caja de mantequilla a prueba de manipulaciones'
|
||||||
sidebar_position: 7
|
sidebar_position: 7
|
||||||
---
|
---
|
||||||
|
|
||||||
# Security
|
# Seguridad
|
||||||
|
|
||||||
This guide was designed for deployments in hostile, semi-hostile, or
|
Esta guía se diseñó para su uso en entornos hostiles, semihostiles o de baja
|
||||||
low-trust environments, where devices may be inspected, confiscated,
|
confianza, donde los dispositivos pueden ser inspeccionados, confiscados,
|
||||||
modified, or misused. It aims to provide practical recommendations to make
|
modificados o utilizados indebidamente. Su objetivo es proporcionar
|
||||||
the Butter Box more physically and digitally tamper-resistant.
|
recomendaciones prácticas para que la Caja Mantequilla sea más resistente a
|
||||||
|
manipulaciones físicas y digitales.
|
||||||
|
|
||||||
Following the recommendations in this guide will help reduce risk, not
|
Seguir las recomendaciones de esta guía ayudará a reducir el riesgo, pero no
|
||||||
guarantee absolute security. Butter Box is assumed to be a field-deployable,
|
garantiza la seguridad absoluta. La Caja Mantequilla es un sistema de bajo
|
||||||
low-cost, offline system, so these recommendations prioritize realistic,
|
costo, sin conexión a internet y que se puede implementar en campo, por lo
|
||||||
maintainable protections.
|
que estas recomendaciones priorizan medidas de protección realistas y
|
||||||
|
fáciles de mantener.
|
||||||
|
|
||||||
**Threat Model Assumptions**
|
**Suposiciones del modelo de amenazas**
|
||||||
|
|
||||||
Before applying controls, clearly define your deployment context. This guide
|
Antes de aplicar los controles, define claramente tu contexto de
|
||||||
assumes one or more of the following risks:
|
implementación. Esta guía asume uno o más de los siguientes riesgos:
|
||||||
|
|
||||||
* Physical access by unauthorized users
|
* Acceso físico por usuarios no autorizados
|
||||||
* Device confiscation or inspection by authorities
|
* Confiscación del dispositivo o inspección por parte de las autoridades
|
||||||
* Curious or malicious local users
|
* Usuarios curiosos o maliciosos
|
||||||
* Content manipulation or replacement
|
* Manipulación o reemplazo de contenido
|
||||||
* Network misuse or impersonation
|
* Uso indebido o suplantación de identidad en la red
|
||||||
* Credential reuse or default configuration abuse
|
* Reutilización de credenciales o abuso de la configuración predeterminada
|
||||||
|
|
||||||
Remember that controls should adapt to the local risk level, over-hardening
|
Recuerda que los controles deben adaptarse al nivel de riesgo local; un
|
||||||
can reduce usability and trust.
|
endurecimiento excesivo puede reducir la usabilidad y la confianza.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Section 1: Physical Tamper Resistance
|
### Sección 1: Resistencia a la manipulación física
|
||||||
|
|
||||||
#### Enclosure and Hardware Protection
|
#### Protección de la cubierta y el hardware
|
||||||
|
|
||||||
Physical access to the Butter Box allows SD card cloning, firmware
|
El acceso físico a la Caja Mantequilla permite la clonación de tarjetas SD,
|
||||||
replacement, malware injection and broadcasting of malicious
|
el reemplazo del firmware, la inyección de malware y la difusión de
|
||||||
information. PCB are also delicate and should have additional protection to
|
información maliciosa. Las placas de circuito impreso (PCB) son delicadas y
|
||||||
keep them safe from everyday handling and weather exposure.
|
deben contar con protección adicional para evitar su manipulación diaria y
|
||||||
|
la exposición a la intemperie.
|
||||||
|
|
||||||
Recommendations:
|
Recomendaciones:
|
||||||
|
|
||||||
1. Use a sealed or semi-sealed enclosure (screws instead of snap-fit)
|
1. Utiliza una cubierta sellada o semi-sellada (con tornillos en lugar de
|
||||||
|
cierre a presión)
|
||||||
2. Prefer tamper-evident screws (Torx, security hex)
|
2. Prefer tamper-evident screws (Torx, security hex)
|
||||||
3. Apply tamper-evident stickers over enclosure seams and SD card slots
|
3. Aplica etiquetas de seguridad contra manipulaciones sobre las uniones de
|
||||||
|
la cubierta y las ranuras para tarjetas SD
|
||||||
|
|
||||||
| 1) Sealed enclosures | 2) Screws |
|
| 1) Sealed enclosures | 2) Screws |
|
||||||
| --------------------------------- | --------------------------------------- |
|
| --------------------------------- | --------------------------------------- |
|
||||||
|
|
@ -53,21 +58,22 @@ Recommendations:
|
||||||
|
|
||||||
#### 
|
#### 
|
||||||
|
|
||||||
#### SD Card & Storage Protection
|
#### Protección de la tarjeta SD y almacenamiento
|
||||||
|
|
||||||
Recommendations:
|
Recomendaciones:
|
||||||
|
|
||||||
1. Use high-quality SD cards to reduce corruption
|
1. Utiliza tarjetas SD de alta calidad para reducir la corrupción de datos
|
||||||
2. Encrypt sensitive partitions (where feasible)
|
2. Encriptar particiones sensibles (cuando sea posible)
|
||||||
3. Keep content and OS separated (firmware vs content packs)
|
3. Mantén el contenido y el sistema operativo separados (firmware frente a
|
||||||
4. Avoid labeling SD cards with sensitive identifiers
|
paquetes de contenido)
|
||||||
|
4. Evita etiquetar las tarjetas SD con identificadores confidenciales
|
||||||
|
|
||||||
Optional (higher risk contexts):
|
Opcional (contextos de mayor riesgo):
|
||||||
|
|
||||||
1. Epoxy Resin. Electronico potting solutions protect Printed Circuit
|
1. Epoxy Resin. Electronico potting solutions protect Printed Circuit
|
||||||
Boards from extreme temperatures, moisture, vibration, and other
|
Boards from extreme temperatures, moisture, vibration, and other
|
||||||
environmental threats.
|
environmental threats.
|
||||||
2. Physically block SD card removal
|
2. Bloquea físicamente la extracción de la tarjeta SD
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -77,31 +83,34 @@ Optional (higher risk contexts):
|
||||||
|
|
||||||
#### 
|
#### 
|
||||||
|
|
||||||
#### Power & Port Management
|
#### Gestión de energía y puertos
|
||||||
|
|
||||||
Recommendations:
|
Recomendaciones:
|
||||||
|
|
||||||
1. Disable or physically block unused ports (USB, HDMI). Inexpensive
|
1. Desactiva o bloquea físicamente los puertos no utilizados (USB, HDMI). Se
|
||||||
physical port blockers can be used to reduce the risk of tampering with
|
pueden usar bloqueadores físicos económicos para reducir el riesgo de
|
||||||
the Butter Box by preventing unauthorized access to exposed
|
manipulación de la Caja Mantequilla, impidiendo el acceso no autorizado a
|
||||||
interfaces. These blockers limit the ability of bad actors to inject
|
las interfaces expuestas. Estos bloqueadores limitan la capacidad de los
|
||||||
malicious code, connect unauthorized peripherals, or broadcast unwanted
|
atacantes para inyectar código malicioso, conectar periféricos no
|
||||||
content. Ports are sealed with plastic blockers that can only be removed
|
autorizados o transmitir contenido no deseado. Los puertos están sellados
|
||||||
using a dedicated key included in the deployment kit.
|
con bloqueadores de plástico que solo se pueden retirar con una llave
|
||||||
2. Avoid exposing Ethernet ports unless required. Ethernet ports should
|
especial incluida en el kit de instalación.
|
||||||
remain disabled or physically blocked unless they are explicitly required
|
2. Evita exponer los puertos Ethernet a menos que sea necesario. Los puertos
|
||||||
for the deployment. When Ethernet access is necessary, its use should be
|
Ethernet deben permanecer deshabilitados o bloqueados físicamente, salvo
|
||||||
clearly documented and limited to trusted operators.
|
que sean imprescindibles para la implementación. Cuando sea necesario el
|
||||||
3. Use short internal cables to reduce easy probing
|
acceso a Ethernet, su uso debe estar claramente documentado y restringido
|
||||||
4. Label power banks generically (avoid project names)
|
a operadores autorizados.
|
||||||
|
3. Utiliza cables internos cortos para reducir la facilidad de sondeo
|
||||||
|
4. Etiqueta las baterías portátiles de forma genérica (evita los nombres de
|
||||||
|
los proyectos)
|
||||||
|
|
||||||
| USB & HDMI | Ethernet Ports |
|
| USB & HDMI | Ethernet Ports |
|
||||||
| --------------------------------------- | --------------------------------------- |
|
| --------------------------------------- | --------------------------------------- |
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
#### Environmental & Operational Practices
|
#### Prácticas ambientales y operativas
|
||||||
|
|
||||||
Recommendations:
|
Recomendaciones:
|
||||||
|
|
||||||
* Store boxes in controlled locations when not in use
|
* Store boxes in controlled locations when not in use
|
||||||
* Rotate devices periodically in long deployments
|
* Rotate devices periodically in long deployments
|
||||||
|
|
@ -149,7 +158,7 @@ Best practices:
|
||||||
|
|
||||||
#### Service Hardening
|
#### Service Hardening
|
||||||
|
|
||||||
Recommendations:
|
Recomendaciones:
|
||||||
|
|
||||||
* Disable services not strictly required:
|
* Disable services not strictly required:
|
||||||
* SSH (or restrict to key-based auth)
|
* SSH (or restrict to key-based auth)
|
||||||
|
|
@ -158,7 +167,7 @@ Recommendations:
|
||||||
|
|
||||||
#### Content Integrity & Authenticity
|
#### Content Integrity & Authenticity
|
||||||
|
|
||||||
Recommendations:
|
Recomendaciones:
|
||||||
|
|
||||||
* Keep firmware immutable during normal operation
|
* Keep firmware immutable during normal operation
|
||||||
* Maintain a known-good baseline image
|
* Maintain a known-good baseline image
|
||||||
|
|
@ -195,8 +204,8 @@ Mitigations:
|
||||||
|
|
||||||
Prepare for compromise:
|
Prepare for compromise:
|
||||||
|
|
||||||
* Assume some devices will be tampered with
|
* Asume que algunos dispositivos serán manipulados
|
||||||
* Maintain a simple wipe and re-flash procedure
|
* Manten un procedimiento sencillo de borrado y reprogramación
|
||||||
* Track deployments
|
* Da seguimiento a las implementaciones
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
||||||
|
|
@ -1,26 +1,26 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 6
|
sidebar_position: 6
|
||||||
---
|
---
|
||||||
# Update Butter
|
# Actualizar la Caja Mantequilla
|
||||||
|
|
||||||
### Check out new releases from the Butter Box team
|
### Descubre los nuevos lanzamientos del equipo de la Caja Mantequilla.
|
||||||
|
|
||||||
[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)
|
[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)
|
||||||
|
|
||||||
:::info
|
:::info
|
||||||
Always choose the Latest Version of the file
|
Siempre elige la última versión del archivo
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### Early Access Development Releases
|
### Versiones de desarrollo de acceso anticipado
|
||||||
|
|
||||||
WARNING: These are early releases posted for development testing and MUST
|
ADVERTENCIA: Estas son versiones preliminares publicadas para pruebas de
|
||||||
NOT be used in production deployments.
|
desarrollo y NO DEBEN utilizarse en implementaciones de producción.
|
||||||
|
|
||||||
[Download Early Access Development
|
[Descargar imágenes de desarrollo de acceso
|
||||||
Images](https://files.sr2.uk/d/52bd8561a10d4d83be7b/?p=%2F&mode=list)
|
anticipado](https://files.sr2.uk/d/52bd8561a10d4d83be7b/?p=%2F&mode=list)
|
||||||
|
|
||||||
### Update your Butter Box
|
### Actualiza tu Caja Mantequilla
|
||||||
|
|
||||||
Update your Butter Box using the same guide with the steps you take when you
|
Actualiza tu Caja Mantequilla siguiendo la misma guía con los pasos que
|
||||||
are setting a Butter Box up for the first time. You can find it here:
|
sigues al configurarla por primera vez. Puedes encontrarla aquí:
|
||||||
[Raspberry Pi Install](build-a-box/raspberry-pi/install-butter)
|
[Instalación en Raspberry Pi](build-a-box/raspberry-pi/install-butter)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[po_directory] po4a
|
[po_directory] po4a
|
||||||
[options] opt:"-M UTF-8 -L UTF-8 --msgmerge-opt --silent --keep 0"
|
[options] opt:"-M UTF-8 -L UTF-8 --msgmerge-opt --silent --keep 0"
|
||||||
[po4a_alias:mdx] text opt:"-o markdown yfm_keys description"
|
[po4a_alias:mdx] text opt:"-o markdown yfm_keys=description"
|
||||||
|
|
||||||
[type: mdx] docs/index.mdx $lang:i18n/$lang/docusaurus-plugin-content-docs/current/index.mdx
|
[type: mdx] docs/index.mdx $lang:i18n/$lang/docusaurus-plugin-content-docs/current/index.mdx
|
||||||
[type: mdx] docs/security.mdx $lang:i18n/$lang/docusaurus-plugin-content-docs/current/security.mdx
|
[type: mdx] docs/security.mdx $lang:i18n/$lang/docusaurus-plugin-content-docs/current/security.mdx
|
||||||
|
|
|
||||||
1025
po4a/bo.po
1025
po4a/bo.po
File diff suppressed because it is too large
Load diff
470
po4a/es.po
470
po4a/es.po
|
|
@ -1,6 +1,6 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"POT-Creation-Date: 2026-04-24 16:24+0100\n"
|
"POT-Creation-Date: 2026-05-01 14:38+0100\n"
|
||||||
"PO-Revision-Date: 2026-05-01 13:18+0000\n"
|
"PO-Revision-Date: 2026-05-01 13:18+0000\n"
|
||||||
"Last-Translator: Fabiola Maurice <fabiola.mauriceh@gmail.com>\n"
|
"Last-Translator: Fabiola Maurice <fabiola.mauriceh@gmail.com>\n"
|
||||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/butter/"
|
"Language-Team: Spanish <https://hosted.weblate.org/projects/butter/"
|
||||||
|
|
@ -33,10 +33,15 @@ msgstr "Empezar"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/index.mdx:9
|
#: docs/index.mdx:9
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Butter Box is a lightweight, portable device that functions like a hard "
|
||||||
|
#| "drive with its own hotspot. Anyone nearby can connect to it and view or "
|
||||||
|
#| "download its contentsno internet required."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Butter Box is a lightweight, portable device that functions like a hard "
|
"Butter Box is a lightweight, portable device that functions like a hard "
|
||||||
"drive with its own hotspot. Anyone nearby can connect to it and view or "
|
"drive with its own hotspot. Anyone nearby can connect to it and view or "
|
||||||
"download its contentsno internet required."
|
"download its contents—no internet required."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La Caja Mantequilla es un dispositivo ligero y portátil que funciona como un "
|
"La Caja Mantequilla es un dispositivo ligero y portátil que funciona como un "
|
||||||
"disco duro con su propio punto de acceso Wi-Fi. Cualquier persona cercana "
|
"disco duro con su propio punto de acceso Wi-Fi. Cualquier persona cercana "
|
||||||
|
|
@ -56,8 +61,7 @@ msgstr ""
|
||||||
#: docs/index.mdx:12
|
#: docs/index.mdx:12
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "[I Have A Box](quick-start.mdx) ...or... [I Need A Box](build-a-box/)"
|
msgid "[I Have A Box](quick-start.mdx) ...or... [I Need A Box](build-a-box/)"
|
||||||
msgstr ""
|
msgstr "[Tengo una caja](quick-start.mdx) ...o... [Necesito una caja](build-a-box/)"
|
||||||
"[Tengo una caja](quick-start.mdx) ...o... [Necesito una caja](build-a-box/)"
|
|
||||||
|
|
||||||
#. type: Yaml Front Matter Hash Value: description
|
#. type: Yaml Front Matter Hash Value: description
|
||||||
#: docs/security.mdx:1
|
#: docs/security.mdx:1
|
||||||
|
|
@ -213,16 +217,18 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/security.mdx:42
|
#: docs/security.mdx:42
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
|
#| msgid ""
|
||||||
|
#| "| 1) Sealed enclosures | 2) Screws |\n"
|
||||||
|
#| "| --------------------------------- | --------------------------------------- |\n"
|
||||||
|
#| "|  | .jpeg>) |\n"
|
||||||
msgid ""
|
msgid ""
|
||||||
"| 1) Sealed enclosures | 2) Screws |\n"
|
"| 1) Sealed enclosures | 2) Screws |\n"
|
||||||
"| --------------------------------- | --------------------------------------- |\n"
|
"| --------------------------------- | --------------------------------------- |\n"
|
||||||
"|  | .jpeg>) |\n"
|
"|  |  |\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"| 1) Cubiertas selladas | 2) Tornillos"
|
"| 1) Cubiertas selladas | 2) Tornillos |\n"
|
||||||
" |\n"
|
"| --------------------------------- | --------------------------------------- |\n"
|
||||||
"| --------------------------------- "
|
|
||||||
"| --------------------------------------- |\n"
|
|
||||||
"|  | .jpeg>) |\n"
|
"|  | .jpeg>) |\n"
|
||||||
|
|
||||||
#. type: Title ####
|
#. type: Title ####
|
||||||
|
|
@ -240,7 +246,8 @@ msgstr "Protección de la tarjeta SD y almacenamiento"
|
||||||
#. type: Bullet: '1. '
|
#. type: Bullet: '1. '
|
||||||
#: docs/security.mdx:53
|
#: docs/security.mdx:53
|
||||||
msgid "Use high-quality SD cards to reduce corruption"
|
msgid "Use high-quality SD cards to reduce corruption"
|
||||||
msgstr "Utiliza tarjetas SD de alta calidad para reducir la corrupción de datos"
|
msgstr ""
|
||||||
|
"Utiliza tarjetas SD de alta calidad para reducir la corrupción de datos"
|
||||||
|
|
||||||
#. type: Bullet: '2. '
|
#. type: Bullet: '2. '
|
||||||
#: docs/security.mdx:53
|
#: docs/security.mdx:53
|
||||||
|
|
@ -266,8 +273,13 @@ msgstr "Opcional (contextos de mayor riesgo):"
|
||||||
|
|
||||||
#. type: Bullet: '1. '
|
#. type: Bullet: '1. '
|
||||||
#: docs/security.mdx:58
|
#: docs/security.mdx:58
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Epoxy Resin. Electronico potting solutions protect Printed Circuit Boards "
|
||||||
|
#| "from extreme temperatures, moisture, vibration, and other environmental "
|
||||||
|
#| "threats."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Epoxy Resin. Electronico potting solutions protect Printed Circuit Boards "
|
"Epoxy Resin. Electronico potting solutions protect Printed Circuit Boards "
|
||||||
"from extreme temperatures, moisture, vibration, and other environmental "
|
"from extreme temperatures, moisture, vibration, and other environmental "
|
||||||
"threats."
|
"threats."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -282,22 +294,25 @@ msgstr "Bloquea físicamente la extracción de la tarjeta SD"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/security.mdx:64
|
#: docs/security.mdx:64
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
|
#| msgid ""
|
||||||
|
#| "| Epoxy Resin | Epoxy Resin |\n"
|
||||||
|
#| "| --------------------------------------- | --------------------------------------- |\n"
|
||||||
|
#| "| .jpeg>) | .jpeg>) |\n"
|
||||||
msgid ""
|
msgid ""
|
||||||
"| Epoxy Resin | Epoxy Resin |\n"
|
"| Epoxy Resin | Epoxy Resin |\n"
|
||||||
"| --------------------------------------- | --------------------------------------- |\n"
|
"| --------------------------------------- | --------------------------------------- |\n"
|
||||||
"| .jpeg>) | .jpeg>) |\n"
|
"|  |  |\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"| Resina Epoxy | Resina Epoxy"
|
"| Resina Epoxy | Resina Epoxy |\n"
|
||||||
" |\n"
|
"| --------------------------------------- | --------------------------------------- |\n"
|
||||||
"| --------------------------------------- "
|
|
||||||
"| --------------------------------------- |\n"
|
|
||||||
"| .jpeg>) | .jpeg>) |\n"
|
"| .jpeg>) | .jpeg>) |\n"
|
||||||
|
|
||||||
#. type: Title ####
|
#. type: Title ####
|
||||||
#: docs/security.mdx:65
|
#: docs/security.mdx:65
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid ".jpeg>)"
|
#| msgid ".jpeg>)"
|
||||||
|
msgid ""
|
||||||
msgstr ".jpeg>)"
|
msgstr ".jpeg>)"
|
||||||
|
|
||||||
#. type: Title ####
|
#. type: Title ####
|
||||||
|
|
@ -354,12 +369,19 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/security.mdx:79
|
#: docs/security.mdx:79
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
|
#| msgid ""
|
||||||
|
#| "| Epoxy Resin | Epoxy Resin |\n"
|
||||||
|
#| "| --------------------------------------- | --------------------------------------- |\n"
|
||||||
|
#| "| .jpeg>) | .jpeg>) |\n"
|
||||||
msgid ""
|
msgid ""
|
||||||
"| USB & HDMI | Ethernet Ports |\n"
|
"| USB & HDMI | Ethernet Ports |\n"
|
||||||
"| --------------------------------------- | --------------------------------------- |\n"
|
"| --------------------------------------- | --------------------------------------- |\n"
|
||||||
"| .jpeg>) | .jpeg>) |\n"
|
"|  |  |\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"| Resina Epoxy | Resina Epoxy |\n"
|
||||||
|
"| --------------------------------------- | --------------------------------------- |\n"
|
||||||
|
"| .jpeg>) | .jpeg>) |\n"
|
||||||
|
|
||||||
#. type: Title ####
|
#. type: Title ####
|
||||||
#: docs/security.mdx:80
|
#: docs/security.mdx:80
|
||||||
|
|
@ -386,7 +408,6 @@ msgstr ""
|
||||||
#: docs/security.mdx:88
|
#: docs/security.mdx:88
|
||||||
msgid ""
|
msgid ""
|
||||||
"Treat Butter Boxes as semi-disposable infrastructure, not personal devices."
|
"Treat Butter Boxes as semi-disposable infrastructure, not personal devices."
|
||||||
"<br/>"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
|
|
@ -668,9 +689,7 @@ msgstr ""
|
||||||
#: docs/case-studies.mdx:6
|
#: docs/case-studies.mdx:6
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "1. Digital Security training to distribute apps and materials"
|
msgid "1. Digital Security training to distribute apps and materials"
|
||||||
msgstr ""
|
msgstr "1. Capacitación en seguridad digital para distribuir aplicaciones y materiales"
|
||||||
"1. Capacitación en seguridad digital para distribuir aplicaciones y "
|
|
||||||
"materiales"
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/case-studies.mdx:11
|
#: docs/case-studies.mdx:11
|
||||||
|
|
@ -680,20 +699,9 @@ msgid ""
|
||||||
"> \\\n"
|
"> \\\n"
|
||||||
"> They shared more than a few times that if they did not have the Butter Box, some sessions would have been canceled.\n"
|
"> They shared more than a few times that if they did not have the Butter Box, some sessions would have been canceled.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"> Líderes de países del sur de África viajan para brindar capacitación, "
|
"> Líderes de países del sur de África viajan para brindar capacitación, auditorías y consultorías a organizaciones sobre seguridad digital, seguridad física y evaluaciones de riesgos, y para dotar a periodistas, activistas y defensores de derechos humanos de las herramientas y el conocimiento necesarios para realizar su trabajo de forma más segura. Para llevar a cabo su labor con eficacia, estos líderes necesitan poder seleccionar contenido específico que se ajuste a diversos casos de uso, en diferentes contextos, idiomas y formatos. En situaciones sin conexión a internet (cortes de luz, falta de acceso a internet o interrupciones del servicio), la capacidad de impartir capacitaciones y contenido con éxito se vuelve prácticamente imposible.\\\n"
|
||||||
"auditorías y consultorías a organizaciones sobre seguridad digital, "
|
|
||||||
"seguridad física y evaluaciones de riesgos, y para dotar a periodistas, "
|
|
||||||
"activistas y defensores de derechos humanos de las herramientas y el "
|
|
||||||
"conocimiento necesarios para realizar su trabajo de forma más segura. Para "
|
|
||||||
"llevar a cabo su labor con eficacia, estos líderes necesitan poder "
|
|
||||||
"seleccionar contenido específico que se ajuste a diversos casos de uso, en "
|
|
||||||
"diferentes contextos, idiomas y formatos. En situaciones sin conexión a "
|
|
||||||
"internet (cortes de luz, falta de acceso a internet o interrupciones del "
|
|
||||||
"servicio), la capacidad de impartir capacitaciones y contenido con éxito se "
|
|
||||||
"vuelve prácticamente imposible.\\\n"
|
|
||||||
">\\\n"
|
">\\\n"
|
||||||
"> Compartieron en varias ocasiones que, de no haber contado con Butter Box, "
|
"> Compartieron en varias ocasiones que, de no haber contado con Butter Box, algunas sesiones se habrían cancelado.\n"
|
||||||
"algunas sesiones se habrían cancelado.\n"
|
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
#: docs/case-studies.mdx:12
|
#: docs/case-studies.mdx:12
|
||||||
|
|
@ -703,16 +711,10 @@ msgstr "2. Compartir & copia de seguridad de medios"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/case-studies.mdx:15
|
#: docs/case-studies.mdx:15
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "> Often M. wants to share music and movie files that theyve downloaded on their computer with their friends but transferring with cables or Bluetooth is a pain. So they've set up a Butter Box with their media collection music files, films and photos. They plugged it in near the kitchen, and now anyone in their apartment can connect to the Butter WiFi and browse a shared media library. No internet needed, and no more file-by-file transfers.\n"
|
#| msgid "> Often M. wants to share music and movie files that theyve downloaded on their computer with their friends but transferring with cables or Bluetooth is a pain. So they've set up a Butter Box with their media collection music files, films and photos. They plugged it in near the kitchen, and now anyone in their apartment can connect to the Butter WiFi and browse a shared media library. No internet needed, and no more file-by-file transfers.\n"
|
||||||
msgstr ""
|
msgid "> Often M. wants to share music and movie files that they’ve downloaded on their computer with their friends — but transferring with cables or Bluetooth is a pain. So they've set up a Butter Box with their media collection — music files, films and photos. They plugged it in near the kitchen, and now anyone in their apartment can connect to the Butter Wi‑Fi and browse a shared media library. No internet needed, and no more file-by-file transfers.\n"
|
||||||
">A menudo, M. quiere compartir con sus amigos archivos de música y películas "
|
msgstr ">A menudo, M. quiere compartir con sus amigos archivos de música y películas que ha descargado en su ordenador, pero transferirlos con cables o Bluetooth es complicado. Así que ha instalado una caja Mantequilla con su colección de archivos multimedia (música, películas y fotos). Lo ha conectado cerca de la cocina y ahora cualquiera en su apartamento puede conectarse a la red WiFi de la caja y acceder a una biblioteca multimedia compartida. No necesita internet ni tiene que transferir archivos uno a uno.\n"
|
||||||
"que ha descargado en su ordenador, pero transferirlos con cables o Bluetooth "
|
|
||||||
"es complicado. Así que ha instalado una caja Mantequilla con su colección de "
|
|
||||||
"archivos multimedia (música, películas y fotos). Lo ha conectado cerca de la "
|
|
||||||
"cocina y ahora cualquiera en su apartamento puede conectarse a la red WiFi "
|
|
||||||
"de la caja y acceder a una biblioteca multimedia compartida. No necesita "
|
|
||||||
"internet ni tiene que transferir archivos uno a uno.\n"
|
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
#: docs/case-studies.mdx:16
|
#: docs/case-studies.mdx:16
|
||||||
|
|
@ -722,15 +724,10 @@ msgstr "3. Almacenamiento temporal de archivos"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/case-studies.mdx:18
|
#: docs/case-studies.mdx:18
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "> On a remote site with no cell service, workers needed a way to temporarily offload large files like site photos or documents from their phones. Using Butter Boxs local encrypted message board, they sent files to themselves or coworkers for safekeeping. Files stayed on the device until retrieved later, even without power or signal.\n"
|
#| msgid "> On a remote site with no cell service, workers needed a way to temporarily offload large files like site photos or documents from their phones. Using Butter Boxs local encrypted message board, they sent files to themselves or coworkers for safekeeping. Files stayed on the device until retrieved later, even without power or signal.\n"
|
||||||
msgstr ""
|
msgid "> On a remote site with no cell service, workers needed a way to temporarily offload large files — like site photos or documents — from their phones. Using Butter Box’s local encrypted message board, they sent files to themselves or coworkers for safekeeping. Files stayed on the device until retrieved later, even without power or signal.\n"
|
||||||
">En un lugar remoto sin cobertura móvil, los trabajadores necesitaban una "
|
msgstr ">En un lugar remoto sin cobertura móvil, los trabajadores necesitaban una forma de descargar temporalmente archivos grandes, como fotos o documentos, desde sus teléfonos. Mediante el tablón de mensajes cifrado local de la Caja Mantequilla, se enviaban archivos a sí mismos o a sus compañeros para su custodia. Los archivos permanecían en el dispositivo hasta que se recuperaban, incluso sin energía ni señal.\n"
|
||||||
"forma de descargar temporalmente archivos grandes, como fotos o documentos, "
|
|
||||||
"desde sus teléfonos. Mediante el tablón de mensajes cifrado local de la Caja "
|
|
||||||
"Mantequilla, se enviaban archivos a sí mismos o a sus compañeros para su "
|
|
||||||
"custodia. Los archivos permanecían en el dispositivo hasta que se "
|
|
||||||
"recuperaban, incluso sin energía ni señal.\n"
|
|
||||||
|
|
||||||
#. type: Yaml Front Matter Hash Value: sidebar_position
|
#. type: Yaml Front Matter Hash Value: sidebar_position
|
||||||
#: docs/quick-start.mdx:1 docs/build-a-box/pc-laptop.mdx:1
|
#: docs/quick-start.mdx:1 docs/build-a-box/pc-laptop.mdx:1
|
||||||
|
|
@ -832,8 +829,9 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/quick-start.mdx:31
|
#: docs/quick-start.mdx:31
|
||||||
msgid ""
|
msgid ""
|
||||||
"You will know the box is working if butterbox wifi appears in the wifi list "
|
"You will know the box is working if ‘butterbox’ wifi appears in the wifi "
|
||||||
"on your phone or computer. If it doesnt, unplug the box and plug it back in."
|
"list on your phone or computer. If it doesn’t, unplug the box and plug it "
|
||||||
|
"back in."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -878,7 +876,7 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/quick-start.mdx:49
|
#: docs/quick-start.mdx:49
|
||||||
msgid ""
|
msgid ""
|
||||||
"Join the butterbox Wi-Fi. After 30 seconds, scan the QR code on the box. "
|
"Join the ‘butterbox’ Wi-Fi. After 30 seconds, scan the QR code on the box. "
|
||||||
"This connects you to **http://butterbox.local** in a browser."
|
"This connects you to **http://butterbox.local** in a browser."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -895,9 +893,14 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/quick-start.mdx:55
|
#: docs/quick-start.mdx:55
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "_If this page does not load, wait a few minutes to ensure connectivity. "
|
||||||
|
#| "Refresh the page. If youre connecting from a smartphone, turn off your "
|
||||||
|
#| "mobile data or turn on airplane mode. Then try again._"
|
||||||
msgid ""
|
msgid ""
|
||||||
"_If this page does not load, wait a few minutes to ensure connectivity. "
|
"_If this page does not load, wait a few minutes to ensure connectivity. "
|
||||||
"Refresh the page. If youre connecting from a smartphone, turn off your "
|
"Refresh the page. If you’re connecting from a smartphone, turn off your "
|
||||||
"mobile data or turn on airplane mode. Then try again._"
|
"mobile data or turn on airplane mode. Then try again._"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si esta página no carga, espera unos minutos para asegurar la conexión. "
|
"Si esta página no carga, espera unos minutos para asegurar la conexión. "
|
||||||
|
|
@ -908,10 +911,7 @@ msgstr ""
|
||||||
#: docs/quick-start.mdx:56
|
#: docs/quick-start.mdx:56
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "This is an HTTP page, not HTTPS, because it's served from a local device with no internet connection. Your data never leaves the network, so it's still private and secure.\n"
|
msgid "This is an HTTP page, not HTTPS, because it's served from a local device with no internet connection. Your data never leaves the network, so it's still private and secure.\n"
|
||||||
msgstr ""
|
msgstr "Esta es una página HTTP, no HTTPS, porque se sirve desde un dispositivo local sin conexión a internet. Tus datos nunca salen de la red, por lo que siguen siendo privados y seguros.\n"
|
||||||
"Esta es una página HTTP, no HTTPS, porque se sirve desde un dispositivo "
|
|
||||||
"local sin conexión a internet. Tus datos nunca salen de la red, por lo que "
|
|
||||||
"siguen siendo privados y seguros.\n"
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/quick-start.mdx:61
|
#: docs/quick-start.mdx:61
|
||||||
|
|
@ -926,9 +926,7 @@ msgstr ""
|
||||||
#: docs/quick-start.mdx:62
|
#: docs/quick-start.mdx:62
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Once connected, use Admin Settings to set up your box."
|
msgid "Once connected, use Admin Settings to set up your box."
|
||||||
msgstr ""
|
msgstr "Una vez conectado, utiliza la configuración de administrador para configurar tu dispositivo."
|
||||||
"Una vez conectado, utiliza la configuración de administrador para configurar "
|
|
||||||
"tu dispositivo."
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/quick-start.mdx:65
|
#: docs/quick-start.mdx:65
|
||||||
|
|
@ -964,13 +962,8 @@ msgid ""
|
||||||
"For a Pi Zero 2 W: Up to 5 people can connect to the box at any time. After people connect and get what they need, encourage them to leave the box to give others a turn.\\\n"
|
"For a Pi Zero 2 W: Up to 5 people can connect to the box at any time. After people connect and get what they need, encourage them to leave the box to give others a turn.\\\n"
|
||||||
"The physical reach of the Box varies. But as a rule of thumb, people in the same room as the box (or in talking distance) will be able to access it.\n"
|
"The physical reach of the Box varies. But as a rule of thumb, people in the same room as the box (or in talking distance) will be able to access it.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Para una Raspberry Pi Zero 2 W: Hasta 5 personas pueden conectarse al "
|
"Para una Raspberry Pi Zero 2 W: Hasta 5 personas pueden conectarse al dispositivo simultáneamente. Una vez que se conecten y obtengan lo que necesitan, pideles que se desconecten del dispositivo para que otros puedan usarlo.\n"
|
||||||
"dispositivo simultáneamente. Una vez que se conecten y obtengan lo que "
|
" El alcance físico del dispositivo varía. Sin embargo, como regla general, las personas que se encuentren en la misma habitación (o a una distancia que permita hablar) podrán acceder a él.\n"
|
||||||
"necesitan, pideles que se desconecten del dispositivo para que otros puedan "
|
|
||||||
"usarlo.\n"
|
|
||||||
" El alcance físico del dispositivo varía. Sin embargo, como regla general, "
|
|
||||||
"las personas que se encuentren en la misma habitación (o a una distancia que "
|
|
||||||
"permita hablar) podrán acceder a él.\n"
|
|
||||||
|
|
||||||
#. type: Yaml Front Matter Hash Value: sidebar_position
|
#. type: Yaml Front Matter Hash Value: sidebar_position
|
||||||
#: docs/update-butter.mdx:1
|
#: docs/update-butter.mdx:1
|
||||||
|
|
@ -997,8 +990,8 @@ msgid ""
|
||||||
"dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/"
|
"dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/"
|
||||||
"helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)"
|
"helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/"
|
"[https://www.dropbox.com/scl/fo/helpqh3q2oj7ti2ia038m/h?"
|
||||||
"h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/"
|
"dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0](https://www.dropbox.com/scl/fo/"
|
||||||
"helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)"
|
"helpqh3q2oj7ti2ia038m/h?dl=0.&rlkey=cswt4w4zksiuj3eb1oca48yw0)"
|
||||||
|
|
||||||
#. type: Fenced div block (info)
|
#. type: Fenced div block (info)
|
||||||
|
|
@ -1062,9 +1055,13 @@ msgstr "Construir una Caja"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/index.mdx:8
|
#: docs/build-a-box/index.mdx:8
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Dont have a Butter Box yet? You can easily build your own. Choose your "
|
||||||
|
#| "setup to get started."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Dont have a Butter Box yet? You can easily build your own. Choose your setup "
|
"Don’t have a Butter Box yet? You can easily build your own. Choose your "
|
||||||
"to get started."
|
"setup to get started."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"¿Todavía no tienes una Caja Mantequilla? Puedes construir la tuya "
|
"¿Todavía no tienes una Caja Mantequilla? Puedes construir la tuya "
|
||||||
"fácilmente. Elige tu configuración para empezar."
|
"fácilmente. Elige tu configuración para empezar."
|
||||||
|
|
@ -1095,32 +1092,21 @@ msgid ""
|
||||||
"| <p><strong>Extended</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a href=\"raspberry-pi/extend-your-box\">Get Started</a></p> | Up to 20 people, About 30 meters apart when paired with a router | [Supply List](raspberry-pi/extend-your-box) |\n"
|
"| <p><strong>Extended</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a href=\"raspberry-pi/extend-your-box\">Get Started</a></p> | Up to 20 people, About 30 meters apart when paired with a router | [Supply List](raspberry-pi/extend-your-box) |\n"
|
||||||
"| PC/Laptop (amd64) | _Coming soon_ | _Coming soon_ |\n"
|
"| PC/Laptop (amd64) | _Coming soon_ | _Coming soon_ |\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"| Dispositivo"
|
"| Dispositivo | Capacidad | Suministros |\n"
|
||||||
" "
|
"| -------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------- |\n"
|
||||||
"| Capacidad | "
|
"| <p><strong>Basico</strong> </p><p>Raspberry Pi Zero Pi 2<br/><br/><a href=\"raspberry-pi/basic-box-supplies\">Iniciar</a></p> | hasta 10 personas, aproximadamente a 10 metros de distancia | [lista de suministros](raspberry-pi/basic-box-supplies) |\n"
|
||||||
"Suministros |\n"
|
"| <p><strong>Optima</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a href=\"raspberry-pi/extend-your-box\">Iniciar</a></p> | hasta 20 personas, aproximadamente a 30 metros de distancia si anexas un router | [Supply List](raspberry-pi/extend-your-box) |\n"
|
||||||
"| -------------------------------------------------------------------------------------------------------------------------------- "
|
"| PC/Laptop (amd64) | _proximamente_ | _proximamente_ |\n"
|
||||||
"| ----------------------------------------------------------------- "
|
|
||||||
"| ------------------------------------------------- |\n"
|
|
||||||
"| <p><strong>Basico</strong> </p><p>Raspberry Pi Zero Pi 2<br/><br/><a "
|
|
||||||
"href=\"raspberry-pi/basic-box-supplies\">Iniciar</a></p> | hasta 10 "
|
|
||||||
"personas, aproximadamente a 10 metros de distancia"
|
|
||||||
" | [lista de suministros](raspberry-pi/basic-box-"
|
|
||||||
"supplies) |\n"
|
|
||||||
"| <p><strong>Optima</strong> </p><p>Raspberry Pi 4 + Router<br/><br/><a "
|
|
||||||
"href=\"raspberry-pi/extend-your-box\">Iniciar</a></p> | hasta 20 personas, "
|
|
||||||
"aproximadamente a 30 metros de distancia si anexas un router | [Supply List]"
|
|
||||||
"(raspberry-pi/extend-your-box) |\n"
|
|
||||||
"| PC/Laptop (amd64)"
|
|
||||||
" "
|
|
||||||
"| _proximamente_ | "
|
|
||||||
"_proximamente_ |\n"
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/index.mdx:20
|
#: docs/build-a-box/index.mdx:20
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "We also make and ship Butter Boxes to partners worldwide. If you serve a "
|
||||||
|
#| "community that could benefit, wed love to hear from you."
|
||||||
msgid ""
|
msgid ""
|
||||||
"We also make and ship Butter Boxes to partners worldwide. If you serve a "
|
"We also make and ship Butter Boxes to partners worldwide. If you serve a "
|
||||||
"community that could benefit, wed love to hear from you."
|
"community that could benefit, we’d love to hear from you."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"También fabricamos y enviamos cajas de mantequilla a socios de todo el "
|
"También fabricamos y enviamos cajas de mantequilla a socios de todo el "
|
||||||
"mundo. Si prestas servicios a una comunidad que podría beneficiarse, nos "
|
"mundo. Si prestas servicios a una comunidad que podría beneficiarse, nos "
|
||||||
|
|
@ -1292,8 +1278,8 @@ msgid ""
|
||||||
"Once the ButterBox PC is booted up, and plugged into a local router, it "
|
"Once the ButterBox PC is booted up, and plugged into a local router, it "
|
||||||
"should be ready to access!"
|
"should be ready to access!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Una vez que el ordenador se haya encendido y conectado a un router local, ¡"
|
"Una vez que el ordenador se haya encendido y conectado a un router local, "
|
||||||
"ya deberías estar listo para accederlo!"
|
"¡ya deberías estar listo para accederlo!"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/pc-laptop.mdx:42
|
#: docs/build-a-box/pc-laptop.mdx:42
|
||||||
|
|
@ -1405,15 +1391,13 @@ msgid ""
|
||||||
"Fi0EcM5vcr7ESk\\&dib_tag=se\\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\\&qid=1756265405\\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\\&sr=8-6\\&th=1)"
|
"Fi0EcM5vcr7ESk\\&dib_tag=se\\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\\&qid=1756265405\\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\\&sr=8-6\\&th=1)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cargador portátil Anker [power bank](https://www.amazon.com/Anker-Portable-"
|
"Cargador portátil Anker [power bank](https://www.amazon.com/Anker-Portable-"
|
||||||
"PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?crid=30EJM6E540GE6\\"
|
"PowerCore-High-Speed-Charging/dp/B09VXF29RM/ref=sr_1_6?"
|
||||||
"&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-"
|
"crid=30EJM6E540GE6\\&dib=eyJ2IjoiMSJ9.cMM86su3KXjp8lN7z7mvmL1HERSowjwoegVu1E_8xhH-"
|
||||||
"Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-"
|
"Pl38rDD2hEv21fVqk-w2eogpdZGsfiLn_V8ij-PvaRw3RDBdv9-"
|
||||||
"NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPx Zwan-"
|
"NTKTFqGOUj6IZJKMdbeUjGkgBFVFdZvyOkBFF6kau0uJIE-rRQyseWiNNPx "
|
||||||
"29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-"
|
"Zwan-29xuz2_f643gTOfOzERBuVK2cDdpm91rPdVsRl3dKy6iR1K7qkYW5YGTtYpaZWriYGWOovD2CcVA.SogXwrCYRlPyAkf0wzwye8_-"
|
||||||
"ZdVw-Fi0EcM5vcr7ESk\\&dib_tag=se\\"
|
"ZdVw-"
|
||||||
"&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\\&qid=1756265405\\"
|
"Fi0EcM5vcr7ESk\\&dib_tag=se\\&keywords=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhite\\&qid=1756265405\\&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\\&sr=8-6\\&th=1)"
|
||||||
"&sprefix=anker%2Bpower%2Bbank%2Bbattery%2Bpack%2Bwhit%2Caps%2C154\\&sr=8-6\\"
|
|
||||||
"&th=1)"
|
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/build-a-box/power-supply.mdx:15
|
#: docs/build-a-box/power-supply.mdx:15
|
||||||
|
|
@ -1445,9 +1429,7 @@ msgstr ""
|
||||||
#: docs/build-a-box/raspberry-pi/power-supply.mdx:15
|
#: docs/build-a-box/raspberry-pi/power-supply.mdx:15
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
"<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" "
|
|
||||||
"alt=\"\"/><figcaption></figcaption></figure>\n"
|
|
||||||
|
|
||||||
#. type: Title #
|
#. type: Title #
|
||||||
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:4
|
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:4
|
||||||
|
|
@ -1469,11 +1451,17 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:9
|
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:9
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "In most setups like this, a Butter Box can comfortably handle **410 "
|
||||||
|
#| "connected devices at once** without slowing down. Its possible to have "
|
||||||
|
#| "more, but performance may drop if everyone is downloading large files or "
|
||||||
|
#| "videos at the same time."
|
||||||
msgid ""
|
msgid ""
|
||||||
"In most setups like this, a Butter Box can comfortably handle **410 "
|
"In most setups like this, a Butter Box can comfortably handle **4–10 "
|
||||||
"connected devices at once** without slowing down. Its possible to have more, "
|
"connected devices at once** without slowing down. It’s possible to have "
|
||||||
"but performance may drop if everyone is downloading large files or videos at "
|
"more, but performance may drop if everyone is downloading large files or "
|
||||||
"the same time."
|
"videos at the same time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"En la mayoría de las configuraciones de este tipo, un Butter Box puede "
|
"En la mayoría de las configuraciones de este tipo, un Butter Box puede "
|
||||||
"gestionar cómodamente **10 dispositivos conectados simultáneamente** sin "
|
"gestionar cómodamente **10 dispositivos conectados simultáneamente** sin "
|
||||||
|
|
@ -1483,12 +1471,19 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:11
|
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:11
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "The reach for it is about **510 meters** indoors, depending on the "
|
||||||
|
#| "Raspberry Pi model and depending on walls and interference. Outdoors, in "
|
||||||
|
#| "open space, it can sometimes reach farther. Think of it like the range of "
|
||||||
|
#| "a home Wi-Fi router enough to cover a classroom, a coffee shop, meeting "
|
||||||
|
#| "space, or small outdoor gathering."
|
||||||
msgid ""
|
msgid ""
|
||||||
"The reach for it is about **510 meters** indoors, depending on the Raspberry "
|
"The reach for it is about **5–10 meters** indoors, depending on the "
|
||||||
"Pi model and depending on walls and interference. Outdoors, in open space, "
|
"Raspberry Pi model and depending on walls and interference. Outdoors, in "
|
||||||
"it can sometimes reach farther. Think of it like the range of a home Wi-Fi "
|
"open space, it can sometimes reach farther. Think of it like the range of a "
|
||||||
"router enough to cover a classroom, a coffee shop, meeting space, or small "
|
"home Wi-Fi router — enough to cover a classroom, a coffee shop, meeting "
|
||||||
"outdoor gathering."
|
"space, or small outdoor gathering."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Su alcance es de aproximadamente **510 metros** en interiores, dependiendo "
|
"Su alcance es de aproximadamente **510 metros** en interiores, dependiendo "
|
||||||
"del modelo de Raspberry Pi y de las paredes y las interferencias. En "
|
"del modelo de Raspberry Pi y de las paredes y las interferencias. En "
|
||||||
|
|
@ -1565,9 +1560,7 @@ msgstr ""
|
||||||
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:27
|
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:27
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "**Once you have your supplies, continue in the Install Butter section.**\n"
|
msgid "**Once you have your supplies, continue in the Install Butter section.**\n"
|
||||||
msgstr ""
|
msgstr "**Una vez que tengas los materiales, continúa con la sección de Instalación de la Caja Mantequilla.**\n"
|
||||||
"**Una vez que tengas los materiales, continúa con la sección de Instalación "
|
|
||||||
"de la Caja Mantequilla.**\n"
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:29
|
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:29
|
||||||
|
|
@ -1578,9 +1571,7 @@ msgstr "[install-butter.md](install-butter)"
|
||||||
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:31
|
#: docs/build-a-box/raspberry-pi/basic-box-supplies.mdx:31
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/20250815_142828.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
msgid "<figure><img src=\"/img/docs/20250815_142828.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgstr "<figure><img src=\"/img/docs/20250815_142828.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
"<figure><img src=\"/img/docs/20250815_142828.jpg\" alt=\"\"/><figcaption></"
|
|
||||||
"figcaption></figure>\n"
|
|
||||||
|
|
||||||
#. type: Yaml Front Matter Hash Value: description
|
#. type: Yaml Front Matter Hash Value: description
|
||||||
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:1
|
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:1
|
||||||
|
|
@ -1613,9 +1604,15 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:11
|
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:11
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "With the router, the network can reach 10-30 m (32-98 feet),and can "
|
||||||
|
#| "comfortably support 1020 connected devices at the same time. This setup "
|
||||||
|
#| "is ideal for a medium group of people in a medium room, like classrooms, "
|
||||||
|
#| "events, or community spaces."
|
||||||
msgid ""
|
msgid ""
|
||||||
"With the router, the network can reach 10-30 m (32-98 feet),and can "
|
"With the router, the network can reach 10-30 m (32-98 feet),and can "
|
||||||
"comfortably support 1020 connected devices at the same time. This setup is "
|
"comfortably support 10–20 connected devices at the same time. This setup is "
|
||||||
"ideal for a medium group of people in a medium room, like classrooms, "
|
"ideal for a medium group of people in a medium room, like classrooms, "
|
||||||
"events, or community spaces."
|
"events, or community spaces."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -1663,9 +1660,7 @@ msgstr "_No se requiere conexión a internet._"
|
||||||
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:24
|
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:24
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/20250815_142438.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
msgid "<figure><img src=\"/img/docs/20250815_142438.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgstr "<figure><img src=\"/img/docs/20250815_142438.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
"<figure><img src=\"/img/docs/20250815_142438.jpg\" alt=\"\"/><figcaption></"
|
|
||||||
"figcaption></figure>\n"
|
|
||||||
|
|
||||||
#. type: Title ##
|
#. type: Title ##
|
||||||
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:27
|
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:27
|
||||||
|
|
@ -1741,11 +1736,17 @@ msgstr "Desactivar el punto de acceso Wi-Fi de la Caja Mantequilla"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:46
|
#: docs/build-a-box/raspberry-pi/extend-your-box.mdx:46
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Open the admin settings from the Butter Box portal. Navigate to **Secure "
|
||||||
|
#| "Portal**. Turn off the Wi-Fi access point. This will hide the Wi-Fi "
|
||||||
|
#| "network that broadcasts from the raspberry pi, so that users dont get "
|
||||||
|
#| "confused about which network to join."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Open the admin settings from the Butter Box portal. Navigate to **Secure "
|
"Open the admin settings from the Butter Box portal. Navigate to **Secure "
|
||||||
"Portal**. Turn off the Wi-Fi access point. This will hide the Wi-Fi network "
|
"Portal**. Turn off the Wi-Fi access point. This will hide the Wi-Fi network "
|
||||||
"that broadcasts from the raspberry pi, so that users dont get confused about "
|
"that broadcasts from the raspberry pi, so that users don’t get confused "
|
||||||
"which network to join."
|
"about which network to join."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Abre la configuración de administración desde el portal de la Caja "
|
"Abre la configuración de administración desde el portal de la Caja "
|
||||||
"Mantequilla. Ve a **Portal seguro**. Desactiva el punto de acceso Wi-Fi. "
|
"Mantequilla. Ve a **Portal seguro**. Desactiva el punto de acceso Wi-Fi. "
|
||||||
|
|
@ -1777,9 +1778,7 @@ msgstr "Raspberry Pi"
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:1
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Install Butter Operating System (OS) on an SD card for Raspberry Pi"
|
msgid "Install Butter Operating System (OS) on an SD card for Raspberry Pi"
|
||||||
msgstr ""
|
msgstr "Instala el sistema operativo Mantequilla (SO) en una tarjeta SD para Raspberry Pi"
|
||||||
"Instala el sistema operativo Mantequilla (SO) en una tarjeta SD para "
|
|
||||||
"Raspberry Pi"
|
|
||||||
|
|
||||||
#. type: Title #
|
#. type: Title #
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:6
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:6
|
||||||
|
|
@ -1845,9 +1844,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:29
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:29
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<div align=\"center\"><figure><img src=\"/img/docs/image (1).png\" alt=\"\" width=\"375\"/><figcaption><p>Example adapter (USB-C to Micro SD)</p></figcaption></figure></div>\n"
|
#| msgid "<figure><img src=\"/img/docs/20250815_142828.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<div align=\"center\"><figure><img src=\"/img/docs/image_1.png\" alt=\"\" width=\"375\"/><figcaption><p>Example adapter (USB-C to Micro SD)</p></figcaption></figure></div>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/20250815_142828.jpg\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Fenced div block (info)
|
#. type: Fenced div block (info)
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:30
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:30
|
||||||
|
|
@ -1892,9 +1892,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:45
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:45
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 9.56.27AM.png\" alt=\"\"/><figcaption><p>Select Raspberry Pi Zero 2 W (or the device you have if it's not the standard box from Butter HQ)</p></figcaption></figure>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 9.56.27 AM.png\" alt=\"\"/><figcaption><p>Select Raspberry Pi Zero 2 W (or the device you have if it's not the standard box from Butter HQ)</p></figcaption></figure>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:46
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:46
|
||||||
|
|
@ -1911,9 +1912,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:51
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:51
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 9.57.31AM.png\" alt=\"\"/><figcaption><p>Select Use Custom. You will upload the custom .img file that you downloaded from Dropbox.</p></figcaption></figure>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 9.57.31 AM.png\" alt=\"\"/><figcaption><p>Select Use Custom. You will upload the custom .img file that you downloaded from Dropbox.</p></figcaption></figure>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:52
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:52
|
||||||
|
|
@ -1928,9 +1930,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:57
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:57
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 1.27.37PM.png\" alt=\"\"/><figcaption><p>Select the Micro SD Card.</p></figcaption></figure>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 1.27.37 PM.png\" alt=\"\"/><figcaption><p>Select the Micro SD Card.</p></figcaption></figure>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:59
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:59
|
||||||
|
|
@ -1939,16 +1942,17 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:61
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:61
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 1.27.43PM.png\" alt=\"\"/><figcaption><p>Final screen after selections.</p></figcaption></figure>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 1.27.43 PM.png\" alt=\"\"/><figcaption><p>Final screen after selections.</p></figcaption></figure>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:63
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:63
|
||||||
msgid ""
|
msgid ""
|
||||||
"You may be prompt with _\"Doing this will erase all data from selected "
|
"You may be prompt with _\"Doing this will erase all data from selected "
|
||||||
"external storage\"_ and _do you want to apply settings_, click then on _no "
|
"external storage\"_ and “_do you want to apply settings”_, click then on "
|
||||||
"clear settings_."
|
"_“no clear settings”_."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -2015,9 +2019,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/build-a-box/raspberry-pi/install-butter.mdx:88
|
#: docs/build-a-box/raspberry-pi/install-butter.mdx:88
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 1.28.37PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<figure><img src=\"/img/docs/Screenshot 2026-02-24 at 1.28.37 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Yaml Front Matter Hash Value: description
|
#. type: Yaml Front Matter Hash Value: description
|
||||||
#: docs/content-packs/index.mdx:1
|
#: docs/content-packs/index.mdx:1
|
||||||
|
|
@ -2111,8 +2116,8 @@ msgstr ""
|
||||||
#: docs/content-packs/index.mdx:24
|
#: docs/content-packs/index.mdx:24
|
||||||
msgid ""
|
msgid ""
|
||||||
"The zip file below contains a sample static website. To get a feel for how "
|
"The zip file below contains a sample static website. To get a feel for how "
|
||||||
"static websites work with butterDownload it. Unzip it. Then, add this set of "
|
"static websites work with butter—Download it. Unzip it. Then, add this set "
|
||||||
"files to your USB drive."
|
"of files to your USB drive."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -2123,7 +2128,7 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/content-packs/index.mdx:28
|
#: docs/content-packs/index.mdx:28
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can also check out our [New Content Pack News](/blog/tags/contentpack)."
|
"You can also check out our [New Content Pack News](/docs/content-packs)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -2197,7 +2202,7 @@ msgstr ""
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
#: docs/content-packs/maps.mdx:12
|
#: docs/content-packs/maps.mdx:12
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid " Steps to Enable Maps"
|
msgid "✅ Steps to Enable Maps"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -2261,8 +2266,8 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/content-packs/maps.mdx:32
|
#: docs/content-packs/maps.mdx:32
|
||||||
msgid ""
|
msgid ""
|
||||||
" Thats it anyone using an **Android device** can now download OsmAnd and "
|
"👉 That’s it — anyone using an **Android device** can now download OsmAnd "
|
||||||
"the offline maps youve provided directly from your Butter Box."
|
"and the offline maps you’ve provided directly from your Butter Box."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -2271,7 +2276,7 @@ msgid ""
|
||||||
"Note: The OSM map apk is available on the Butter Box software image. Updates "
|
"Note: The OSM map apk is available on the Butter Box software image. Updates "
|
||||||
"to the OsmAnd app will be available with new releases of the Butter Box "
|
"to the OsmAnd app will be available with new releases of the Butter Box "
|
||||||
"software. If you want to know what the latest available version of OsmAnd "
|
"software. If you want to know what the latest available version of OsmAnd "
|
||||||
"app is, visit [OsmAnd Free Releases Android](https://osmand.net/docs/"
|
"app is, visit [OsmAnd Free Releases — Android](https://osmand.net/docs/"
|
||||||
"versions/free-versions)."
|
"versions/free-versions)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
@ -2658,8 +2663,12 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: ' * '
|
#. type: Bullet: ' * '
|
||||||
#: docs/content-packs/apps/index.mdx:14
|
#: docs/content-packs/apps/index.mdx:14
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Youll need a copy of the apps `.apk` file make sure its from a safe and "
|
||||||
|
#| "trusted source."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Youll need a copy of the apps `.apk` file make sure its from a safe and "
|
"You’ll need a copy of the app’s `.apk` file — make sure it’s from a safe and "
|
||||||
"trusted source."
|
"trusted source."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Necesitarás una copia del archivo `.apk` de la aplicación; asegúrate de que "
|
"Necesitarás una copia del archivo `.apk` de la aplicación; asegúrate de que "
|
||||||
|
|
@ -2667,8 +2676,12 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: ' * '
|
#. type: Bullet: ' * '
|
||||||
#: docs/content-packs/apps/index.mdx:14
|
#: docs/content-packs/apps/index.mdx:14
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "Butter wont automatically verify the source, so it's up to you to confirm "
|
||||||
|
#| "it's clean and legal to share."
|
||||||
msgid ""
|
msgid ""
|
||||||
"Butter wont automatically verify the source, so it's up to you to confirm "
|
"Butter won’t automatically verify the source, so it's up to you to confirm "
|
||||||
"it's clean and legal to share."
|
"it's clean and legal to share."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La Caja Mantequilla no verifica automáticamente la fuente, por lo que "
|
"La Caja Mantequilla no verifica automáticamente la fuente, por lo que "
|
||||||
|
|
@ -2689,9 +2702,7 @@ msgstr ""
|
||||||
#: docs/content-packs/apps/index.mdx:15
|
#: docs/content-packs/apps/index.mdx:15
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Go Further: Butter Box Supports Sharing Via F-Droid"
|
msgid "Go Further: Butter Box Supports Sharing Via F-Droid"
|
||||||
msgstr ""
|
msgstr "Ve más allá: La Caja Mantequilla permite compartir archivos a través de F-Droid"
|
||||||
"Ve más allá: La Caja Mantequilla permite compartir archivos a través de F-"
|
|
||||||
"Droid"
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/content-packs/apps/index.mdx:18
|
#: docs/content-packs/apps/index.mdx:18
|
||||||
|
|
@ -2778,14 +2789,20 @@ msgstr "Cómo formatear tu unidad USB"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:7
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:7
|
||||||
|
#, fuzzy
|
||||||
|
#| msgid ""
|
||||||
|
#| "After connecting your USB drive to the Raspberry Pi you will see the "
|
||||||
|
#| "Explore USB title displayed on the portal. If youve tried refreshing your "
|
||||||
|
#| "portal page and still do not see the Explore USB tile then you may need "
|
||||||
|
#| "to erase your USB stick and reformat it."
|
||||||
msgid ""
|
msgid ""
|
||||||
"After connecting your USB drive to the Raspberry Pi you will see the Explore "
|
"After connecting your USB drive to the Raspberry Pi you will see the "
|
||||||
"USB title displayed on the portal. If youve tried refreshing your portal "
|
"“Explore USB” title displayed on the portal. If you’ve tried refreshing your "
|
||||||
"page and still do not see the Explore USB tile then you may need to erase "
|
"portal page and still do not see the “Explore USB” tile then you may need to "
|
||||||
"your USB stick and reformat it."
|
"erase your USB stick and reformat it."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tras conectar la unidad USB a la Raspberry Pi, verás el título «Explorar USB"
|
"Tras conectar la unidad USB a la Raspberry Pi, verás el título «Explorar "
|
||||||
"» en el portal. Si has intentado actualizar la página del portal y sigues "
|
"USB» en el portal. Si has intentado actualizar la página del portal y sigues "
|
||||||
"sin ver el icono «Explorar USB», es posible que tengas que borrar la unidad "
|
"sin ver el icono «Explorar USB», es posible que tengas que borrar la unidad "
|
||||||
"USB y formatearla."
|
"USB y formatearla."
|
||||||
|
|
||||||
|
|
@ -2799,12 +2816,7 @@ msgstr "<br/>\n"
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:13
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:13
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "When you format a USB drive, all files and folders on the drive are removed and replaced with a new file system. This can help repair any issues with the flash drive itself or make it compatible with new files you want to transfer. Be sure to back up your files before formatting your drive. <br/>\n"
|
msgid "When you format a USB drive, all files and folders on the drive are removed and replaced with a new file system. This can help repair any issues with the flash drive itself or make it compatible with new files you want to transfer. Be sure to back up your files before formatting your drive. <br/>\n"
|
||||||
msgstr ""
|
msgstr "Al formatear una unidad USB, todos los archivos y carpetas se eliminan y se reemplazan por un nuevo sistema de archivos. Esto puede ayudar a reparar cualquier problema con la unidad flash o hacerla compatible con los nuevos archivos que desee transferir. Asegúrate de hacer una copia de seguridad de tus archivos antes de formatear la unidad. <br/>\n"
|
||||||
"Al formatear una unidad USB, todos los archivos y carpetas se eliminan y se "
|
|
||||||
"reemplazan por un nuevo sistema de archivos. Esto puede ayudar a reparar "
|
|
||||||
"cualquier problema con la unidad flash o hacerla compatible con los nuevos "
|
|
||||||
"archivos que desee transferir. Asegúrate de hacer una copia de seguridad de "
|
|
||||||
"tus archivos antes de formatear la unidad. <br/>\n"
|
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:15
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:15
|
||||||
|
|
@ -2825,7 +2837,7 @@ msgstr "A la derecha, o haz doble clic en el USB"
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:20
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:20
|
||||||
msgid "Click on Get info and verify the Format"
|
msgid "Click on “Get info” and verify the Format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
|
|
@ -2847,7 +2859,7 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
||||||
msgid "Click on Erase Disk"
|
msgid "Click on “Erase Disk…”"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
|
|
@ -2862,14 +2874,14 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
||||||
msgid "Then tap Erase"
|
msgid "Then tap “Erase”"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"A message may appear warning you that all content will be deleted. Select "
|
"A message may appear warning you that all content will be deleted. Select "
|
||||||
"Erase"
|
"“Erase”"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
|
|
@ -2886,7 +2898,7 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:36
|
||||||
msgid "Click on Get info and verify the Format<br/>"
|
msgid "Click on “Get info” and verify the Format<br/>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -2953,27 +2965,29 @@ msgstr ""
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:50
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:50
|
||||||
msgid ""
|
msgid ""
|
||||||
"A final prompt will appear, Click OK. Your flash drive has successfully been "
|
"A final prompt will appear, Click “OK”. Your flash drive has successfully "
|
||||||
"formatted.<br/>"
|
"been formatted.<br/>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:52
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:52
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ".png>).png>).png>)\n"
|
msgid "\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:54
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:54
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid ".png>)\n"
|
#| msgid "<br/>\n"
|
||||||
msgstr ""
|
msgid "\n"
|
||||||
|
msgstr "<br/>\n"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/how-to-reformat-your-usb-drive.mdx:56
|
#: docs/faq/how-to-reformat-your-usb-drive.mdx:56
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid ".png>)\n"
|
#| msgid ".jpeg>)"
|
||||||
msgstr ""
|
msgid "\n"
|
||||||
|
msgstr ".jpeg>)"
|
||||||
|
|
||||||
#. type: Title #
|
#. type: Title #
|
||||||
#: docs/faq/index.mdx:4
|
#: docs/faq/index.mdx:4
|
||||||
|
|
@ -2990,10 +3004,10 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/index.mdx:9
|
#: docs/faq/index.mdx:9
|
||||||
msgid ""
|
msgid ""
|
||||||
"Not quite. The Butter Box doesnt provide internet access. Instead, it "
|
"Not quite. The Butter Box doesn’t provide internet access. Instead, it "
|
||||||
"creates its own local Wi-Fi network that lets you access apps, content "
|
"creates its own local Wi-Fi network that lets you access apps, content "
|
||||||
"(previously set up), and message board features offline . Everything is "
|
"(previously set up), and message board features offline . Everything is "
|
||||||
"stored and shared locally no internet or data connection needed."
|
"stored and shared locally — no internet or data connection needed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
|
|
@ -3007,21 +3021,21 @@ msgstr ""
|
||||||
msgid ""
|
msgid ""
|
||||||
"The Butter Box is super flexible! You can power it using a USB power bank, a "
|
"The Butter Box is super flexible! You can power it using a USB power bank, a "
|
||||||
"wall adapter, or even a small solar panel. As long as it provides power to "
|
"wall adapter, or even a small solar panel. As long as it provides power to "
|
||||||
"the Raspberry Pi, youre good to go. Go to the [Power Supply](../build-a-box/"
|
"the Raspberry Pi, you’re good to go. Go to the [Power Supply](../build-a-box/"
|
||||||
"power-supply) section to learn more."
|
"power-supply) section to learn more."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
#: docs/faq/index.mdx:18
|
#: docs/faq/index.mdx:18
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "If Im powering the Butter Box with a solar panel, do I need a power bank?"
|
msgid "If I’m powering the Butter Box with a solar panel, do I need a power bank?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/index.mdx:21
|
#: docs/faq/index.mdx:21
|
||||||
msgid ""
|
msgid ""
|
||||||
"A power bank isnt strictly required, but its highly recommended. Solar "
|
"A power bank isn’t strictly required, but it’s highly recommended. Solar "
|
||||||
"panels can be inconsistent clouds, shade, or changing sunlight can "
|
"panels can be inconsistent — clouds, shade, or changing sunlight can "
|
||||||
"interrupt power. A power bank helps smooth that out by storing energy and "
|
"interrupt power. A power bank helps smooth that out by storing energy and "
|
||||||
"keeping the Butter Box running steadily, even when sunlight dips. Check it "
|
"keeping the Butter Box running steadily, even when sunlight dips. Check it "
|
||||||
"out this use case to know more: (insert use case URL)"
|
"out this use case to know more: (insert use case URL)"
|
||||||
|
|
@ -3036,7 +3050,7 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/index.mdx:27
|
#: docs/faq/index.mdx:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"Currently, the Butter Box broadcasts an open Wi-Fi network that means no "
|
"Currently, the Butter Box broadcasts an open Wi-Fi network — that means no "
|
||||||
"password is required to connect. This makes it easy for people nearby to "
|
"password is required to connect. This makes it easy for people nearby to "
|
||||||
"join, especially in offline or community settings."
|
"join, especially in offline or community settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -3044,9 +3058,9 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/index.mdx:29
|
#: docs/faq/index.mdx:29
|
||||||
msgid ""
|
msgid ""
|
||||||
"However, users must either enter the Butter Boxs local IP address manually, "
|
"However, users must either enter the Butter Box’s local IP address manually, "
|
||||||
"or scan a QR code that takes them directly to the content. Since its all "
|
"or scan a QR code that takes them directly to the content. Since it’s all "
|
||||||
"offline, theres no exposure to the internet or external threats."
|
"offline, there’s no exposure to the internet or external threats."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -3066,10 +3080,10 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/faq/index.mdx:37
|
#: docs/faq/index.mdx:37
|
||||||
msgid ""
|
msgid ""
|
||||||
"The Butter Box storage capacity is defined by the microSD card you install "
|
"The Butter Box storage capacity is defined by the microSD card you install — "
|
||||||
"it doesnt have fixed built-in memory. You can choose anything from a 16GB "
|
"it doesn’t have fixed built-in memory. You can choose anything from a 16 GB "
|
||||||
"card up to 1TB (the Raspberry Pi Zero2W supports microSD sizes up to that). "
|
"card up to 1 TB (the Raspberry Pi Zero 2 W supports microSD sizes up to "
|
||||||
"We recommend 256 GB."
|
"that). We recommend 256 GB."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -3078,9 +3092,9 @@ msgstr ""
|
||||||
msgid ""
|
msgid ""
|
||||||
"| Use Case | Suggested micro SD Size |\n"
|
"| Use Case | Suggested micro SD Size |\n"
|
||||||
"| ------------------------------------- | -------------------------- |\n"
|
"| ------------------------------------- | -------------------------- |\n"
|
||||||
"| Basic setup (apps + message board) | 16GB 32GB |\n"
|
"| Basic setup (apps + message board) | 16 GB – 32 GB |\n"
|
||||||
"| Additional content or media storage | 64GB 128GB |\n"
|
"| Additional content or media storage | 64 GB – 128 GB |\n"
|
||||||
"| Handling large content packs or files | 256GB or more, up to 1TB |\n"
|
"| Handling large content packs or files | 256 GB or more, up to 1 TB |\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
|
|
@ -3094,7 +3108,7 @@ msgstr ""
|
||||||
msgid ""
|
msgid ""
|
||||||
"Absolutely! You can add, for example, your own content - dropping in PDFs, "
|
"Absolutely! You can add, for example, your own content - dropping in PDFs, "
|
||||||
"videos, images, and HTML pages to build a local library, or add your own "
|
"videos, images, and HTML pages to build a local library, or add your own "
|
||||||
"apps - including Android APKs (even if theyre not on F-Droid)."
|
"apps - including Android APKs (even if they’re not on F-Droid)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Title ###
|
#. type: Title ###
|
||||||
|
|
@ -3140,7 +3154,7 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/file-sharing.mdx:13
|
#: docs/services/file-sharing.mdx:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"If youd like more control over how your content is displayed, you can build "
|
"If you’d like more control over how your content is displayed, you can build "
|
||||||
"a **static website** and share it through the Butter Box. Learn more in the "
|
"a **static website** and share it through the Butter Box. Learn more in the "
|
||||||
"[Content Packs](../content-packs/) section."
|
"[Content Packs](../content-packs/) section."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
@ -3195,9 +3209,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/file-sharing.mdx:32
|
#: docs/services/file-sharing.mdx:32
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<div><figure><img src=\"/img/docs/Screenshot_20260414-122810 (1).png\" alt=\"\"/><figcaption></figcaption></figure> <figure><img src=\"/img/docs/Screenshot_20260414-122821 (1).png\" alt=\"\"/><figcaption></figcaption></figure></div>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<div><figure><img src=\"/img/docs/Screenshot_20260414-122810.png\" alt=\"\"/><figcaption></figcaption></figure> <figure><img src=\"/img/docs/Screenshot_20260414-122821.png\" alt=\"\"/><figcaption></figcaption></figure></div>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/file-sharing.mdx:36
|
#: docs/services/file-sharing.mdx:36
|
||||||
|
|
@ -3207,7 +3222,7 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/file-sharing.mdx:38
|
#: docs/services/file-sharing.mdx:38
|
||||||
msgid "If you dont see the **Files** tile, try the following actions:"
|
msgid "If you don’t see the **Files** tile, try the following actions:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
|
|
@ -3267,7 +3282,7 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/local-chat.mdx:13
|
#: docs/services/local-chat.mdx:13
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid " **You Can**<br/>\n"
|
msgid "✅ **You Can**<br/>\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
|
|
@ -3287,7 +3302,7 @@ msgstr ""
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/local-chat.mdx:18
|
#: docs/services/local-chat.mdx:18
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid " **You Cannot**<br/>\n"
|
msgid "❌ **You Cannot**<br/>\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Bullet: '* '
|
#. type: Bullet: '* '
|
||||||
|
|
@ -3418,7 +3433,7 @@ msgstr ""
|
||||||
#. type: Title ##
|
#. type: Title ##
|
||||||
#: docs/services/local-chat.mdx:57
|
#: docs/services/local-chat.mdx:57
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "Say Even MoreDirect Messages and Private Rooms"
|
msgid "Say Even More—Direct Messages and Private Rooms"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
@ -3505,9 +3520,10 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: docs/services/local-chat.mdx:86
|
#: docs/services/local-chat.mdx:86
|
||||||
#, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid "<figure><img src=\"/img/docs/Screenshot 2026-01-20 at 1.42.17PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
#| msgid "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
msgstr ""
|
msgid "<figure><img src=\"/img/docs/Screenshot 2026-01-20 at 1.42.17 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
msgstr "<figure><img src=\"/img/docs/Screenshot 2025-07-31 at 10.55.41 PM.png\" alt=\"\"/><figcaption></figcaption></figure>\n"
|
||||||
|
|
||||||
#. type: Yaml Front Matter Hash Value: description
|
#. type: Yaml Front Matter Hash Value: description
|
||||||
#: docs/services/secure-messenger.mdx:1
|
#: docs/services/secure-messenger.mdx:1
|
||||||
|
|
@ -3535,6 +3551,6 @@ msgstr ""
|
||||||
#: docs/services/secure-messenger.mdx:11
|
#: docs/services/secure-messenger.mdx:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"Think of the Butter Box like a local post office. Whenever you connect to "
|
"Think of the Butter Box like a local post office. Whenever you connect to "
|
||||||
"the Boxs network, your Delta Chat app can send outgoing messages and sync to "
|
"the Box’s network, your Delta Chat app can send outgoing messages and sync "
|
||||||
"receive any new ones waiting for you."
|
"to receive any new ones waiting for you."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue