1
0
forked from finn/tinyboard

update repo URL to justin/tinyboard

This commit is contained in:
Justin Oros
2026-04-16 14:23:51 -07:00
parent 51f661766f
commit 88fabcf25f

View File

@@ -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/<spoke-name>/` 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
---