forked from finn/tinyboard
update repo URL to justin/tinyboard
This commit is contained in:
10
README.md
10
README.md
@@ -14,7 +14,7 @@ On a fresh Debian/Ubuntu VPS or server:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install git
|
apt install git
|
||||||
git clone https://gut.oily.dad/oily.mom/tinyboard
|
git clone https://gut.oily.dad/justin/tinyboard
|
||||||
cd tinyboard
|
cd tinyboard
|
||||||
./setup.sh # choose option 4
|
./setup.sh # choose option 4
|
||||||
```
|
```
|
||||||
@@ -23,13 +23,13 @@ cd tinyboard
|
|||||||
|
|
||||||
On a fresh Armbian device:
|
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
|
2. Boot, SSH in as root
|
||||||
3. Run:
|
3. Run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt install git
|
apt install git
|
||||||
git clone https://gut.oily.dad/oily.mom/tinyboard
|
git clone https://gut.oily.dad/justin/tinyboard
|
||||||
cd tinyboard
|
cd tinyboard
|
||||||
./setup-network.sh # configure static IP — SSH session will drop, reconnect
|
./setup-network.sh # configure static IP — SSH session will drop, reconnect
|
||||||
./setup.sh # choose option 1
|
./setup.sh # choose option 1
|
||||||
@@ -81,7 +81,7 @@ tinyboard/
|
|||||||
│ ├── 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
|
||||||
│ └── armb-not_logged_in_yet ← Armbian first-boot WiFi config template
|
│ └── armbian.not_logged_in_yet ← Armbian first-boot WiFi config template
|
||||||
└── hub/
|
└── hub/
|
||||||
├── setup-hub.sh ← automated hub setup
|
├── setup-hub.sh ← automated hub setup
|
||||||
├── onboard-spoke.sh ← add a new spoke to the hub
|
├── onboard-spoke.sh ← add a new spoke to the hub
|
||||||
@@ -168,7 +168,7 @@ Each spoke gets its own mount point at `~/mnt/<spoke-name>/` and a dedicated rcl
|
|||||||
|
|
||||||
Before committing, ensure the following do not contain real credentials:
|
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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user