shell proxy 程序,一个终端下运行的运维类shell 代理应用程序
程序员文章站
2022-07-14 13:15:28
...
我自己开发的小程序
一个终端下运行的运维类应用程序
通过有鉴权的 http api 接口调用可以触发 shell 脚本,
那这个功能主要做什么?
我开发这个程序主要是为了我的项目部署使用。当然也可以做别的什么工作。
功能上是受到了 jenkins 的启发。
下载地址:
https://download.csdn.net/download/wide288/16073118,(刚刚说我的应用程序违规不让下载了。没办法了。)
配置文件:
user: user
password: 111
call_white_ip: 127.0.0.1
call_port: 88
shell_file: /shell/1.sh
使用调用
http://127.0.0.1:88/api?user=user&pass=111
上一篇: Linux添加新用户,和分配sudo权限