forked from finn/tinyboard
add Armbian autoconfig docs link to README
This commit is contained in:
@@ -23,7 +23,7 @@ cd tinyboard
|
|||||||
|
|
||||||
On a fresh Armbian device:
|
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
|
2. Boot, SSH in as root
|
||||||
3. Run:
|
3. Run:
|
||||||
|
|
||||||
@@ -76,8 +76,8 @@ Spokes initiate outbound SSH connections to the hub, creating reverse tunnels. T
|
|||||||
```
|
```
|
||||||
tinyboard/
|
tinyboard/
|
||||||
├── setup.sh ← entry point
|
├── setup.sh ← entry point
|
||||||
│ ├── setup-network.sh ← configure static IP before setup
|
|
||||||
├── spoke/
|
├── spoke/
|
||||||
|
│ ├── setup-network.sh ← configure static IP before setup
|
||||||
│ ├── setup-spoke.sh ← automated spoke setup
|
│ ├── setup-spoke.sh ← automated spoke setup
|
||||||
│ ├── compose.yaml ← Docker Compose for autossh + syncthing
|
│ ├── compose.yaml ← Docker Compose for autossh + syncthing
|
||||||
│ ├── Dockerfile ← autossh container
|
│ ├── Dockerfile ← autossh container
|
||||||
|
|||||||
Reference in New Issue
Block a user