Install apk from f-droid catalog: link
Google Play versions are deprecated.
Update libs.
pkg update
pkg upgrade
Install proot-distro
. About
pkg install proot-distro
Install ubuntu.
proot-distro install ubuntu
Start ubuntu session.
proot-distro login ubuntu
Start ubuntu session from previous step.
Update.
apt update
Install code-server. Source
curl -fsSL https://code-server.dev/install.sh | sh
Start code-server with specified password YOUR_PASSWORD
and port 8180
.
export PASSWORD=YOUR_PASSWORD
code-server --auth password --bind-addr 0.0.0.0:8180
Node.js was also installed with code-server.