Initial commit
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"password": "123",
|
||||
"content": {
|
||||
"root": {
|
||||
"folders": [
|
||||
{
|
||||
"name": "Folder1",
|
||||
"folders": [],
|
||||
"entries": [
|
||||
{
|
||||
"title": "f1-item1",
|
||||
"user": "f1-item1",
|
||||
"password": "123"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Folder2",
|
||||
"folders": [],
|
||||
"entries": [
|
||||
{
|
||||
"title": "f2-item1",
|
||||
"user": "f2-item1",
|
||||
"password": "123"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"title": "root",
|
||||
"user": "root",
|
||||
"password": "123"
|
||||
},
|
||||
{
|
||||
"title": "otp1",
|
||||
"user": "otp1",
|
||||
"password": "123",
|
||||
"otp": "otpauth://totp/otp1:otp1?secret=234324AB34%3D%3D%3D%3D%3D%3D&period=30&digits=6&issuer=otp1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Vendored
BIN
Binary file not shown.
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"password": "123"
|
||||
}
|
||||
Reference in New Issue
Block a user