mirror of
https://github.com/certd/certd.git
synced 2026-04-16 05:50:50 +08:00
23 lines
395 B
YAML
23 lines
395 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
|
|
pluginType: access
|