feat(backend): login, most endpoints complete

This commit is contained in:
2026-09-07 12:28:09 +02:00
parent 4d4ddfe255
commit ab08a94d55
20 changed files with 737 additions and 108 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
{
"$schema": "../config.schema.json",
"mode": "foss"
"mode": "foss",
"clientMode": "sse",
"webUrl": "http://localhost:8081"
}