Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
31 lines (24 loc) · 968 Bytes

File metadata and controls

31 lines (24 loc) · 968 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

Running code-server using UserLAnd

  1. Install UserLAnd from Google Play
  2. Install an Ubuntu VM
  3. Start app
  4. Install Node.js and curl using sudo apt install nodejs npm curl -y
  5. Install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
  1. Exit the terminal using exit and then reopen the terminal
  2. Install and use Node.js 22:
nvm install 18
nvm use 18
  1. Install code-server globally on device with: npm install --global code-server
  2. Run code-server with code-server
  3. Access on localhost:8080 in your browser

Running code-server using Nix-on-Droid

  1. Install Nix-on-Droid from F-Droid
  2. Start app
  3. Spawn a shell with code-server by running nix-shell -p code-server
  4. Run code-server with code-server
  5. Access on localhost:8080 in your browser
Morty Proxy This is a proxified and sanitized view of the page, visit original site.