Skip to content

Use Alfred to quickly jump to Coolify servers and projects.

License

Notifications You must be signed in to change notification settings

mattstein/alfred-coolify-workflow

Repository files navigation

Coolify Alfred Workflow

An Alfred workflow for quickly launching Coolify servers and projects in a browser.

Workflow screenshot

Custom theme using Berkeley Mono.

Installation

Download the .alfredworkflow file from the latest release and double-click to install.

Configuration

You need to set environment variables to connect with your Coolify instance’s API, and optionally for the cache duration.

You can set these from the Workflows settings, clicking Coolify Shortcuts, then the [x] at the top right, and clicking the Environment Variables tab.

Variable Default Required? Note
COOLIFY_FQDN app.coolify.io Must be the domain name of your instance if you self-host.
COOLIFY_API_TOKEN Read-only token created in Keys & TokensAPI tokens.
CACHE_SECONDS 30 Duration for which cached responses will be re-used.

Usage

Use the Alfred trigger cl to automatically list all servers and projects, which can optionally be filtered if you keep typing. (cl fuzz, for example, would limit the result list to projects or servers containing “fuzz”.)

Press return to open a browser window with that item in Coolify’s control panel.