mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: plugin元数据换成yaml格式
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: namesilo
|
||||
title: namesilo授权
|
||||
desc: ''
|
||||
icon: simple-icons:namesilo
|
||||
input:
|
||||
apiKey:
|
||||
title: API Key
|
||||
component:
|
||||
placeholder: api key
|
||||
helper: |-
|
||||
前往 [获取API Key](https://www.namesilo.com/account/api-manager)
|
||||
不要勾选第一项(Generate key for read-only access)
|
||||
勾选第二项(Submitting this form...)
|
||||
然后点击Generate按钮
|
||||
required: true
|
||||
encrypt: true
|
||||
pluginType: access
|
||||
@@ -0,0 +1,6 @@
|
||||
name: namesilo
|
||||
title: namesilo
|
||||
desc: namesilo dns provider
|
||||
icon: simple-icons:namesilo
|
||||
accessType: namesilo
|
||||
pluginType: dnsProvider
|
||||
@@ -0,0 +1,6 @@
|
||||
name: namesilo
|
||||
title: namesilo
|
||||
desc: namesilo dns provider
|
||||
icon: simple-icons:namesilo
|
||||
accessType: namesilo
|
||||
pluginType: dnsProvider
|
||||
Reference in New Issue
Block a user