diff --git a/plugins/backup_ftp/info.json b/plugins/backup_ftp/info.json index 8e8cfb3ce..951b04e84 100755 --- a/plugins/backup_ftp/info.json +++ b/plugins/backup_ftp/info.json @@ -1,4 +1,5 @@ { + "sort":6, "title":"FTP存储空间", "hook":["backup"], "tip":"soft", @@ -13,5 +14,5 @@ "author":"midoks", "home":"https://github.com/midoks/mdserver-web", "date":"2022-10-23", - "pid": "4" + "pid": "5" } \ No newline at end of file diff --git a/plugins/clean/info.json b/plugins/clean/info.json index d88831914..2a5bff614 100755 --- a/plugins/clean/info.json +++ b/plugins/clean/info.json @@ -1,4 +1,5 @@ { + "sort":2, "title":"日志清理", "tip":"soft", "name":"clean", diff --git a/plugins/docker/info.json b/plugins/docker/info.json index 25b95255b..f3ac77339 100755 --- a/plugins/docker/info.json +++ b/plugins/docker/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 1000, "ps": "Docker是一个开源的应用容器引擎", "name": "docker", "title": "Docker", diff --git a/plugins/fail2ban/info.json b/plugins/fail2ban/info.json index 8ee623a88..c7260dc7f 100755 --- a/plugins/fail2ban/info.json +++ b/plugins/fail2ban/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 9, "ps": "防止恶意IP地址暴力破解服务、站点,禁止导致多个身份验证错误的主机", "name": "fail2ban", "title": "fail2ban", diff --git a/plugins/gdrive/info.json b/plugins/gdrive/info.json index 093caf880..4cd39b39f 100644 --- a/plugins/gdrive/info.json +++ b/plugins/gdrive/info.json @@ -1,6 +1,6 @@ { "hook":["backup"], - "id":998, + "sort":3, "title":"谷歌云网盘", "tip":"lib", "name":"gdrive", diff --git a/plugins/mosquitto/info.json b/plugins/mosquitto/info.json index b2206251f..fbe0320d6 100755 --- a/plugins/mosquitto/info.json +++ b/plugins/mosquitto/info.json @@ -1,5 +1,5 @@ { - "sort": 999, + "sort": 4, "ps": "MQTT是一个消息队列遥测传输软件", "name": "mosquitto", "title": "mosquitto", diff --git a/plugins/msonedrive/info.json b/plugins/msonedrive/info.json index 910c196ea..da645c943 100644 --- a/plugins/msonedrive/info.json +++ b/plugins/msonedrive/info.json @@ -1,4 +1,5 @@ { + "sort":5, "hook":["backup"], "title": "OneDrive", "tip": "lib", diff --git a/plugins/mysql-community/info.json b/plugins/mysql-community/info.json index eb8c9c367..4749211de 100755 --- a/plugins/mysql-community/info.json +++ b/plugins/mysql-community/info.json @@ -1,4 +1,5 @@ { + "sort":1, "hook":["database"], "title":"MySQL[Tar]", "tip":"soft", diff --git a/plugins/rsyncd/info.json b/plugins/rsyncd/info.json index 987267dc0..1f8b746e8 100755 --- a/plugins/rsyncd/info.json +++ b/plugins/rsyncd/info.json @@ -1,5 +1,5 @@ { - "id":3, + "sort":2, "title":"rsyncd", "tip":"soft", "name":"rsyncd", diff --git a/plugins/supervisor/info.json b/plugins/supervisor/info.json index c8e52ace3..7b6d71416 100755 --- a/plugins/supervisor/info.json +++ b/plugins/supervisor/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 1, "ps": "一个Python开发的通用的进程管理程序", "name": "supervisor", "title": "supervisor", diff --git a/plugins/swap/info.json b/plugins/swap/info.json index b0afe47c3..a1f0d1ea0 100755 --- a/plugins/swap/info.json +++ b/plugins/swap/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 6, "ps": "Linux虚拟内存", "name": "swap", "title": "swap", diff --git a/plugins/sys-opt/info.json b/plugins/sys-opt/info.json index b8acc16ab..b9257f105 100755 --- a/plugins/sys-opt/info.json +++ b/plugins/sys-opt/info.json @@ -1,5 +1,5 @@ { - "id":3, + "sort":1, "title":"系统优化", "tip":"soft", "name":"sys-opt", diff --git a/plugins/system_safe/info.json b/plugins/system_safe/info.json index e3e4df72e..52fe791ea 100755 --- a/plugins/system_safe/info.json +++ b/plugins/system_safe/info.json @@ -1,5 +1,5 @@ { - "sort": 1, + "sort": 8, "ps": "提供灵活的系统加固功能,防止系统被植入木马,支持服务器日志审计功能", "name": "system_safe", "title": "系统加固", diff --git a/plugins/task_manager/info.json b/plugins/task_manager/info.json index 13ef84a2f..4a9f7c981 100755 --- a/plugins/task_manager/info.json +++ b/plugins/task_manager/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 5, "ps": "轻松管理进程、流量监控、启动项、用户、服务、计划任务、会话", "name": "task_manager", "title": "任务管理器", diff --git a/plugins/webhook/info.json b/plugins/webhook/info.json index b4e5f279d..251feb70e 100755 --- a/plugins/webhook/info.json +++ b/plugins/webhook/info.json @@ -1,5 +1,5 @@ { - "sort": 7, + "sort": 4, "ps": "WebHook,可设置回调脚本,通常用于第三方回调通知!", "name": "webhook", "title": "WebHook", diff --git a/plugins/webssh/info.json b/plugins/webssh/info.json index a1964dee3..dea473672 100755 --- a/plugins/webssh/info.json +++ b/plugins/webssh/info.json @@ -19,7 +19,7 @@ } } ], - "id":3, + "sort":3, "title":"SSH终端", "tip":"lib", "name":"webssh",