mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 12:10:20 -05:00
- containers/route.ts: Use Unix socket (/var/run/docker.sock) via axios socketPath instead of HTTP to localhost:2375 (TCP API not exposed) - synology/route.ts: Default port to 5001 (HTTPS) and auto-detect protocol based on port (5000=HTTP, 5001+=HTTPS) - page.tsx: Defensive check on container API response shape before setting state