Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

插件位置调整 #657

Merged
merged 10 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugins/backup_ftp/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sort":6,
"title":"FTP存储空间",
"hook":["backup"],
"tip":"soft",
Expand All @@ -13,5 +14,5 @@
"author":"midoks",
"home":"https://github.com/midoks/mdserver-web",
"date":"2022-10-23",
"pid": "4"
"pid": "5"
}
1 change: 1 addition & 0 deletions plugins/clean/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sort":2,
"title":"日志清理",
"tip":"soft",
"name":"clean",
Expand Down
2 changes: 1 addition & 1 deletion plugins/docker/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 7,
"sort": 1000,
"ps": "Docker是一个开源的应用容器引擎",
"name": "docker",
"title": "Docker",
Expand Down
2 changes: 1 addition & 1 deletion plugins/fail2ban/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 7,
"sort": 9,
"ps": "防止恶意IP地址暴力破解服务、站点,禁止导致多个身份验证错误的主机",
"name": "fail2ban",
"title": "fail2ban",
Expand Down
2 changes: 1 addition & 1 deletion plugins/gdrive/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hook":["backup"],
"id":998,
"sort":3,
"title":"谷歌云网盘",
"tip":"lib",
"name":"gdrive",
Expand Down
2 changes: 1 addition & 1 deletion plugins/mosquitto/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 999,
"sort": 4,
"ps": "MQTT是一个消息队列遥测传输软件",
"name": "mosquitto",
"title": "mosquitto",
Expand Down
1 change: 1 addition & 0 deletions plugins/msonedrive/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sort":5,
"hook":["backup"],
"title": "OneDrive",
"tip": "lib",
Expand Down
1 change: 1 addition & 0 deletions plugins/mysql-community/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sort":1,
"hook":["database"],
"title":"MySQL[Tar]",
"tip":"soft",
Expand Down
2 changes: 1 addition & 1 deletion plugins/rsyncd/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id":3,
"sort":2,
"title":"rsyncd",
"tip":"soft",
"name":"rsyncd",
Expand Down
2 changes: 1 addition & 1 deletion plugins/supervisor/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 7,
"sort": 1,
"ps": "一个Python开发的通用的进程管理程序",
"name": "supervisor",
"title": "supervisor",
Expand Down
2 changes: 1 addition & 1 deletion plugins/swap/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 7,
"sort": 6,
"ps": "Linux虚拟内存",
"name": "swap",
"title": "swap",
Expand Down
2 changes: 1 addition & 1 deletion plugins/sys-opt/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id":3,
"sort":1,
"title":"系统优化",
"tip":"soft",
"name":"sys-opt",
Expand Down
2 changes: 1 addition & 1 deletion plugins/system_safe/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 1,
"sort": 8,
"ps": "提供灵活的系统加固功能,防止系统被植入木马,支持服务器日志审计功能",
"name": "system_safe",
"title": "系统加固",
Expand Down
2 changes: 1 addition & 1 deletion plugins/task_manager/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 7,
"sort": 5,
"ps": "轻松管理进程、流量监控、启动项、用户、服务、计划任务、会话",
"name": "task_manager",
"title": "任务管理器",
Expand Down
2 changes: 1 addition & 1 deletion plugins/webhook/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sort": 7,
"sort": 4,
"ps": "WebHook,可设置回调脚本,通常用于第三方回调通知!",
"name": "webhook",
"title": "WebHook",
Expand Down
2 changes: 1 addition & 1 deletion plugins/webssh/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}
],
"id":3,
"sort":3,
"title":"SSH终端",
"tip":"lib",
"name":"webssh",
Expand Down
Loading