Releases: deqrocks/deq
Releases · deqrocks/deq
DeQ Server v0.9.9
Server
- Health API - Now includes
is_hostflag for each device
UI
- Container accordion fix - Expanding containers on one device card no longer affects other cards in the same row
DeQ Server v0.9.7
- File Manager: Double-click navigation now works in Firefox
- File Manager: SSH connection reuse reduces network overhead and interference with other services
- Added suspend mode for devices
DeQ Server v0.9.8
File Manager
- Preflight checks - Before copying large files, DeQ now checks if there's enough space on the destination (and on the host for remote-to-remote transfers)
- Progress indicator - See transfer progress, speed, and ETA in real-time
- No more timeouts - Large transfers no longer fail after 5 minutes. Transfers run until complete.
- Same-device transfers - Copying files within the same remote device no longer routes through the host
- Remember last folder - DeQ remembers the last device and folder you visited. If a saved folder no longer exists, it falls back to root.
- Better error handling - Permission errors show a toast and keep you in the current folder instead of getting stuck
Scripts
- New Scripts section - Run shell scripts directly from the dashboard
- Scheduled scripts - Add scripts to the Task Scheduler to run them automatically
- Scripts live in
/opt/deq/scripts/- just make them executable and scan to discover
Task Scheduler
- Suspend - New task type to put devices to sleep on a schedule
Security
- Admin Password - Optional password protection for your dashboard
- Improved input sanitization for file operations
UI
- Responsive Layout - Cards now use CSS Grid and fill the available width
- System Info Modal - Click the stats icon on any device to see detailed hardware info and configure alerts
Install
- The installer now creates the
/opt/deq/scripts/folder automatically - New commands:
./install.sh --set-passwordand./install.sh --remove-password
Android companion app (free) v0.9.5
FileManager Improvements
- File uploads now work in the Android app
- File downloads with native file picker (choose where to save)
- Fullscreen WebView mode (status bar hidden, swipe to reveal)
Android companion app (free) v0.9.4
Switched from foreground_service to health_worker
DeQ Server v0.9.6
- re-release of 0.9.5 because of wrong download URL
Android companion app (free) v0.9.2
android-apk-v0.9.2 removed apk
DeQ Server v0.9.5
Server 0.9.5
- Added /api/health endpoint for Android app
- New device modal with alert configuration
- Configurable alerts: Online/Offline, CPU, RAM, CPU Temp, Disk Usage, Disk Temp, SMART, Container Status
- Alerts trigger on state change only (no repeated notifications)
Android companion app (free) v0.9.1
Android App 0.9.1 (Free)
- Connect to your DeQ server
- Full dashboard via WebView
- Background polling (30 min intervals)
- Push notifications for:
- Device went offline/online
- Container stopped/started
- CPU/RAM/Disk usage exceeded threshold
- CPU/Disk temperature exceeded threshold
- SMART failure detected
- Dark theme matching DeQ web interface
DeQ Server v0.9.3
New Features
- Remote Docker Management: Container control on remote devices
- View container status across all devices
- Start/Stop containers remotely
- Automatic sudo detection (tries without, retries with sudo if needed)
- Container Scanner: New "Scan" button in device settings
- Discovers all containers on local and remote hosts
- Automatically populates container list
- Skips already configured containers (safe to re-scan)
- Static data. Scan on demand only. Container data is stored in config.json