feat: Implement rulesets and layout management for kiosk plugin

- Added rulesets manager to handle various data types and updates via HTTP and WebSocket.
- Introduced layout store for managing kiosk layouts with caching and server synchronization.
- Enhanced dashboard and data routes to support new layout and ruleset features.
- Updated kiosk HTML and JavaScript to utilize new layout rendering and data binding.
- Removed obsolete map route and integrated map functionality into the new tile renderer.
- Improved Telegram commands to reflect changes in data structure and logging.
- Refactored weather fetching intervals to prevent multiple instances.
- Added SSE stream for real-time layout updates in the kiosk.
This commit is contained in:
Giuseppe Raffa
2026-05-12 10:17:54 +02:00
parent bb8d267cd4
commit c2c1598226
27 changed files with 1061 additions and 326 deletions

View File

@@ -5,7 +5,7 @@ services:
env_file:
- .env
environment:
- NODE_ENV=development # <--- Aggiunto per attivare l'hot-reload del nostro plugin
- NODE_ENV=development
restart: unless-stopped
ports:
- "3001:3000"
@@ -13,8 +13,9 @@ services:
resources:
limits:
memory: 2G
cpus: '1.5'
cpus: "1.5"
volumes:
- /Users/sese/Local/dev/MEB/signalk/data:/home/node/.signalk:rw
- /Users/sese/Local/dev/MEB/meb-plugin:/home/node/.signalk/node_modules/meb:rw
- /Users/sese/Local/dev/MEB/meb-plugin/data:/home/node/.signalk/node_modules/meb/data:rw
- /Users/sese/Local/dev/MEB/meb-plugin/data:/home/node/.signalk/node_modules/meb/data:rw
- /Users/sese/Downloads/python-daly-bms-main/signalk-daly-bms:/home/node/.signalk/node_modules/signalk-daly-bms:rw