mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
feat: 从yaml文件注册插件
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
showRunStrategy: false
|
||||
default:
|
||||
strategy:
|
||||
runStrategy: 1
|
||||
name: RestartCertd
|
||||
title: 重启 Certd
|
||||
icon: mdi:restart
|
||||
desc: 【仅管理员可用】 重启 certd的https服务,用于更新 Certd 的 ssl 证书
|
||||
group: other
|
||||
input: {}
|
||||
output: {}
|
||||
type: builtIn
|
||||
pluginType: deploy
|
||||
scriptFilePath: ../../../plugins/plugin-other/plugins/plugin-restart.js
|
||||
Reference in New Issue
Block a user