coolify-operator

Featured

Master Coolify operator for self-hosted deployment platform. Use when the user mentions 'coolify', 'deploy on coolify', 'list/restart/redeploy applications', 'view coolify logs', 'coolify API/CLI', 'manage coolify servers/databases/apps', or 'coolify context'. Automates deployments and management via REST API or official CLI.

API & Backend 77 stars 7 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Coolify Operator Skill for operating Coolify instances through the **official CLI** or **REST API**. Coolify is a self-hosted open-source platform alternative to Heroku/Vercel/Netlify for deploying applications, databases, and services. ## When to use this skill - Connect to Coolify instances (via CLI contexts or API) - Create, list, and manage applications, services, databases, and servers - Deploy, restart, or stop resources - View logs and deployment status - Manage environment variables and storage - Configure backups for databases - Operate multiple Coolify instances (contexts) - Integrate with GitHub Apps for private repositories - Provision servers on cloud providers (Hetzner, DigitalOcean, Vultr) ## CLI Installation ```bash # Linux/macOS (recommended) curl -fsSL https://raw.githubusercontent.com/coollabsio/coolify-cli/main/scripts/install.sh | bash # Homebrew (macOS/Linux) brew install coollabsio/coolify-cli/coolify-cli # Go install go install github.com/coollabsio/coolify-cli/coolify@latest ``` ## Fundamental Concepts ### Authentication **CLI:** - Contexts store HOST + TOKEN - HOST is WITHOUT `/api/v1` (CLI adds it automatically) - Token obtained at: Coolify Dashboard → Security → API Tokens **REST API:** - Base endpoint: `https://YOUR-HOST/api/v1` (always with `/api/v1`) - Header: `Authorization: Bearer YOUR_TOKEN` ### Configuration with pipe in token Coolify tokens often contain `|` (e.g., `3|abc123...`). Never use `source .env`. ```bash # Safe .env...

Details

Author
fabricioctelles
Repository
fabricioctelles/skills
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

coolify-cli

Operate Coolify instances through the official coollabsio/coolify-cli. Use for CLI setup and authentication, resource inspection, deployments, logs, application configuration, environment variables, databases, services, backups, and infrastructure management in Coolify.

1 Updated yesterday
itsjavi
DevOps & Infrastructure Listed

coolify-manager

Manage and troubleshoot Coolify deployments using the official CLI (v1.4.0) and API. Use this skill when the user needs help with Coolify server management, WordPress troubleshooting on Coolify, debugging service issues, checking SSL certificates, accessing containers, managing applications and databases, deploying code, creating services or databases, managing environment variables, configuring backups with S3 and retention policies, or performing any deployment operations through Coolify. Also use when the user mentions docker containers on Coolify, deploy failures, self-hosted infrastructure management, or needs to batch-deploy multiple resources at once. Particularly useful for diagnosing down services, fixing .htaccess issues, REST API problems, and managing one-click services like WordPress, Ghost, n8n, Supabase, Uptime Kuma.

1 Updated 1 weeks ago
AIBiz-Automatyzacje
AI & Automation Listed

coolify-self-hosted-paas

Alternativa autoalojada a Vercel, Heroku y Render: despliega apps, bases y servicios en tu propio servidor con git-push, SSL automatico y sin costo por asiento. Apache 2.0.

16 Updated today
CarlosCaPe