From 88fabcf25f45865821e5b3be29ee58368cbf1f9b Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Thu, 16 Apr 2026 14:23:51 -0700 Subject: [PATCH] update repo URL to justin/tinyboard --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf0cdf8..b44d263 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ On a fresh Debian/Ubuntu VPS or server: ```bash apt install git -git clone https://gut.oily.dad/oily.mom/tinyboard +git clone https://gut.oily.dad/justin/tinyboard cd tinyboard ./setup.sh # choose option 4 ``` @@ -23,13 +23,13 @@ cd tinyboard On a fresh Armbian device: -1. Modify `spoke/armb-not_logged_in_yet` accordingly, then drop it onto the SD card as `/root/.not_logged_in_yet` before first boot (WiFi credentials) +1. Modify `spoke/armbian.not_logged_in_yet` accordingly, then drop it onto the SD card as `/root/.not_logged_in_yet` before first boot (WiFi credentials) 2. Boot, SSH in as root 3. Run: ```bash apt install git -git clone https://gut.oily.dad/oily.mom/tinyboard +git clone https://gut.oily.dad/justin/tinyboard cd tinyboard ./setup-network.sh # configure static IP — SSH session will drop, reconnect ./setup.sh # choose option 1 @@ -81,7 +81,7 @@ tinyboard/ │ ├── setup-spoke.sh ← automated spoke setup │ ├── compose.yaml ← Docker Compose for autossh + syncthing │ ├── Dockerfile ← autossh container -│ └── armb-not_logged_in_yet ← Armbian first-boot WiFi config template +│ └── armbian.not_logged_in_yet ← Armbian first-boot WiFi config template └── hub/ ├── setup-hub.sh ← automated hub setup ├── onboard-spoke.sh ← add a new spoke to the hub @@ -168,7 +168,7 @@ Each spoke gets its own mount point at `~/mnt//` and a dedicated rcl Before committing, ensure the following do not contain real credentials: -- `spoke/armb-not_logged_in_yet` — contains WiFi SSID, password, and user passwords +- `spoke/armbian.not_logged_in_yet` — contains WiFi SSID, password, and user passwords ---