Files
easynode/server/app/config/shell.json
2025-07-26 14:46:53 +08:00

27 lines
1.2 KiB
JSON

[
{
"name": "easynode监控服务卸载",
"command": "curl -o- https://git.221022.xyz/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-uninstall.sh | bash",
"description": "easynode-监控服务-卸载脚本"
},
{
"name": "docker安装(外网环境)",
"command": "curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh",
"description": "docker安装(原脚本作者: https://github.com/docker/docker-install)"
},
{
"name": "docker-compose安装(外网环境)",
"command": "curl -L https://github.com/docker/compose/releases/download/v2.29.3/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose && docker-compose --version",
"description": "docker-compose安装(原脚本作者: https://github.com/docker/docker-install)"
},
{
"name": "生成ssh密钥对",
"command": "ssh-keygen -t rsa -b 2048",
"description": "生成ssh密钥对"
},
{
"name": "vps回程测试",
"command": "curl https://git.221022.xyz/https://raw.githubusercontent.com/chaos-zhu/backtrace/main/install.sh -sSf | sh",
"description": "vps回程测试(原脚本作者: https://github.com/zhanghanyun)"
}
]