started creating demo data

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-28 20:26:31 +01:00
parent 1db28b5bc0
commit 49cbd328e6
15 changed files with 68 additions and 0 deletions

BIN
demodata/bookmark.db Normal file

Binary file not shown.

BIN
demodata/company.db Normal file

Binary file not shown.

68
demodata/config.json Normal file
View File

@@ -0,0 +1,68 @@
{
"umbrella": {
"base_url": "http://127.0.0.1:5173",
"logging": {
"rootLevel": "INFO"
},
"http": {
"port": 8080
},
"threads": 16,
"modules": {
"notes": {
"database": "demodata/notes.db"
},
"document": {
"database": "demodata/documents.db",
"templates": "demodata/templates"
},
"wiki": {
"database": "demodata/wiki.db"
},
"project": {
"database": "demodata/projects.db"
},
"message": {
"database": "demodata/message.db",
"smtp": {
"pass": "none",
"port": 587,
"host": "none",
"user": "none"
}
},
"tags": {
"database": "demodata/tags.db"
},
"bookmark": {
"database": "demodata/bookmark.db"
},
"task": {
"database": "demodata/tasks.db"
},
"journal": {
"database": "demodata/journal.db"
},
"contact": {
"database": "demodata/contacts.db"
},
"files": {
"database": "demodata/files.db",
"base_dir": "demodata/filestore"
},
"company": {
"database": "demodata/company.db"
},
"time": {
"database": "demodata/times.db"
},
"stock": {
"database": "demodata/stock.db"
},
"items": {},
"user": {
"database": "demodata/users.db"
}
}
}
}

BIN
demodata/contacts.db Normal file

Binary file not shown.

BIN
demodata/documents.db Normal file

Binary file not shown.

BIN
demodata/files.db Normal file

Binary file not shown.

BIN
demodata/message.db Normal file

Binary file not shown.

BIN
demodata/notes.db Normal file

Binary file not shown.

BIN
demodata/projects.db Normal file

Binary file not shown.

BIN
demodata/stock.db Normal file

Binary file not shown.

BIN
demodata/tags.db Normal file

Binary file not shown.

BIN
demodata/tasks.db Normal file

Binary file not shown.

BIN
demodata/times.db Normal file

Binary file not shown.

BIN
demodata/users.db Normal file

Binary file not shown.

BIN
demodata/wiki.db Normal file

Binary file not shown.