mirror of https://github.com/certd/certd
35 lines
717 B
YAML
35 lines
717 B
YAML
showRunStrategy: false
|
|
default:
|
|
strategy:
|
|
runStrategy: 1
|
|
name: QnapDeploy
|
|
title: 威联通-部署证书到威联通
|
|
icon: svg:icon-qnap
|
|
group: panel
|
|
desc: 部署证书到qnap
|
|
needPlus: true
|
|
input:
|
|
cert:
|
|
title: 域名证书
|
|
helper: 请选择前置任务输出的域名证书
|
|
component:
|
|
name: output-selector
|
|
from:
|
|
- CertApply
|
|
- CertApplyLego
|
|
- CertApplyUpload
|
|
required: true
|
|
order: 0
|
|
accessId:
|
|
title: ssh登录授权
|
|
helper: ssh登录授权
|
|
component:
|
|
name: access-selector
|
|
type: ssh
|
|
required: true
|
|
order: 0
|
|
output: {}
|
|
type: builtIn
|
|
pluginType: deploy
|
|
scriptFilePath: ../../../plugins/plugin-qnap/plugins/plugin-qnap.js
|