admin-app-coolify

Install and configure Coolify on Ubuntu servers with Docker and Traefik.

1|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/evolv3-ai/vibe-skills --skill admin-app-coolify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-app-coolify
Source: https://github.com/evolv3-ai/vibe-skills/tree/main/skills/admin-app-coolify
Command: npx skills add https://github.com/evolv3-ai/vibe-skills --skill admin-app-coolify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, docker, jq, openssl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Self-hosted PaaS for deploying applications with Docker, including Traefik-based proxy and domain automation.

Core Features & Use Cases

  • Install Coolify on a single server with automated domain setup and firewall rules.
  • Deploy apps via Nixpacks, Dockerfile, or Compose in a self-hosted environment.
  • Optional Cloudflare tunnel for HTTPS and wildcard domains.

Quick Start

Install Coolify via the enhanced setup script or standard installer and configure domain/DNS.

Frequently Asked Questions about admin-app-coolify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a self-hosted PaaS to deploy Docker applications?

A self-hosted PaaS lets you deploy and manage Docker applications on your own infrastructure without relying on external cloud providers. Coolify automates this by installing Docker, configuring Traefik as a reverse proxy with automatic HTTPS, and enabling deployment via Nixpacks, Dockerfile, or Docker Compose on a single Ubuntu server.

Can I deploy applications with automatic HTTPS and domain management on my own server?

Yes. Coolify configures Traefik with automatic HTTPS certificate management and handles domain DNS setup on your server. It supports optional Cloudflare Tunnel integration for wildcard domains and origin certificates, eliminating manual SSL configuration.

What are the prerequisites for installing Coolify on a server?

You need an ARM64 or x86 Ubuntu server, curl, Docker, jq, and openssl installed. The installation script handles firewall rules and system dependencies. Optionally, configure a domain and DNS records or set up Cloudflare Tunnel credentials for HTTPS.

How does Traefik with automatic HTTPS differ from manual SSL certificate setup?

Traefik automates certificate issuance, renewal, and routing without manual intervention. Coolify integrates Traefik so you deploy applications and domains without managing certificates yourself; it handles HTTPS provisioning and load balancing automatically.

Can I use Coolify on free-tier cloud servers like OCI Always Free?

Yes. Coolify is designed for single-server deployment on ARM64 or x86 Ubuntu instances, including always-free tiers. It configures firewall rules and resource management suitable for resource-constrained environments while maintaining production-grade PaaS functionality.

What deployment methods does Coolify support beyond Docker Compose?

Coolify supports three deployment methods: Nixpacks for automatic buildpack detection from source code, Dockerfile for custom container builds, and Docker Compose for multi-container orchestration. All three integrate with centralized logging and domain automation.