Compare commits

...

5 Commits

Author SHA1 Message Date
b7f82018f9 extended demo data
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-28 22:53:49 +01:00
a245f849e5 extended demo data
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-28 21:19:06 +01:00
4c3312daca Merge branch 'main' into demodata 2026-01-28 20:45:37 +01:00
6e146c1577 extending demo data
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-28 20:42:56 +01:00
49cbd328e6 started creating demo data
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2026-01-28 20:26:31 +01:00
20 changed files with 69 additions and 0 deletions

1
demodata/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.db-journal

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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

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.