From 4a9684bbe4b375140bd617d2d4a47d4a1396ecee Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sat, 4 Oct 2025 20:58:07 -0600 Subject: [PATCH] refactor: simplify URL change warning in WebDomain component --- .../dashboard/settings/web-domain.tsx | 23 +++---------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/web-domain.tsx b/apps/dokploy/components/dashboard/settings/web-domain.tsx index 3bbd961f9..e1e0db8c0 100644 --- a/apps/dokploy/components/dashboard/settings/web-domain.tsx +++ b/apps/dokploy/components/dashboard/settings/web-domain.tsx @@ -130,26 +130,9 @@ export const WebDomain = () => {
⚠️ Important: URL Change Impact
- If you change the Dokploy Server URL from{" "} - {domain} to a new URL, you will need to update: -
-- 💡 Tip: Consider recreating Git providers - after URL changes to avoid manual configuration. + If you change the Dokploy Server URL make sure to update + your Github Apps to keep the auto-deploy working and preview + deployments working.