Running UBA server on iOS - eliranwong/UniqueBible GitHub Wiki

Running http-server or telnet-server on iOS

Notes:

  • This is highly experimental and may not be 100% functional
  • It runs very slow, even on an iPhone 12

Initial setup

  1. Install iSH App from App store.

  2. Open "iSH" app

  3. Run the following commands:

apk add git

apk add python3

git clone https://github.com/eliranwong/UniqueBible

Running telnet-server

cd UniqueBible

python3 uba.py telnet-server

Access telnet-server from any computer on same network with:

telnet <ip> <port>

Running http-server

cd UniqueBible

python3 uba.py http-server

Access http-server by opening any browser on same network with:

http://<ip>:port

Links

Running server on Android

Slow memory/database access

⚠️ **GitHub.com Fallback** ⚠️