mirror of
https://github.com/certd/certd.git
synced 2026-04-16 05:50:50 +08:00
chore: plugin元数据换成yaml格式
This commit is contained in:
17
packages/ui/certd-server/src/plugins/plugin-woai/access.yaml
Normal file
17
packages/ui/certd-server/src/plugins/plugin-woai/access.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
name: woai
|
||||
title: 我爱云授权
|
||||
desc: 我爱云CDN
|
||||
icon: clarity:plugin-line
|
||||
input:
|
||||
username:
|
||||
title: 账号
|
||||
component:
|
||||
placeholder: 我爱云的账号
|
||||
required: true
|
||||
password:
|
||||
title: 密码
|
||||
component:
|
||||
placeholder: 我爱云的密码
|
||||
required: true
|
||||
encrypt: true
|
||||
pluginType: access
|
||||
45
packages/ui/certd-server/src/plugins/plugin-woai/index.yaml
Normal file
45
packages/ui/certd-server/src/plugins/plugin-woai/index.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
showRunStrategy: false
|
||||
default:
|
||||
strategy:
|
||||
runStrategy: 1
|
||||
name: WoaiCDN
|
||||
title: 我爱云-部署证书到我爱云CDN
|
||||
desc: 部署证书到我爱云CDN
|
||||
icon: clarity:plugin-line
|
||||
group: cdn
|
||||
input:
|
||||
baseApi:
|
||||
title: 接口地址(可留空)
|
||||
helper: 请填写我爱云的地址, 默认为 [API](https://console.edeg.sxhjgy.cn) 末尾请不要携带`/`
|
||||
component:
|
||||
name: a-input
|
||||
required: false
|
||||
order: 0
|
||||
certId:
|
||||
title: 证书ID
|
||||
helper: 请填写 [证书列表](https://console.edge.sxhjgy.cn/site/certificate) 中的证书的ID
|
||||
component:
|
||||
name: a-input
|
||||
required: true
|
||||
order: 0
|
||||
cert:
|
||||
title: 域名证书
|
||||
helper: 请选择前置任务输出的域名证书
|
||||
component:
|
||||
name: output-selector
|
||||
from:
|
||||
- CertApply
|
||||
- CertApplyLego
|
||||
- CertApplyUpload
|
||||
required: true
|
||||
order: 0
|
||||
accessId:
|
||||
title: Access授权
|
||||
helper: 我爱云的用户、密码授权
|
||||
component:
|
||||
name: access-selector
|
||||
type: woai
|
||||
required: true
|
||||
order: 0
|
||||
output: {}
|
||||
pluginType: deploy
|
||||
@@ -0,0 +1,45 @@
|
||||
showRunStrategy: false
|
||||
default:
|
||||
strategy:
|
||||
runStrategy: 1
|
||||
name: WoaiCDN
|
||||
title: 我爱云-部署证书到我爱云CDN
|
||||
desc: 部署证书到我爱云CDN
|
||||
icon: clarity:plugin-line
|
||||
group: cdn
|
||||
input:
|
||||
baseApi:
|
||||
title: 接口地址(可留空)
|
||||
helper: 请填写我爱云的地址, 默认为 [API](https://console.edeg.sxhjgy.cn) 末尾请不要携带`/`
|
||||
component:
|
||||
name: a-input
|
||||
required: false
|
||||
order: 0
|
||||
certId:
|
||||
title: 证书ID
|
||||
helper: 请填写 [证书列表](https://console.edge.sxhjgy.cn/site/certificate) 中的证书的ID
|
||||
component:
|
||||
name: a-input
|
||||
required: true
|
||||
order: 0
|
||||
cert:
|
||||
title: 域名证书
|
||||
helper: 请选择前置任务输出的域名证书
|
||||
component:
|
||||
name: output-selector
|
||||
from:
|
||||
- CertApply
|
||||
- CertApplyLego
|
||||
- CertApplyUpload
|
||||
required: true
|
||||
order: 0
|
||||
accessId:
|
||||
title: Access授权
|
||||
helper: 我爱云的用户、密码授权
|
||||
component:
|
||||
name: access-selector
|
||||
type: woai
|
||||
required: true
|
||||
order: 0
|
||||
output: {}
|
||||
pluginType: deploy
|
||||
@@ -0,0 +1,45 @@
|
||||
showRunStrategy: false
|
||||
default:
|
||||
strategy:
|
||||
runStrategy: 1
|
||||
name: WoaiCDN
|
||||
title: 我爱云-部署证书到我爱云CDN
|
||||
desc: 部署证书到我爱云CDN
|
||||
icon: clarity:plugin-line
|
||||
group: cdn
|
||||
input:
|
||||
baseApi:
|
||||
title: 接口地址(可留空)
|
||||
helper: 请填写我爱云的地址, 默认为 [API](https://console.edeg.sxhjgy.cn) 末尾请不要携带`/`
|
||||
component:
|
||||
name: a-input
|
||||
required: false
|
||||
order: 0
|
||||
certId:
|
||||
title: 证书ID
|
||||
helper: 请填写 [证书列表](https://console.edge.sxhjgy.cn/site/certificate) 中的证书的ID
|
||||
component:
|
||||
name: a-input
|
||||
required: true
|
||||
order: 0
|
||||
cert:
|
||||
title: 域名证书
|
||||
helper: 请选择前置任务输出的域名证书
|
||||
component:
|
||||
name: output-selector
|
||||
from:
|
||||
- CertApply
|
||||
- CertApplyLego
|
||||
- CertApplyUpload
|
||||
required: true
|
||||
order: 0
|
||||
accessId:
|
||||
title: Access授权
|
||||
helper: 我爱云的用户、密码授权
|
||||
component:
|
||||
name: access-selector
|
||||
type: woai
|
||||
required: true
|
||||
order: 0
|
||||
output: {}
|
||||
pluginType: deploy
|
||||
Reference in New Issue
Block a user