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
+5
View File
@@ -0,0 +1,5 @@
PORT=3100
SESSION_SECRET="change-me"
AUTH_USERNAME="admin"
AUTH_PASSWORD="change-me"
DATABASE_PATH="./management.sqlite"