mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
【调整】插件支持动态参数和参数类型
【调整】获取证书列表支持状态过滤 【新增】dns提供商腾讯云eo
This commit is contained in:
34
plugins/doge/metadata.json
Normal file
34
plugins/doge/metadata.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "doge",
|
||||
"description": "多吉云",
|
||||
"version": "1.0.0",
|
||||
"author": "主包",
|
||||
"config": [
|
||||
{
|
||||
"name": "access_key",
|
||||
"type": "string",
|
||||
"description": "多吉云 AccessKey",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"name": "secret_key",
|
||||
"type": "string",
|
||||
"description": "多吉云 SecretKey",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"actions": [
|
||||
{
|
||||
"name": "cdn",
|
||||
"description": "部署到多吉云cdn",
|
||||
"params": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "string",
|
||||
"description": "CDN 域名",
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user