Added default wizard templates
This commit is contained in:
parent
868214c2c9
commit
5b4a5a475a
2 changed files with 46 additions and 0 deletions
21
.gopass/create/0-websites.yml
Normal file
21
.gopass/create/0-websites.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
priority: 0
|
||||
name: "Website login"
|
||||
prefix: "websites"
|
||||
name_from:
|
||||
- "url"
|
||||
- "username"
|
||||
welcome: "🧪 Creating Website login"
|
||||
attributes:
|
||||
- name: "url"
|
||||
type: "hostname"
|
||||
prompt: "Website URL"
|
||||
min: 1
|
||||
max: 255
|
||||
- name: "username"
|
||||
type: "string"
|
||||
prompt: "Username"
|
||||
min: 1
|
||||
- name: "password"
|
||||
type: "password"
|
||||
prompt: "Password for the Website"
|
||||
25
.gopass/create/1-pin.yml
Normal file
25
.gopass/create/1-pin.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
priority: 1
|
||||
name: "PIN Code (numerical)"
|
||||
prefix: "pin"
|
||||
name_from:
|
||||
- "authority"
|
||||
- "application"
|
||||
welcome: "🧪 Creating numerical PIN"
|
||||
attributes:
|
||||
- name: "authority"
|
||||
type: "string"
|
||||
prompt: "Authority"
|
||||
min: 1
|
||||
- name: "application"
|
||||
type: "string"
|
||||
prompt: "Entity"
|
||||
min: 1
|
||||
- name: "password"
|
||||
type: "password"
|
||||
prompt: "Pin"
|
||||
charset: "0123456789"
|
||||
min: 1
|
||||
max: 64
|
||||
- name: "comment"
|
||||
type: "string"
|
||||
Loading…
Add table
Add a link
Reference in a new issue