mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
49 lines
958 B
YAML
49 lines
958 B
YAML
name: proxmox
|
|
title: proxmox
|
|
desc: ''
|
|
icon: svg:icon-proxmox
|
|
input:
|
|
host:
|
|
title: host
|
|
component:
|
|
placeholder: IP或域名
|
|
required: true
|
|
encrypt: false
|
|
port:
|
|
title: 端口
|
|
component:
|
|
placeholder: 端口
|
|
component:
|
|
name: a-input-number
|
|
required: true
|
|
encrypt: false
|
|
username:
|
|
title: 用户名
|
|
component:
|
|
placeholder: username
|
|
required: true
|
|
encrypt: false
|
|
password:
|
|
title: 密码
|
|
component:
|
|
placeholder: password
|
|
required: true
|
|
encrypt: true
|
|
realm:
|
|
title: 领域
|
|
value: pam
|
|
component:
|
|
placeholder: pam、pve。默认值 pam
|
|
helper: pam 或 pve。默认值 pam
|
|
required: false
|
|
encrypt: false
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: onTestRequest
|
|
helper: 点击测试接口看是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-proxmox/access.js
|