Merge branch 'v2-dev-yaml' into v2-dev

This commit is contained in:
xiaojunnuo
2025-04-27 21:35:36 +08:00
129 changed files with 7037 additions and 3 deletions
@@ -0,0 +1,18 @@
name: volcengine
title: 火山引擎
desc: ''
icon: svg:icon-volcengine
input:
accessKeyId:
title: AccessKeyID
component:
placeholder: AccessKeyID
helper: '[获取密钥](https://console.volcengine.com/iam/keymanage/)'
required: true
secretAccessKey:
title: SecretAccessKey
component:
placeholder: SecretAccessKey
required: true
encrypt: true
pluginType: access
@@ -0,0 +1,6 @@
name: volcengine
title: 火山引擎
desc: 火山引擎DNS解析提供商
accessType: volcengine
icon: svg:icon-volcengine
pluginType: dnsProvider
@@ -0,0 +1,90 @@
showRunStrategy: false
default:
strategy:
runStrategy: 1
name: VolcengineDeployToCDN
title: 火山引擎-部署证书至CDN
icon: svg:icon-volcengine
group: volcengine
desc: 支持网页,文件下载,音视频点播
input:
cert:
title: 域名证书
helper: 请选择前置任务输出的域名证书
component:
name: output-selector
from:
- CertApply
- CertApplyLego
- CertApplyUpload
- VolcengineUploadCert
required: true
order: 0
certDomains:
title: 当前证书域名
component:
name: cert-domains-getter
mergeScript: |2-
return {
component:{
inputKey: ctx.compute(({form})=>{
return form.cert
}),
}
}
required: false
order: 0
accessId:
title: Access授权
helper: 火山引擎AccessKeyId、AccessKeySecret
component:
name: access-selector
type: volcengine
required: true
order: 0
serviceType:
title: 服务类型
helper: 网页,文件下载,音视频点播
component:
name: a-select
options:
- label: 网页
value: web
- label: 文件下载
value: download
- label: 音视频点播
value: video
value: web
required: true
order: 0
domainName:
title: CDN加速域名
component:
name: remote-select
vModel: value
mode: tags
type: plugin
action: onGetDomainList
watches:
- certDomains
- accessId
- certDomains
- accessId
- serviceType
required: true
mergeScript: |2-
return {
component:{
form: ctx.compute(({form})=>{
return form
})
},
}
helper: 你在火山引擎上配置的CDN加速域名,比如:certd.docmirror.cn
order: 0
output: {}
pluginType: deploy
@@ -0,0 +1,90 @@
showRunStrategy: false
default:
strategy:
runStrategy: 1
name: VolcengineDeployToCDN
title: 火山引擎-部署证书至CDN
icon: svg:icon-volcengine
group: volcengine
desc: 支持网页,文件下载,音视频点播
input:
cert:
title: 域名证书
helper: 请选择前置任务输出的域名证书
component:
name: output-selector
from:
- CertApply
- CertApplyLego
- CertApplyUpload
- VolcengineUploadCert
required: true
order: 0
certDomains:
title: 当前证书域名
component:
name: cert-domains-getter
mergeScript: |2-
return {
component:{
inputKey: ctx.compute(({form})=>{
return form.cert
}),
}
}
required: false
order: 0
accessId:
title: Access授权
helper: 火山引擎AccessKeyId、AccessKeySecret
component:
name: access-selector
type: volcengine
required: true
order: 0
serviceType:
title: 服务类型
helper: 网页,文件下载,音视频点播
component:
name: a-select
options:
- label: 网页
value: web
- label: 文件下载
value: download
- label: 音视频点播
value: video
value: web
required: true
order: 0
domainName:
title: CDN加速域名
component:
name: remote-select
vModel: value
mode: tags
type: plugin
action: onGetDomainList
watches:
- certDomains
- accessId
- certDomains
- accessId
- serviceType
required: true
mergeScript: |2-
return {
component:{
form: ctx.compute(({form})=>{
return form
})
},
}
helper: 你在火山引擎上配置的CDN加速域名,比如:certd.docmirror.cn
order: 0
output: {}
pluginType: deploy
@@ -0,0 +1,6 @@
name: volcengine
title: 火山引擎
desc: 火山引擎DNS解析提供商
accessType: volcengine
icon: svg:icon-volcengine
pluginType: dnsProvider