mirror of https://github.com/certd/certd
25 lines
467 B
YAML
25 lines
467 B
YAML
name: CacheFly
|
|
title: CacheFly
|
|
desc: CacheFly
|
|
icon: clarity:plugin-line
|
|
input:
|
|
username:
|
|
title: username
|
|
component:
|
|
placeholder: username
|
|
required: true
|
|
password:
|
|
title: password
|
|
component:
|
|
placeholder: password
|
|
required: true
|
|
encrypt: true
|
|
otpkey:
|
|
title: totp key
|
|
component:
|
|
placeholder: totp key
|
|
encrypt: true
|
|
type: builtIn
|
|
pluginType: access
|
|
scriptFilePath: ../../../plugins/plugin-cachefly/index.js
|