From c6d32fd82b37daffcd04e3eeb9de35dc86650b5a Mon Sep 17 00:00:00 2001
From: Pierre Balzack <96387156+balzack@users.noreply.github.com>
Date: Tue, 20 Dec 2022 15:11:46 -0800
Subject: [PATCH 1/2] Update pizero.md
---
doc/pizero.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/pizero.md b/doc/pizero.md
index 98c749c5..df8e97eb 100644
--- a/doc/pizero.md
+++ b/doc/pizero.md
@@ -4,7 +4,7 @@ These instructions assume you have the following setup:
- reverse proxy with an assigned hostname and certificate forwarding to your Raspberry Pi
- micro usb to ethernet adapter
- address reservation on your router
- - reasonably large micro sd card (~64 GB)
+ - reasonably large micro sd card (~16 GB)
## Step 1: setup the hardware
Download the DietPi OS and select the ARMv6 32-bit image:
From 533377193c2accc354f9cfe55ea5e68113383b02 Mon Sep 17 00:00:00 2001
From: Pierre Balzack <96387156+balzack@users.noreply.github.com>
Date: Tue, 20 Dec 2022 15:13:40 -0800
Subject: [PATCH 2/2] Update pizero.md
---
doc/pizero.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/pizero.md b/doc/pizero.md
index df8e97eb..860a5dcd 100644
--- a/doc/pizero.md
+++ b/doc/pizero.md
@@ -59,7 +59,7 @@ These instructions assume you have the following setup:
sqlite3 /var/lib/databag/databag.db "insert into configs (config_id, str_value) values ('script_path', '/opt/databag/transform/');"
## Step 8: download the webapp
- // because the react toolchain isn't available for the pi zero, the webapp is build in a github action
+ // because the react toolchain isn't available for the pi zero, the webapp is built in a github action
Download webapp.zip from the most recent build:
https://github.com/balzack/databag/actions/runs/3352251466
SCP webapp.zip into the pi