Skip to content

mrp-yt/dex-code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Run Code-Server on Samsung DeX (with Termux)

My source for this to work

Instalation

  • Install Termux from F-Droid store
  • Inside Termux run this code. It will download and install everything in one go
    curl -o install-cs.sh https://raw.githubusercontent.com/mrp-yt/dex-code-server/main/install-cs.sh && chmod 755 ./install-cs.sh && ./install-cs.sh &&
    rm install-cs.sh
    
  • Start code-server
    code-server
    
  • Once code-server started press ctrl + c and using this command get password to login
    cat ~/.config/code-server/config.yaml
    

Uninstall

  • Uninstall code-server and remove config.yaml file
    pkg upgrade -y &&
    yarn global remove code-server -y &&
    rm -r ~/.config/code-server
    

Releases

No releases published

Packages

No packages published

Languages