mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-06-20 22:36:12 +08:00
27 lines
1.2 KiB
JSON
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)"
|
|
}
|
|
] |