官方使用的docker部署, 这里折腾了下改为系统直接安装了安装好后丢caddy或者nginx反向代理一下就好了, 我这直接用cloudflare的隧道进行代理了.安装cd /tmp
git clone "https://github.com/ConvoyPanel/coterm.git"
cd coterm
npm install
npm run build
cd ./src-rust
cargo run
cargo build --release
mkdir /home/coterm/public -p
install target/release/coterm /home/coterm/ 环境变量配置cat>/home/coterm/.env继续阅读
(72)