mdserver-web/plugins/webssh/info.json

28 lines
506 B
JSON
Raw Normal View History

2018-12-05 03:24:39 -05:00
{
2023-01-19 13:11:07 -05:00
"hook":[
{
"tag":"menu",
"menu": {
"title":"终端管理",
"name":"webssh",
"path":"menu/index.html",
"css_path":"menu/index.css",
"js_path":"js/webssh.js"
}
}
],
2018-12-05 03:24:39 -05:00
"id":3,
2019-01-12 08:29:07 -05:00
"title":"SSH终端",
2018-12-05 03:24:39 -05:00
"tip":"lib",
"name":"webssh",
"type":"扩展",
"ps":"完整功能的SSH客户端仅用于连接本服务器",
2023-01-19 13:11:07 -05:00
"versions":"2.0",
2018-12-10 06:17:40 -05:00
"shell":"install.sh",
"checks":"server/webssh",
2019-03-29 05:36:21 -04:00
"path": "server/webssh",
2022-09-20 05:17:47 -04:00
"author":"ssh",
2018-12-10 06:17:40 -05:00
"home":"",
"date":"2018-12-20",
2018-12-05 03:24:39 -05:00
"pid":"4"
}