Skip to content

Commit fda0194

Browse files
committed
add belabox instructions to readme
1 parent 4c29d2b commit fda0194

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ Originally inspired by the Moblink Kotlin/Android code.
1818

1919
## Usage
2020

21+
### Use on Belabox
22+
23+
```bash
24+
ssh user belabox.local
25+
```
26+
27+
password: See belabox under advanced / developer
28+
29+
ssh to your belabox and run this:
30+
31+
```bash
32+
wget -q -O - https://raw.githubusercontent.com/datagutt/moblink-rust/refs/heads/main/install/belabox/install.sh | sudo sh
33+
```
34+
35+
Then start a Moblink relay and open <http://belabox.local/> in your browser.
36+
37+
If not, make sure your relay has a short name. At most ~10 characters
38+
--> Make sure the password is "1234" and put it on AUTO on the android phone.
39+
2140
### Build
2241

2342
```bash

0 commit comments

Comments
 (0)