1
0
forked from finn/tinyboard

add Armbian autoconfig docs link to README

This commit is contained in:
Justin Oros
2026-04-16 14:42:10 -07:00
parent 11f9586c5e
commit 835793d396

View File

@@ -23,7 +23,7 @@ cd tinyboard
On a fresh Armbian device:
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)
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) — see [Armbian Autoconfig docs](https://docs.armbian.com/User-Guide_Autoconfig/)
2. Boot, SSH in as root
3. Run:
@@ -76,8 +76,8 @@ Spokes initiate outbound SSH connections to the hub, creating reverse tunnels. T
```
tinyboard/
├── setup.sh ← entry point
│ ├── setup-network.sh ← configure static IP before setup
├── spoke/
│ ├── setup-network.sh ← configure static IP before setup
│ ├── setup-spoke.sh ← automated spoke setup
│ ├── compose.yaml ← Docker Compose for autossh + syncthing
│ ├── Dockerfile ← autossh container