From a197b7881be2a60a6f8e0431f6bc65e0a8adfc32 Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Thu, 16 Apr 2026 14:35:42 -0700 Subject: [PATCH] move setup-network.sh to spoke/ directory --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b44d263..dd3bc88 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ On a fresh Armbian device: apt install git git clone https://gut.oily.dad/justin/tinyboard cd tinyboard -./setup-network.sh # configure static IP — SSH session will drop, reconnect +./spoke/setup-network.sh # configure static IP — SSH session will drop, reconnect ./setup.sh # choose option 1 ``` @@ -76,7 +76,7 @@ Spokes initiate outbound SSH connections to the hub, creating reverse tunnels. T ``` tinyboard/ ├── setup.sh ← entry point -├── setup-network.sh ← configure static IP on spoke before setup +│ ├── setup-network.sh ← configure static IP before setup ├── spoke/ │ ├── setup-spoke.sh ← automated spoke setup │ ├── compose.yaml ← Docker Compose for autossh + syncthing @@ -99,7 +99,7 @@ Entry point. Presents a menu: 3. Offboard a spoke from the hub 4. Set up this device as a new hub -### `setup-network.sh` +### `spoke/setup-network.sh` Run as root on a new spoke before `setup.sh`. Configures a static IP via netplan. Supports both WiFi and wired interfaces. Automatically reverts if network connectivity is lost after applying the new config. ### `spoke/setup-spoke.sh`