Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b7f82018f9 | |||
| a245f849e5 | |||
| 4c3312daca | |||
| 6e146c1577 | |||
| 49cbd328e6 |
1
demodata/.gitignore
vendored
Normal file
1
demodata/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.db-journal
|
||||
BIN
demodata/bookmark.db
Normal file
BIN
demodata/bookmark.db
Normal file
Binary file not shown.
BIN
demodata/company.db
Normal file
BIN
demodata/company.db
Normal file
Binary file not shown.
68
demodata/config.json
Normal file
68
demodata/config.json
Normal 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
BIN
demodata/contacts.db
Normal file
Binary file not shown.
BIN
demodata/documents.db
Normal file
BIN
demodata/documents.db
Normal file
Binary file not shown.
BIN
demodata/files.db
Normal file
BIN
demodata/files.db
Normal file
Binary file not shown.
BIN
demodata/filestore/project/1/de/2026-01-28_21-17.png
Normal file
BIN
demodata/filestore/project/1/de/2026-01-28_21-17.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
BIN
demodata/filestore/project/1/de/2026-01-28_22-46.png
Normal file
BIN
demodata/filestore/project/1/de/2026-01-28_22-46.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
demodata/filestore/project/1/en/2026-01-28_21-14.png
Normal file
BIN
demodata/filestore/project/1/en/2026-01-28_21-14.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
demodata/filestore/project/1/en/2026-01-28_22-39.png
Normal file
BIN
demodata/filestore/project/1/en/2026-01-28_22-39.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
demodata/message.db
Normal file
BIN
demodata/message.db
Normal file
Binary file not shown.
BIN
demodata/notes.db
Normal file
BIN
demodata/notes.db
Normal file
Binary file not shown.
BIN
demodata/projects.db
Normal file
BIN
demodata/projects.db
Normal file
Binary file not shown.
BIN
demodata/stock.db
Normal file
BIN
demodata/stock.db
Normal file
Binary file not shown.
BIN
demodata/tags.db
Normal file
BIN
demodata/tags.db
Normal file
Binary file not shown.
BIN
demodata/tasks.db
Normal file
BIN
demodata/tasks.db
Normal file
Binary file not shown.
BIN
demodata/times.db
Normal file
BIN
demodata/times.db
Normal file
Binary file not shown.
BIN
demodata/users.db
Normal file
BIN
demodata/users.db
Normal file
Binary file not shown.
BIN
demodata/wiki.db
Normal file
BIN
demodata/wiki.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user