Initial commit

This commit is contained in:
2026-05-09 23:50:24 +02:00
commit 0d25e52ebc
21 changed files with 867 additions and 0 deletions
+44
View File
@@ -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"
}
]
}
}
}