We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c29d2b commit fda0194Copy full SHA for fda0194
1 file changed
README.md
@@ -18,6 +18,25 @@ Originally inspired by the Moblink Kotlin/Android code.
18
19
## Usage
20
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
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
40
### Build
41
42
```bash
0 commit comments