From 308a1cb91e825647c6cd2641d9664d938a24c415 Mon Sep 17 00:00:00 2001 From: Alexander Elsner <101340634+Bensonheimer992@users.noreply.github.com> Date: Sat, 13 Dec 2025 17:01:30 +0100 Subject: [PATCH] Change category ID from 6 to 3 in coolify.json and dokploy.json (#9930) --- frontend/public/json/coolify.json | 2 +- frontend/public/json/dokploy.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/coolify.json b/frontend/public/json/coolify.json index ed852f6e6..5a7c17ecd 100644 --- a/frontend/public/json/coolify.json +++ b/frontend/public/json/coolify.json @@ -2,7 +2,7 @@ "name": "Coolify", "slug": "coolify", "categories": [ - 6 + 3 ], "date_created": "2025-12-09", "type": "ct", diff --git a/frontend/public/json/dokploy.json b/frontend/public/json/dokploy.json index 53dff0210..59b4941e7 100644 --- a/frontend/public/json/dokploy.json +++ b/frontend/public/json/dokploy.json @@ -2,7 +2,7 @@ "name": "Dokploy", "slug": "dokploy", "categories": [ - 6 + 3 ], "date_created": "2025-12-09", "type": "ct",