You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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