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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue