Skip to content

v1.0.0

Choose a tag to compare

@LucaNerlich LucaNerlich released this 21 Aug 09:47
· 8 commits to main since this release

Added

  • Bar widget with running (⟳) and queued (⏳) deployment counts across all
    configured Coolify servers, plus an optional hideWhenIdle setting.
  • Panel with one column per configured server showing current and recent
    deployments grouped by application (status glyph, commit message, short
    sha, relative time). Long commit messages wrap inside their column, apps
    without deployment history collapse into a muted count caption, and rows
    and server headers open the Coolify UI on click.
  • Rust backend (coolify-qs) polling the Coolify v1 API (applications list +
    per-application deployments), supporting multiple servers via
    ~/.config/coolify-qs/config.json, tolerant of the mis-documented
    deployments response shape and undocumented statuses (cancelled-by-user).
  • Example configuration (config.example.json) and a step-by-step