-
-
Notifications
You must be signed in to change notification settings - Fork 39
Running UBA server on iOS
Oliver Tseng edited this page May 19, 2021
·
7 revisions
Notes:
- This is highly experimental and may not be 100% functional
- It runs very slow, even on an iPhone 12
-
Install iSH App from App store.
-
Open "iSH" app
-
Run the following commands:
apk add git
apk add python3
cd UniqueBible
python3 uba.py telnet-server
Access telnet-server from any computer on same network with:
telnet <ip> <port>
cd UniqueBible
python3 uba.py http-server
Access http-server by opening any browser on same network with:
http://<ip>:port