feat: complete dashboard redesign, proxy unification, and Windows compatibility fixes

This commit is contained in:
2026-04-02 12:13:37 +02:00
parent 8192388c5d
commit fec4e4635c
33 changed files with 3002 additions and 135 deletions

5
stop.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
echo Stopping boWave...
docker compose -f docker-compose.yml -f docker-compose.dev.yml down
echo boWave stopped.
pause