Skip to content

Releases: deqrocks/deq

DeQ Server v0.9.9

29 Dec 18:49
27a1c8a

Choose a tag to compare

Server

  • Health API - Now includes is_host flag 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

27 Dec 20:42
db66e43

Choose a tag to compare

  • 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

29 Dec 01:37
59d6ab2

Choose a tag to compare

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-password and ./install.sh --remove-password

Android companion app (free) v0.9.5

27 Dec 11:42
006a3d5

Choose a tag to compare

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

25 Dec 16:54
9fac705

Choose a tag to compare

Switched from foreground_service to health_worker

DeQ Server v0.9.6

17 Dec 14:48
458622e

Choose a tag to compare

  • re-release of 0.9.5 because of wrong download URL

Android companion app (free) v0.9.2

20 Dec 13:16
cdad2b8

Choose a tag to compare

android-apk-v0.9.2

removed apk

DeQ Server v0.9.5

17 Dec 00:07
7ed5041

Choose a tag to compare

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

17 Dec 00:14
7ed5041

Choose a tag to compare

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

12 Dec 18:57
3e1f1b9

Choose a tag to compare

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