Files
certd/packages/ui/certd-server/metadata/deploy_DokployRefreshCert.yaml

74 lines
1.6 KiB
YAML
Raw Normal View History

2025-04-27 15:11:50 +08:00
showRunStrategy: false
default:
strategy:
runStrategy: 1
2025-12-30 11:09:50 +08:00
name: DokployRefreshCert
title: Dokploy-部署server证书
desc: 自动更新Dokploy server证书
icon: svg:icon-lucky
group: panel
needPlus: true
2025-04-27 15:11:50 +08:00
input:
cert:
title: 域名证书
helper: 请选择前置任务输出的域名证书
component:
name: output-selector
from:
2025-12-30 11:09:50 +08:00
- ':cert:'
2025-04-27 15:11:50 +08:00
order: 0
certDomains:
title: 当前证书域名
component:
name: cert-domains-getter
mergeScript: |2-
return {
component:{
inputKey: ctx.compute(({form})=>{
return form.cert
}),
}
}
2025-12-30 11:09:50 +08:00
template: false
2025-04-27 15:11:50 +08:00
required: false
order: 0
accessId:
2025-12-30 11:09:50 +08:00
title: Dokploy授权
2025-04-27 15:11:50 +08:00
component:
name: access-selector
2025-12-30 11:09:50 +08:00
type: dokploy
2025-04-27 15:11:50 +08:00
required: true
order: 0
2025-12-30 11:09:50 +08:00
serverList:
title: 证书名称
2025-04-27 15:11:50 +08:00
component:
name: remote-select
vModel: value
mode: tags
type: plugin
2025-12-30 11:09:50 +08:00
action: onGetServerList
search: false
pager: false
2025-04-27 15:11:50 +08:00
watches:
- certDomains
- accessId
required: true
mergeScript: |2-
return {
component:{
form: ctx.compute(({form})=>{
return form
})
},
}
2025-12-30 11:09:50 +08:00
helper: 要更新的证书名称,如果这里没有,请先给手动绑定一次证书
2025-04-27 15:11:50 +08:00
order: 0
output: {}
pluginType: deploy
type: builtIn
scriptFilePath: /plugins/plugin-dokploy/plugins/plugin-refresh-cert.js