Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.45 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.45 KB

Coolify Alfred Workflow

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

Workflow screenshot

Screenshot using the dark variant of my custom theme.

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.