mirror of
https://github.com/certd/certd.git
synced 2026-05-18 06:17:31 +08:00
chore: metadata update
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
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
|
||||
type: builtIn
|
||||
pluginType: access
|
||||
scriptFilePath: ../../../plugins/plugin-proxmox/access.js
|
||||
Reference in New Issue
Block a user