forked from aaPanel/BaoTa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,881 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
[ | ||
{ | ||
"name": "dns_bt", | ||
"title": "宝塔DNS云解析", | ||
"ps": "使用宝塔DNS云解析插件自动解析申请SSL", | ||
"help": "", | ||
"data": false | ||
}, | ||
{ | ||
"name": "dns_dp", | ||
"title": "DnsPod", | ||
"ps": "使用DnsPod的API接口自动解析申请SSL", | ||
"help": "DnsPod后台》用户中心》安全设置,开启API Token", | ||
"data": [ | ||
{ | ||
"key": "SAVED_DP_Id", | ||
"name": "ID", | ||
"value": "" | ||
}, | ||
{ | ||
"key": "SAVED_DP_Key", | ||
"name": "Token", | ||
"value": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "dns_ali", | ||
"title": "阿里云DNS", | ||
"ps": "使用阿里云API接口自动解析申请SSL", | ||
"help": "阿里云控制台》用户头像》accesskeys按指引获取AccessKey/SecretKey", | ||
"data": [ | ||
{ | ||
"key": "SAVED_Ali_Key", | ||
"name": "AccessKey", | ||
"value": "" | ||
}, | ||
{ | ||
"key": "SAVED_Ali_Secret", | ||
"name": "SecretKey", | ||
"value": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "dns_cx", | ||
"title": "CloudXns", | ||
"ps": "使用cloudxns的API接口自动解析申请SSL", | ||
"help": "cloudxns后台》用户中心》API管理,按指引获取AccessKey/SecretKey", | ||
"data": [ | ||
{ | ||
"key": "SAVED_CX_Key", | ||
"name": "AccessKey", | ||
"value": "" | ||
}, | ||
{ | ||
"key": "SAVED_CX_Secret", | ||
"name": "SecretKey", | ||
"value": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "dns", | ||
"title": "手动解析", | ||
"ps": "返回host和txt值,由用户手动解析", | ||
"data": false | ||
} | ||
] |
Oops, something went wrong.