装入 termux
https://github.com/termux/termux-app
换源
termux-change-repo
更新 pkg
pkg update
安装 tur-repo
pkg install tur-repo
安装 code-server
pkg install code-server
启动 codeserver
#查看版本
code-server --version
#无密码模式
code-server --auth none
#
code-server --host 0.0.0.0 --auth none