path
stringlengths
7
104
extension
stringclasses
28 values
size_bytes
int64
21
119M
content_base64
stringlengths
28
159M
encoding
stringclasses
2 values
content
stringlengths
46
865k
docs\get-started\downgrade.md
.md
3,201
null
utf-8
--- title: Downgrading Coolify description: Downgrade self-hosted Coolify to previous versions by disabling auto-update, using SSH terminal commands, and handling database compatibility risks. --- <ZoomableImage src="/docs/images/get-started/downgrade-banner.webp" alt="Coolify downgrade banner" /> <br /> If you're u...
docs\get-started\installation.md
.md
14,461
null
utf-8
--- title: Installation description: Install Coolify self-hosted PaaS on Linux servers with automated Docker setup script, manual configuration, SSH access, and firewall setup. outline: 2 --- <ZoomableImage src="/docs/images/get-started/installation-banner.webp" alt="Coolify installation banner" /> <br /> If you dec...
docs\get-started\introduction.md
.md
9,813
null
utf-8
--- title: Introduction to Coolify description: Coolify is an open-source self-hosted PaaS alternative to Vercel, Heroku, and Railway with unlimited deployments, no vendor lock-in, and free SSL. outline: [2, 4] lastUpdated: true editLink: true --- <ZoomableImage src="/docs/images/get-started/introduction-banner.webp" ...
docs\get-started\screenshots.md
.md
2,358
null
utf-8
--- title: Coolify UI Screenshots description: View screenshots of Coolify's user interface showing dashboard, deployment options, server management, and application configuration features. --- # Coolify UI Screenshots The Coolify team is currently developing a brand new UI design. Below are the images showing the cu...
docs\get-started\sponsors.md
.md
9,100
null
utf-8
--- layout: page title: Coolify Sponsors description: Meet the companies and organizations sponsoring Coolify development including Hetzner, Logto, Tolgee, and other technology partners. --- <script setup> import { VPTeamPage, VPTeamPageTitle, VPTeamMembers, VPTeamPageSection } from 'vitepress/theme' const s...
docs\get-started\support.md
.md
1,529
null
utf-8
--- title: Support description: Get Coolify support through Discord community with 19K+ members, direct email support for Cloud users, and core team developer assistance. --- <ZoomableImage src="/docs/images/get-started/support-banner.webp" alt="Coolify support banner" /> <br /> ## Community Support Join our [Disco...
docs\get-started\team.md
.md
2,569
null
utf-8
--- layout: page title: coolLabs Team description: Meet the international team developing Coolify including founder Andras Bacsai, core developers, community leads, and documentation maintainers. --- <script setup> import { VPTeamPage, VPTeamPageTitle, VPTeamMembers, VPTeamPageSection } from 'vitepress/theme' ...
docs\get-started\uninstallation.md
.md
3,222
null
utf-8
--- title: Uninstalling Coolify description: Completely remove Coolify from your self-hosted server by stopping containers, deleting volumes, networks, data directories, and Docker images. --- <ZoomableImage src="/docs/images/get-started/uninstallation-banner.webp" alt="Coolify uninstallation banner" /> <br /> If yo...
docs\get-started\upgrade.md
.md
3,744
null
utf-8
--- title: Upgrading Coolify description: Upgrade self-hosted Coolify automatically, semi-automatically with UI notifications, or manually via terminal with version-specific installation. --- <ZoomableImage src="/docs/images/get-started/upgrade/banner.webp" alt="Coolify banner" /> <br /> If you're using [Coolify Clo...
docs\get-started\usage.md
.md
3,636
null
utf-8
--- title: Usage description: Compare Coolify Cloud managed service starting at $5/month versus free self-hosted deployment with maintenance, support, and backup differences. --- <ZoomableImage src="/docs/images/get-started/usage-banner.webp" alt="Coolify usage banner" /> <br /> So, you’ve decided to use Coolify, aw...
docs\get-started\videos.md
.md
2,863
null
utf-8
--- title: Coolify Tutorial videos description: Watch community video tutorials on Coolify self-hosted PaaS including installation, deployment, and complete walkthroughs for beginners. --- # Video Tutorials created by the community Only few of the videos are listed here ### Syntax: 1.5 hours long complete walkthrou...
docs\knowledge-base\change-localhost-key.md
.md
2,210
null
utf-8
--- title: "Change Localhost Key" description: "Replace and regenerate Coolify's localhost SSH private key with safe database backup procedures and Docker container key installation." --- # Change Localhost Key This guide will show you how to replace the stored localhost private key for Coolify. ::: warning Caution ...
docs\knowledge-base\commands.md
.md
980
null
utf-8
--- title: Commands description: "Essential Coolify CLI commands for root password reset, email changes, and deleting stuck services via Docker exec and Artisan commands." --- # Commands ## Root password reset without SMTP You can use the following method to reset the root user's password, in case you forgot and do no...
docs\knowledge-base\create-root-user-with-env.md
.md
3,175
null
utf-8
--- title: "Create Root User with Environment Variables" description: "Create Coolify root user during installation with environment variables including email validation, username requirements, and strong password policies." --- # Create Root User with Environment Variables Creating the root user during installation ...
docs\knowledge-base\cron-syntax.md
.md
1,017
null
utf-8
--- title: "Supported Cron Syntax" description: "Complete cron syntax reference for Coolify scheduled tasks including standard format and predefined schedules like hourly, daily, and weekly." --- # Supported Cron Syntax Coolify supports scheduling automated tasks like cleanups, backups, and more using cron syntax. ##...
docs\knowledge-base\custom-compose-overrides.md
.md
5,332
null
utf-8
--- title: "Custom Compose Overrides" description: "Customize Coolify's infrastructure containers using a docker-compose.custom.yml file that persists across upgrades" --- # Custom Compose Overrides Coolify runs as a set of Docker Compose services. On every upgrade, the base `docker-compose.yml` and `docker-compose.p...
docs\knowledge-base\custom-docker-registry.md
.md
1,943
null
utf-8
--- title: "Custom Docker Registry" description: "Switch between Docker Hub and GitHub Container Registry (ghcr.io) for pulling Coolify images during installation or runtime" --- # Custom Docker Registry If you would like to get Coolify's images from `dockerhub` instead of the default `ghcr.io`, you can do it by sett...
docs\knowledge-base\define-custom-docker-network-with-env.md
.md
2,538
null
utf-8
--- title: "Define Custom Docker Network with Environment Variables" description: "Configure custom Docker network CIDR blocks and address pools using environment variables during Coolify installation for advanced network setups" --- # Define Custom Docker Network with Environment Variables ## Validation Requirements...
docs\knowledge-base\delete-user.md
.md
1,658
null
utf-8
--- title: Delete User description: "Safely delete users from Coolify with automatic team ownership transfer, resource cleanup, and team member reassignment procedures." --- # Delete User This guide will show you how to delete a user from the self-hosted Coolify instance. ::: warning Caution If you delete a user, a...
docs\knowledge-base\dns-configuration.md
.md
2,663
null
utf-8
--- title: "DNS Configuration" description: "Configure A records, wildcard domains, and autogenerated subdomains for Coolify applications with DNS setup examples and preview deployments." --- # DNS Configuration In general you need an `A` record for all the domains or subdomains you want to use, pointing to the IP ad...
docs\knowledge-base\domains.md
.md
5,324
null
utf-8
--- title: Domains description: "Add custom domains to Coolify with FQDN format, multiple domain support, port mapping, path-based routing, wildcard domains, and custom DNS server validation." --- # Domains You can easily add your own domains to your applications and services in Coolify. Databases do not support doma...
docs\knowledge-base\drain-logs.md
.md
2,030
null
utf-8
--- title: Drain Logs description: "Stream Coolify application logs to Axiom, New Relic, or custom FluentBit destinations for centralized monitoring and log analysis." --- # Drain Logs You can drain logs of your deployed services to a third-party applications like [Axiom](https://axiom.co/) or [New Relic](https://newr...
docs\knowledge-base\environment-variables.md
.md
11,567
null
utf-8
--- title: "Environment Variables" description: "Manage build-time and runtime environment variables in Coolify with team, project, and environment-based shared variables plus predefined system values." --- # Environment Variables You can define environment variables for your resources, and they will be available in ...
docs\knowledge-base\faq.md
.md
3,614
null
utf-8
--- title: FAQ description: "Common Coolify questions answered including SSH permissions, custom ports, Cloudflare SSL, concurrent builds, and application port mapping troubleshooting." --- # Frequently Asked Questions (FAQ) ## Coolify ### Coolify is not updating to the newest version. When a new version is release...
docs\knowledge-base\health-checks.md
.md
3,139
null
utf-8
--- title: Health checks description: "Configure application health checks in Coolify with Dockerfile or UI settings for Traefik routing, rolling updates, and troubleshooting 404 errors." keywords: ["Healthchecks", "Not Found", "No available server", "404", "503"] --- # Health checks Health checks are a way to ensure...
docs\knowledge-base\monitoring.md
.md
583
null
utf-8
--- title: Monitoring description: "Monitor Coolify resources with built-in disk usage tracking, automatic cleanup, container status monitoring, and backup status notifications." --- # Monitoring Coolify has a built-in monitoring system, which can be used to monitor your resources and send notifications to your team i...
docs\knowledge-base\nodejs-multi-core-scaling.md
.md
7,011
null
utf-8
--- title: Node.js Multi-Core Scaling description: Scale a Node.js, Bun, or Deno application across all available CPU cores using PM2 cluster mode or SO_REUSEPORT, with Dockerfile and Nixpacks examples for Coolify. --- # Node.js Multi-Core Scaling ## The Problem JavaScript runtimes execute their event loop on a **si...
docs\knowledge-base\notifications.md
.md
9,399
null
utf-8
--- title: "Notifications" description: "Configure multi-channel notifications in Coolify with Email, Telegram, Discord, Slack, Mattermost, Pushover, and Webhooks for deployments, backups, and server monitoring alerts." --- # Notifications Coolify provides a robust notification system that supports multiple channels....
docs\knowledge-base\oauth.md
.md
1,904
null
utf-8
--- title: "OAuth" description: "Set up OAuth authentication with GitHub, GitLab, Google, Azure, or Bitbucket for secure single sign-on access to your Coolify instance." --- # OAuth You can login to coolify with email/password, or with OAuth. Using OAuth, you can delegate authorization to get a user's email address to...
docs\knowledge-base\overview.md
.md
460
null
utf-8
--- title: Overview description: "Comprehensive Coolify knowledge base covering deployment guides, server setup, Git integration, proxy configuration, and troubleshooting resources." --- # Overview ::: danger Note: **This Knowledge Base sections is in active development, some contents may not be up to date. They w...
docs\knowledge-base\persistent-storage.md
.md
1,855
null
utf-8
--- title: "Persistent Storage" description: "Configure persistent Docker volumes and bind mounts for Coolify resources to preserve data between deployments with proper path mapping and sharing options." --- # Persistent Storage You could add persistent storage to your resources, so you can preserve your data between ...
docs\knowledge-base\rolling-updates.md
.md
3,395
null
utf-8
--- title: Rolling updates description: "Deploy zero-downtime application updates with Coolify rolling updates using health checks, default container naming, and graceful container transitions." --- # Coolify Rolling Updates Rolling updates enable Coolify to seamlessly update your application by starting a new contain...
docs\knowledge-base\self-update.md
.md
1,689
null
utf-8
--- title: "Coolify Instance Updates - Self-hosted" description: "Configure automatic Coolify updates with custom cron schedules, manual update options, and service template synchronization for self-hosted instances." --- # Coolify Instance Updates - Self-hosted ## Update Settings You can configure your Coolify inst...
docs\public\coolbot.json
.json
2,841
null
utf-8
[ { "name": "Troubleshoot - Bad gateway", "link": "https://coolify.io/docs/troubleshoot/applications/bad-gateway" }, { "name": "Troubleshoot - Failed to get access token during deployment", "link": "https://coolify.io/docs/troubleshoot/applications/failed-to-get-token" }, { "name": "Troubl...
docs\public\coolify-logo-transparent.png
.png
7,872
iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAAAXNSR0IArs4c6QAAHnpJREFUeF7t2wFtHQkSRdEfLAsgLAIgWBwUaywBYBYBECxejSKNRgOgb2nfWQLVfariuUl7v7z8jwABAgQIEJgT+DL3xl6YAAECBAgQeAkAR0CAAAECBAYFBMDg0r0yAQIECBAQAG6AAAECBAgMCgiAwaV7ZQIECBAgIADcAAECBAgQGBQQAINL98oECBAgQEAAuAECBAgQIDAoIAAGl+6VCRAgQICAAHADBAgQIEBgUEAADC7dKxMgQIAAAQHg...
base64
null
docs\public\favicon.ico
.ico
15,086
AAABAAMAMDAAAAEAIACoJQAANgAAACAgAAABACAAqBAAAN4lAAAQEAAAAQAgAGgEAACGNgAAKAAAADAAAABgAAAAAQAgAAAAAAAAJAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...
base64
null
docs\public\logo.svg
.svg
959
null
utf-8
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" zoomAndPan="magnify" viewBox="0 0 375 374.999991" height="500" preserveAspectRatio="xMidYMid meet" version="1.0"><defs><g/></defs><g fill="#8c52ff" fill-opacity="0.302"><g transform="translate(84.663793, 310.016484)"><g><path...
docs\public\robots.txt
.txt
77
null
utf-8
User-agent: * Allow: / Sitemap: https://coolify.io/docs/sitemap-index.xml
docs\services\activepieces.md
.md
5,578
null
utf-8
--- title: ActivePieces description: "Open source no-code business automation." og: description: "Deploy ActivePieces workflow automation platform on Coolify with TypeScript-based extensible automation, visual builder, and 100+ integrations." category: "Automation" icon: "/docs/images/services/activepieces-logo.png" ...
docs\services\actualbudget.md
.md
1,098
null
utf-8
--- title: "Actual Budget" description: "A local-first personal finance tool based on zero-based budgeting." og: description: "Host Actual Budget on Coolify for privacy-focused envelope budgeting with multi-device sync, end-to-end encryption, and real-time financial tracking." category: "Finance" icon: "/docs/images/...
docs\services\affine.md
.md
885
null
utf-8
--- title: "Affine" description: "Open-source knowledge base and workspace combining docs, whiteboards, and databases." og: description: "Deploy AFFiNE workspace on Coolify combining docs, whiteboards, and databases for seamless collaboration and creative project management." category: "Productivity" icon: "/docs/ima...
docs\services\alexandrie.md
.md
1,181
null
utf-8
--- title: "Alexandrie" description: "Markdown note-taking app focused on performance, local data, and knowledge graph navigation." og: description: "Self-hosted Markdown note-taking app focused on performance, local data, and knowledge graph navigation." category: "Productivity" icon: "/docs/images/services/alexandr...
docs\services\all.md
.md
28,880
null
utf-8
--- title: All Services description: Complete directory of one-click services in Coolify including AI, analytics, databases, CMS, monitoring, and more. layout: doc --- # All Services Complete directory of all one-click services available in Coolify, organized by category. ## Administration - [Cockpit](/services/coc...
docs\services\anythingllm.md
.md
3,855
null
utf-8
--- title: AnythingLLM description: "An open-source LLM client that empowers developers to build and scale workflows quickly." og: description: "Run AnythingLLM on Coolify for all-in-one AI application with RAG, AI agents, document chat, and multi-model support without infrastructure hassle." category: "AI" icon: "/d...
docs\services\appflowy.md
.md
1,793
null
utf-8
--- title: "AppFlowy" description: "Open-source alternative to Notion with workspaces for docs, wikis, and project management." og: description: "Deploy AppFlowy on Coolify as an open-source alternative to Notion with AI-powered workspace, combining docs, wikis, and project management with full data control." categor...
docs\services\apprise-api.md
.md
1,252
null
utf-8
--- title: "Apprise API" description: "RESTful API for Apprise notification library." og: description: "Host Apprise API on Coolify to send push notifications to 100+ services via unified REST API for alerts, monitoring, and messaging workflows." category: "Development" icon: "/docs/images/services/appriseapi-logo.pn...
docs\services\appsmith.md
.md
2,352
null
utf-8
--- title: "Appsmith" description: "A low-code application platform for building internal tools." og: description: "Build internal tools on Coolify with Appsmith's low-code platform featuring drag-and-drop UI, database connectors, and custom business logic." category: "Development" icon: "/docs/images/services/appsmi...
docs\services\appwrite.md
.md
39,416
null
utf-8
--- title: Appwrite description: "A backend-as-a-service platform that simplifies the web & mobile app development." og: description: "Deploy Appwrite BaaS on Coolify for authentication, databases, storage, serverless functions, and real-time APIs for web and mobile apps." category: "Development" icon: "/docs/images/...
docs\services\argilla.md
.md
831
null
utf-8
--- title: "Argilla" description: "An open-source platform for building, training, and evaluating conversational AI models." og: description: "Host Argilla on Coolify for collaborative AI dataset creation, annotation, labeling, and feedback collection for machine learning projects." category: "AI" icon: "/docs/images...
docs\services\audiobookshelf.md
.md
623
null
utf-8
--- title: Audiobookshelf description: "Self-hosted audiobook and podcast server." og: description: "Deploy Audiobookshelf on Coolify for self-hosted audiobook and podcast server with mobile apps, progress tracking, and streaming support." category: "Media" icon: "/docs/images/services/audiobookshelf-logo.svg" --- #...
docs\services\authentik.md
.md
1,481
null
utf-8
--- title: "Authentik" description: "An open-source Identity Provider, focused on flexibility and versatility." og: description: "Run Authentik identity provider on Coolify with SSO, LDAP, OAuth2, SAML support for unified authentication and user management across apps." category: "Security" icon: "/docs/images/servic...
docs\services\autobase.md
.md
1,512
null
utf-8
--- title: "Autobase" description: "Open-source alternative to cloud-managed databases for PostgreSQL (self-hosted DBaaS)." og: description: "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS)." category: "Database" icon: "/docs/images/services/autobase-logo.svg" ---...
docs\services\babybuddy.md
.md
1,279
null
utf-8
--- title: "BabyBuddy" description: "It helps parents track their baby's daily activities, growth, and health with ease." og: description: "Track baby care on Coolify with Baby Buddy featuring feeding, diaper changes, sleep schedules, growth charts, and caregiver coordination." category: "Health" icon: "/docs/images/...
docs\services\bento-pdf.md
.md
1,076
null
utf-8
--- title: "BentoPDF" description: "Process PDFs entirely in your browser. No uploads. No servers. Complete privacy." og: description: "Process PDFs entirely in your browser. No uploads. No servers. Complete privacy." category: "Productivity" icon: "/docs/images/services/bento-pdf.png" --- # BentoPDF <ZoomableImage...
docs\services\beszel.md
.md
2,901
null
utf-8
--- title: "Beszel" description: "Lightweight server monitoring hub with historical data, docker stats, and alerts." og: description: "Deploy Beszel lightweight server monitoring on Coolify with real-time metrics, Docker stats, and minimal resource usage for infrastructure tracking." category: "Monitoring" icon: "/do...
docs\services\bitcoin-core.md
.md
2,184
null
utf-8
--- title: Bitcoin Core description: "Bitcoin Core full node software." og: description: "Run Bitcoin Core full node on Coolify for decentralized cryptocurrency network participation, wallet management, and blockchain validation." category: "Crypto" icon: "/docs/images/services/bitcoin-logo.svg" --- # Bitcoin Core ...
docs\services\bluesky-pds.md
.md
2,495
null
utf-8
--- title: "Bluesky PDS" description: "Bluesky PDS (Personal Data Server) for decentralized social networking." og: description: "Host a Bluesky Personal Data Server with Coolify" category: "Social Media" icon: "/docs/images/services/bluesky-logo.svg" --- # Bluesky PDS <ZoomableImage src="/docs/images/services/blue...
docs\services\booklore.md
.md
1,039
null
utf-8
--- title: "Booklore" description: "Open-source library management system for your digital book collection." og: description: "Booklore is an open-source library management system for your digital book collection." category: "Media" icon: "/docs/images/services/booklore-logo.svg" --- # Booklore <ZoomableImage src="...
docs\services\bookstack.md
.md
665
null
utf-8
--- title: Bookstack description: "Self-hosted wiki-style documentation platform." og: description: "Deploy BookStack wiki on Coolify for organized documentation with WYSIWYG editor, hierarchical structure, search, and team collaboration features." category: "Documentation" icon: "/docs/images/services/bookstack-logo...
docs\services\browserless.md
.md
2,798
null
utf-8
--- title: "Browserless" description: "Headless Chrome as a service." og: description: "Run Browserless on Coolify for headless Chrome automation, web scraping, PDF generation, and screenshot services via simple REST API." category: "Development" icon: "/docs/images/services/browserless-logo.svg" --- <ZoomableImage ...
docs\services\budge.md
.md
1,342
null
utf-8
--- title: "BudgE" description: "A budgeting personal finance app." og: description: "Manage finances with Budge on Coolify offering budget tracking, expense categorization, financial goals, and spending insights for personal finance." category: "Finance" icon: "/docs/images/services/budge-logo.png" --- ## What is B...
docs\services\budibase.md
.md
746
null
utf-8
--- title: Budibase description: "Low-code platform for building internal tools and business apps." og: description: "Build internal apps on Coolify with Budibase low-code platform featuring database integration, workflow automation, and custom business applications." category: "Development" icon: "/docs/images/servi...
docs\services\bugsink.md
.md
1,191
null
utf-8
--- title: "Bugsink" description: "Self-hosted Error Tracking" og: description: "Deploy Bugsink error tracking on Coolify for application monitoring, exception logging, stack traces, and debugging insights for development teams." category: "Development" icon: "/docs/images/services/bugsink-logo.webp" --- <ZoomableIm...
docs\services\calcom.md
.md
1,123
null
utf-8
--- title: Calcom description: "Open-source Calendly alternative for scheduling meetings." og: description: "Host Cal.com scheduling platform on Coolify with calendar integration, team booking, payment processing, and customizable appointment workflows." category: "Productivity" icon: "/docs/images/services/calcom-lo...
docs\services\calibre-web-automated-with-downloader.md
.md
1,344
null
utf-8
--- title: Calibre Web Automated with Downloader description: "Intuitive web interface for searching and requesting book downloads with Calibre-Web-Automated." og: description: "An intuitive web interface for searching and requesting book downloads, designed to work seamlessly with Calibre-Web-Automated." category: "...
docs\services\calibre-web.md
.md
712
null
utf-8
--- title: Calibre Web description: "Web app for browsing, reading and downloading eBooks from a Calibre database." og: description: "Run Calibre Web on Coolify for ebook library management with OPDS feeds, reading interface, format conversion, and metadata editing features." category: "Media" icon: "/docs/images/ser...
docs\services\cap-captcha.md
.md
879
null
utf-8
--- title: "Cap (CAPTCHA)" description: "The self-hosted CAPTCHA for the modern web." og: description: "Deploy Cap on Coolify as a self-hosted CAPTCHA alternative using proof-of-work and JavaScript challenges for enhanced security and user experience." icon: "/docs/images/services/cap-captcha.png" category: "Securi...
docs\services\cap.md
.md
3,229
null
utf-8
--- title: "Cap" description: "Cap is the open source alternative to Loom. Lightweight, powerful, and cross-platform. Record and share in seconds." og: description: "Here you can find the documentation for hosting Cap with Coolify." category: "Media" icon: "/docs/images/services/cap.svg" --- <ZoomableImage src="/doc...
docs\services\castopod.md
.md
663
null
utf-8
--- title: Castopod description: "Open-source podcast hosting platform." og: description: "Deploy Castopod podcast hosting on Coolify with RSS feeds, analytics, social features, and fediverse integration for independent podcasters." category: "Media" icon: "/docs/images/services/castopod-logo.svg" --- # Castopod <Z...
docs\services\changedetection.md
.md
3,419
null
utf-8
--- title: "Change Detection" description: "Website change detection monitor and notifications." og: description: "Monitor website changes on Coolify with Change Detection featuring automatic tracking, alerts, visual diffs, and API endpoint monitoring." category: "Monitoring" icon: "/docs/images/services/changedetect...
docs\services\chaskiq.md
.md
697
null
utf-8
--- title: "Chaskiq" description: "Open source customer engagement platform." og: description: "Run Chaskiq customer engagement platform on Coolify with live chat, email campaigns, knowledge base, and conversational marketing automation." category: "Business" icon: "/docs/images/services/chaskiq-logo.png" --- ![Chas...
docs\services\chatwoot.md
.md
763
null
utf-8
--- title: "Chatwoot" description: "Open-source customer engagement suite." og: description: "Deploy Chatwoot customer support on Coolify with omnichannel inbox, live chat widgets, automation rules, and team collaboration for helpdesk." category: "Business" icon: "/docs/images/services/chatwoot-logo.svg" --- ![Chatw...
docs\services\checkmate.md
.md
609
null
utf-8
--- title: Checkmate description: "Website monitoring and uptime service." og: description: "Host Checkmate monitoring on Coolify for uptime checks, SSL certificate tracking, domain expiration alerts, and infrastructure health monitoring." category: "Monitoring" icon: "/docs/images/services/checkmate-logo.png" --- #...
docs\services\chibisafe.md
.md
902
null
utf-8
--- title: "Chibisafe" description: "A beautiful and performant vault to save all your files in the cloud." og: description: "A beautiful and performant vault to save all your files in the cloud." category: "File Management" icon: "/docs/images/services/chibisafe-logo.svg" --- # Chibisafe <ZoomableImage src="/docs/...
docs\services\chroma.md
.md
1,120
null
utf-8
--- title: "Chroma" description: "Open-source, AI-native vector database for building applications with embeddings." og: description: "Deploy Chroma vector database on Coolify for AI embeddings storage, semantic search, and retrieval-augmented generation in machine learning apps." category: "AI" icon: "/docs/images/s...
docs\services\classicpress.md
.md
1,940
null
utf-8
--- title: "ClassicPress" description: "A business-focused CMS with a strong community." og: description: "Run ClassicPress CMS on Coolify as WordPress alternative with classic editor, no blocks, and focus on business websites and traditional publishing." category: "CMS" icon: "/docs/images/services/classicpress-logo...
docs\services\cloudbeaver.md
.md
668
null
utf-8
--- title: Cloudbeaver description: "Universal database tool with web interface." og: description: "Deploy CloudBeaver on Coolify for web-based database management supporting PostgreSQL, MySQL, MongoDB with SQL editor and data visualization." category: "Development" icon: "/docs/images/services/cloudbeaver-logo.png" ...
docs\services\cloudflared.md
.md
851
null
utf-8
--- title: "Cloudflared" description: "Cloudflare Tunnel client." og: description: "Run Cloudflare Tunnel on Coolify to expose local services securely without port forwarding using cloudflared for remote access and protection." category: "Networking" icon: "/docs/images/services/cloudflared-logo.svg" --- ![Cloudflar...
docs\services\cloudreve.md
.md
996
null
utf-8
--- title: "Cloudreve" description: "A self-hosted file management and sharing system." og: description: "A self-hosted file management and sharing system." category: "Storage" icon: "/docs/images/services/cloudreve-logo.svg" --- # Cloudreve <ZoomableImage src="/docs/images/services/cloudreve-logo.svg" alt="Cloudre...
docs\services\cockpit.md
.md
642
null
utf-8
--- title: Cockpit description: "Web-based server administration interface." og: description: "Host Cockpit CMS on Coolify for headless content management with flexible data structures, REST API, GraphQL, and developer-friendly workflows." category: "Administration" icon: "/docs/images/services/cockpit-logo.svg" --- ...
docs\services\code-server.md
.md
1,462
null
utf-8
--- title: "Code Server" description: "Run VS Code on any machine anywhere and access it in the browser." og: description: "Run VS Code in browser on Coolify with code-server for remote development, extensions support, terminal access, and cloud-based coding environment." category: "Development" icon: "/docs/images/s...
docs\services\codimd.md
.md
938
null
utf-8
--- title: "CodiMD" description: "Realtime collaborative markdown notes on all platforms." og: description: "Deploy CodiMD collaborative markdown editor on Coolify with real-time collaboration, presentations, diagrams, and knowledge sharing for teams." category: "Productivity" icon: "/docs/images/services/codimd-logo...
docs\services\convertx.md
.md
645
null
utf-8
--- title: Convertx description: "File conversion service supporting multiple formats." og: description: "Host ConvertX file conversion on Coolify for format transformation, document processing, image optimization, and media file conversion services." category: "Utilities" icon: "/docs/images/services/convertx-logo.p...
docs\services\convex.md
.md
976
null
utf-8
--- title: Convex description: "Backend platform for web developers." og: description: "Deploy Convex backend on Coolify with reactive database, serverless functions, real-time sync, and TypeScript-first development for modern apps." category: "Development" icon: "/docs/images/services/convex-logo.svg" --- # Convex ...
docs\services\cryptgeon.md
.md
635
null
utf-8
--- title: Cryptgeon description: "Secure note sharing service with self-destructing messages." og: description: "Share secrets securely on Coolify with Cryptgeon featuring self-destructing messages, end-to-end encryption, and no server-side storage." category: "Security" icon: "/docs/images/services/cryptgeon-logo.p...
docs\services\cyberchef.md
.md
660
null
utf-8
--- title: Cyberchef description: "Data analysis and manipulation tool for cybersecurity." og: description: "Run CyberChef data analysis on Coolify for encoding, decoding, encryption, compression, and data transformation with 300+ operations." category: "Security" icon: "/docs/images/services/cyberchef-logo.jpeg" ---...
docs\services\dashboard.md
.md
1,139
null
utf-8
--- title: "Dashboard" description: "A simple dashboard for your server." og: description: "Deploy customizable dashboard on Coolify for application shortcuts, bookmarks, service monitoring, and centralized access to self-hosted tools." category: "Administration" icon: "/docs/images/services/dashboard-logo.svg" --- ...
docs\services\dashy.md
.md
675
null
utf-8
--- title: Dashy description: "Customizable homepage dashboard for self-hosted services." og: description: "Host Dashy dashboard on Coolify with customizable widgets, service health checks, themes, icons, and organized homepage for self-hosted services." category: "Administration" icon: "/docs/images/services/dashy-l...
docs\services\databasus.md
.md
1,103
null
utf-8
--- title: "Databasus" description: "A free, open source and self-hosted tool to backup PostgreSQL, MySQL and MongoDB with multiple storage backends." og: description: "A free, open source and self-hosted tool to backup PostgreSQL, MySQL and MongoDB with multiple storage backends." category: "Backup" icon: "/docs/ima...
docs\services\denokv.md
.md
1,877
null
utf-8
--- title: Denokv description: "Deno's built-in key-value database service." og: description: "Run Deno KV database on Coolify for edge-compatible key-value store with ACID transactions, real-time sync, and serverless architecture support." category: "Development" icon: "/docs/images/services/denolookingup-logo.svg" ...
docs\services\directus.md
.md
2,748
null
utf-8
--- title: "Directus" description: "An open-source headless CMS and API for custom databases." og: description: "Deploy Directus headless CMS on Coolify with SQL database wrapper, REST/GraphQL API, no-code data studio, and custom field types for any project." category: "CMS" icon: "/docs/images/services/directus-logo...
docs\services\diun.md
.md
769
null
utf-8
--- title: "Diun" description: "Docker Image Update Notifier." og: description: "Monitor Docker images on Coolify with Diun for automatic update notifications, registry tracking, and container version management alerts." category: "Monitoring" icon: "/docs/images/services/diun-logo.svg" --- <ZoomableImage src="/docs...
docs\services\docker-registry.md
.md
778
null
utf-8
--- title: "Docker Registry" description: "A Docker registry to store and manage your Docker images." og: description: "Host private Docker registry on Coolify for container image storage, distribution, versioning, and secure artifact management for DevOps teams." category: "Development" icon: "/docs/images/services/...
docs\services\docmost.md
.md
800
null
utf-8
--- title: "Docmost" description: "Open-source document collaboration platform." og: description: "Deploy Docmost wiki on Coolify for team documentation, knowledge management, real-time collaboration, and organized information sharing platform." category: "Documentation" icon: "/docs/images/services/docmost-logo.png"...
docs\services\documenso.md
.md
602
null
utf-8
--- title: Documenso description: "Open-source DocuSign alternative for document signing." og: description: "Run Documenso document signing on Coolify as open-source DocuSign alternative with e-signatures, PDF workflows, and digital signature management." category: "Business" icon: "/docs/images/services/documenso-lo...
docs\services\docuseal.md
.md
1,371
null
utf-8
--- title: "Docuseal" description: "Open source DocuSign alternative." og: description: "Host DocuSeal on Coolify for PDF form filling, e-signatures, document workflows, and digital signature collection for business process automation." category: "Business" icon: "/docs/images/services/docuseal-logo.png" --- ## What...
docs\services\dokuwiki.md
.md
1,747
null
utf-8
--- title: "DokuWiki" description: "A simple to use and highly versatile Open Source wiki software that doesn't require a database." og: description: "Deploy DokuWiki on Coolify for flat-file wiki without database, version control, ACL permissions, and plugin extensibility for documentation." category: "Documentation...
docs\services\dolibarr.md
.md
755
null
utf-8
--- title: Dolibarr description: "Open-source ERP and CRM software." og: description: "Run Dolibarr ERP/CRM on Coolify with invoicing, inventory, projects, HR management, and business process automation for small to medium enterprises." category: "Business" icon: "/docs/images/services/dolibarr-logo.png" --- # Dolib...
docs\services\dozzle.md
.md
2,054
null
utf-8
--- title: "Dozzle" description: "Realtime log viewer for docker containers." og: description: "Monitor Docker logs on Coolify with Dozzle real-time log viewer featuring search, filtering, multi-container support, and lightweight web interface." category: "Development" icon: "/docs/images/services/dozzle-logo.svg" --...
docs\services\drizzle-gateway.md
.md
721
null
utf-8
--- title: "Drizzle Gateway" description: "Drizzle Studio for exploring SQL databases." og: description: "Deploy and host Drizzle Studio with Coolify to explore SQL databases in your Drizzle ORM project visually and efficiently." category: "Development" icon: "/docs/images/services/drizzle-logo.jpeg" --- # Drizzle G...