mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
29 lines
630 B
YAML
29 lines
630 B
YAML
name: dokploy
|
|
title: Dokploy授权
|
|
desc: ''
|
|
icon: svg:icon-lucky
|
|
input:
|
|
endpoint:
|
|
title: Dokploy地址
|
|
component:
|
|
placeholder: http://192.168.11.11:5480
|
|
required: true
|
|
apiKey:
|
|
title: ApiKey
|
|
component:
|
|
placeholder: ApiKey
|
|
helper: >-
|
|
[settings-profile](https://app.dokploy.com/dashboard/settings/profile)中配置API
|
|
Keys
|
|
required: true
|
|
encrypt: true
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: TestRequest
|
|
helper: 点击测试接口是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-dokploy/access.js
|