mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用
ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
name: safeline
|
||||
title: 长亭雷池授权
|
||||
icon: svg:icon-safeline
|
||||
input:
|
||||
baseUrl:
|
||||
title: 雷池的访问url
|
||||
component:
|
||||
placeholder: https://xxxx.com:9443
|
||||
required: true
|
||||
apiToken:
|
||||
title: ApiToken
|
||||
component:
|
||||
placeholder: apiToken
|
||||
helper: ''
|
||||
required: true
|
||||
encrypt: true
|
||||
skipSslVerify:
|
||||
title: 忽略证书校验
|
||||
value: true
|
||||
component:
|
||||
name: a-switch
|
||||
vModel: checked
|
||||
helper: 如果面板的url是https,且使用的是自签名证书,则需要开启此选项,其他情况可以关闭
|
||||
pluginType: access
|
||||
type: builtIn
|
||||
scriptFilePath: ../../../plugins/plugin-plus/safeline/access.js
|
||||
Reference in New Issue
Block a user