JK Docs
JK Docs
New Guide

Categories

DevOpsBackendFrontendDatabaseToolsSecurityDesignSystem Admin
Admin Panel

Explore DevOps Guides

Specialized technical documentation and workflows for DevOps.

DevOps

Docker vs Kubernetes vs Coolify — Conceptual Comparison

Docker 🐳 Packages applications into isolated, portable "containers." Solves: "It works on my machine" — Docker ensures identical runtime on any OS

DevOps

Deploy a PHP Project on Coolify (Nixpacks)

Configuration Settings When adding a PHP project from GitHub in Coolify: | Setting | Value | Notes | |----------------|-----------|-----

DevOps

Cloudflare DNS Records for Coolify Deployments

Main Domain Setup | Type | Name | Value | Proxy | |------|------|----------------|-------| | A | @ | your.server.ip | ✅ On | | A |

DevOps

Coolify Auto-Deploy from GitHub (CI/CD Setup)

Two Integration Methods Method 1: GitHub App (Recommended) If Coolify is connected via a GitHub App, auto-deploy works automatically. To enable A

DevOps

Add Swap Memory to Prevent OOM Crashes During Builds

Why Builds Crash (OOM Error) Building Next.js projects with Prisma is memory-intensive. If server RAM is full during a build, the Linux kernel kills

DevOps

Coolify Persistent Storage: Keeping Config Files Across Deploys

The Problem When using Coolify's CI/CD (auto-deploy from GitHub), each deployment creates a brand new container, destroying any files you manually p

DevOps

Docker vs Kubernetes vs Coolify — Concepts Explained

Orchestration - Docker: Single container management. - Kubernetes: Complex multi-server cluster orchestration. - Coolify: Simple UI managed Docker, "

dockerkubernetescoolify+ 2
DevOps

Hetzner Server Management: SSH, Reboot, and Panel

Basic Ops - SSH: ssh root@ip - Reboot: reboot - Disk: df -h - Transfer files: scp local-file root@ip:/remote/path

hetznersshlinux+ 1
DevOps

Coolify Auto-Deploy from GitHub (CI/CD Setup)

CI/CD Workflow 1. Connect GitHub App in Coolify. 2. Enable "Auto Deploy" in Application settings. 3. Every git push triggers a Nixpacks build and zer

coolifygithubcicd+ 1