From 70f50dd8bc12ff79333bdb655a12f0429ea97318 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Wed, 10 Dec 2025 00:18:50 -0600 Subject: [PATCH] refactor(preview-deployments): remove warning alert for traefik.me domains - Eliminated the alert block that notified users about the lack of HTTPS support for traefik.me domains, streamlining the user interface in the AddPreviewDomain component. --- .../application/preview-deployments/add-preview-domain.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/preview-deployments/add-preview-domain.tsx b/apps/dokploy/components/dashboard/application/preview-deployments/add-preview-domain.tsx index 863885426..bb9321a51 100644 --- a/apps/dokploy/components/dashboard/application/preview-deployments/add-preview-domain.tsx +++ b/apps/dokploy/components/dashboard/application/preview-deployments/add-preview-domain.tsx @@ -255,12 +255,6 @@ export const AddPreviewDomain = ({ Automatically provision SSL Certificate. - {isTraefikMeDomain && ( - - HTTPS is not available for traefik.me domains as it - is a public HTTP-only service. - - )}