mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
* Update VS Code to 1.82.2 * Add new libkrb5 dependency * Update patches The only changes were to context except: - The URL callback provider uses a new _callbackRoute argument and moved locations. - The telemetry provider gets passed the request service as the first argument now. - CSP hash changed, as usual. * Update Node to v18 * Revert back to es2020 es2022 is breaking Safari.
982 B
982 B
Running code-server using UserLAnd
- Install UserLAnd from Google Play
- Install an Ubuntu VM
- Start app
- Install Node.js and
curlusingsudo apt install nodejs npm curl -y - Install
nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
- Exit the terminal using
exitand then reopen the terminal - Install and use Node.js 18:
nvm install 18
nvm use 18
- Install code-server globally on device with:
npm install --global code-server --unsafe-perm - Run code-server with
code-server - Access on localhost:8080 in your browser
Running code-server using Nix-on-Droid
- Install Nix-on-Droid from F-Droid
- Start app
- Spawn a shell with code-server by running
nix-shell -p code-server - Run code-server with
code-server - Access on localhost:8080 in your browser