1
0

feat:添加beszel-agent到列表

This commit is contained in:
okxlin
2024-12-12 08:42:42 +08:00
parent f959a148e5
commit ac3ffa33f1
9 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: "40332"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "/var/run/docker.sock"
edit: true
envKey: DOCKER_SOCK_PATH
labelEn: Docker Socket Path
labelZh: Docker 套接字路径
required: true
type: text
- default: "ssh-xxx"
edit: true
envKey: KEY
labelEn: Key
labelZh: 密钥
required: true
type: password