Builded new structure.

Now with remote setup and management Server
more than one Node can be connected
added user auth
This commit is contained in:
Philipp
2026-05-21 09:51:07 +02:00
parent 4c98d14352
commit aae54167a1
25 changed files with 1942 additions and 52 deletions
+7 -1
View File
@@ -4,14 +4,20 @@ node_modules/
# Local environment and secrets
.env
.env.*
.env.example
!.env.example
backend/.env
backend/.env.*
!backend/.env.example
management/.env
management/.env.*
!management/.env.example
# Runtime state
backend/schedules.json
backend/schedules.json.tmp
management/*.sqlite
management/*.sqlite-shm
management/*.sqlite-wal
# Build output
dist/