From 70bc3a3bbf7dedaaddafe89f25e09f6ef55f4729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Ga=C5=A1pari=C4=87?= <56818232+codedoga@users.noreply.github.com> Date: Mon, 21 Jul 2025 21:24:27 +0200 Subject: [PATCH 1/3] Update comparison.mdx --- apps/docs/content/docs/core/comparison.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index 03bb368a..2469845b 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -13,14 +13,14 @@ Comparison of the following deployment tools: | **Multi node support** | ✅ | ✅ | ❌ | ✅ | | **Traefik Integration** | ✅ | ✅ | Available via Plugins | ✅ | | **User Permission Management** | ✅ | ❌ | ❌ | ✅ | -| **Bitbucket Integration** | ✅ | ❌ | ❌ | ❌ | -| **Gitlab Integration** | ✅ | ❌ | ❌ | ❌ | +| **Bitbucket Integration** | ✅ | ✅ | ❌ | ❌ | +| **Gitlab Integration** | ✅ | ✅ | ❌ | ❌ | | **Gitea Integration** | ✅ | ❌ | ✅ | ❌ | | **Advanced User Permission Management** | ✅ | ❌ | ❌ | ❌ | | **Terminal Access Built In** | ✅ | ❌ | ❌ | ✅ | | **Database Support** | ✅ | ✅ | ❌ | ✅ | | **Monitoring** | ✅ | ✅ | ❌ | ❌ | -| **Backups** | ✅ | Available via Plugins | Available via Plugins | ✅ | +| **Backups** | ✅ | ✅ | Available via Plugins | ✅ | | **Open Source** | ✅ | ✅ | ✅ | ✅ | | **Notifications** | ✅ | ❌ | ❌ | ✅ | | **Multi Server Support** | ✅ | ❌ | ❌ | ✅ | @@ -29,7 +29,7 @@ Comparison of the following deployment tools: | **Shared Enviroment Variables** | ✅ | ❌ | ❌ | ✅ | | **Schedules Jobs** | ✅ | ❌ | ❌ | ✅ | | **Cloudflare Tunnels** | ❌ | ❌ | ❌ | ✅ | -| **Volume Backups** | ✅ | ❌ | ❌ | ❌ | +| **Volume Backups** | ✅ | Available via Plugins | ❌ | ❌ | | **Preview Deployments** | ✅ | ❌ | ❌ | ✅ | | **Teams** | ✅ | ❌ | ❌ | ✅ | | **Cloud/Paid Version** | ✅ | ✅ | ✅ | ✅ | From dfa2d8b523fc1975da974d22efc335cc39002893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Ga=C5=A1pari=C4=87?= <56818232+codedoga@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:56:49 +0200 Subject: [PATCH 2/3] Revise integration support for deployment tools Updated integration support details for Bitbucket, Gitlab, and Gitea. --- apps/docs/content/docs/core/comparison.mdx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index 2469845b..5a9802f9 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -6,16 +6,16 @@ description: "A comparison of Dokploy, CapRover, Dokku, and Coolify" Comparison of the following deployment tools: | Feature | Dokploy | CapRover | Dokku | Coolify | -| --------------------------------------- | ------- | --------------------- | --------------------- | ------- | +| ----------------------------------------| ------- | --------------------- | --------------------- | ------- | | **User Interface** | ✅ | ✅ | ❌ | ✅ | | **Docker compose support** | ✅ | ❌ | ❌ | ✅ | | **API/CLI** | ✅ | ✅ | ✅ | ✅ | | **Multi node support** | ✅ | ✅ | ❌ | ✅ | | **Traefik Integration** | ✅ | ✅ | Available via Plugins | ✅ | | **User Permission Management** | ✅ | ❌ | ❌ | ✅ | -| **Bitbucket Integration** | ✅ | ✅ | ❌ | ❌ | -| **Gitlab Integration** | ✅ | ✅ | ❌ | ❌ | -| **Gitea Integration** | ✅ | ❌ | ✅ | ❌ | +| **Bitbucket Integration** [^*] | ✅ | ❌ | ❌ | ❌ | +| **Gitlab Integration** [^*] | ✅ | ❌ | ❌ | ❌ | +| **Gitea Integration** [^*] | ✅ | ❌ | ✅ | ❌ | | **Advanced User Permission Management** | ✅ | ❌ | ❌ | ❌ | | **Terminal Access Built In** | ✅ | ❌ | ❌ | ✅ | | **Database Support** | ✅ | ✅ | ❌ | ✅ | @@ -33,3 +33,6 @@ Comparison of the following deployment tools: | **Preview Deployments** | ✅ | ❌ | ❌ | ✅ | | **Teams** | ✅ | ❌ | ❌ | ✅ | | **Cloud/Paid Version** | ✅ | ✅ | ✅ | ✅ | + + +[^*]: Dokploy offers dedicated integration with autocompletion of repository and branch names using oauth apps. From 06122535fa0d726923bcfcd6fdee825c1b3d3460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Ga=C5=A1pari=C4=87?= <56818232+codedoga@users.noreply.github.com> Date: Sun, 19 Oct 2025 20:00:10 +0200 Subject: [PATCH 3/3] Fix formatting in comparison table --- apps/docs/content/docs/core/comparison.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/comparison.mdx b/apps/docs/content/docs/core/comparison.mdx index 5a9802f9..8e06ae1e 100644 --- a/apps/docs/content/docs/core/comparison.mdx +++ b/apps/docs/content/docs/core/comparison.mdx @@ -6,7 +6,7 @@ description: "A comparison of Dokploy, CapRover, Dokku, and Coolify" Comparison of the following deployment tools: | Feature | Dokploy | CapRover | Dokku | Coolify | -| ----------------------------------------| ------- | --------------------- | --------------------- | ------- | +| --------------------------------------- | ------- | --------------------- | --------------------- | ------- | | **User Interface** | ✅ | ✅ | ❌ | ✅ | | **Docker compose support** | ✅ | ❌ | ❌ | ✅ | | **API/CLI** | ✅ | ✅ | ✅ | ✅ |