Files
certd/packages/ui/certd-server/metadata/access_baotawaf.yaml
2025-12-31 18:39:58 +08:00

37 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: baotawaf
title: 宝塔云WAF授权
desc: 用于连接和管理宝塔云WAF服务的授权配置
icon: svg:icon-bt
input:
panelUrl:
title: 在宝塔WAF URL
component:
placeholder: http://192.168.42.237:41896
helper: 在宝塔WAF的URL地址不要带安全入口例如http://192.168.42.237:41896
required: true
apiSecret:
title: WAF API 密钥
component:
placeholder: 请输入WAF API接口密钥
helper: |-
在宝塔WAF设置页面 - API接口中获取的API密钥。
必须添加IP白名单请确保已将CertD服务器IP加入白名单
required: true
encrypt: true
skipSslVerify:
title: 忽略SSL证书校验
value: false
component:
name: a-switch
vModel: checked
helper: 如果面板使用的是自签名SSL证书则需要开启此选项
testRequest:
title: 测试
component:
name: api-test
action: onTestRequest
helper: 点击测试WAF请求
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-plus/baota/waf-access.js