diff --git a/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx b/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx index 30d52ea2..afd16b94 100644 --- a/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx +++ b/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx @@ -48,11 +48,24 @@ export const ShowServers = () => {
{query?.success && }
-
-

Servers

-

- Add servers to deploy your applications remotely. -

+
+
+

Servers

+

+ Add servers to deploy your applications remotely. +

+
+ + {isCloud && ( + { + router.push("/dashboard/settings/servers?success=true"); + }} + > + Reset Onboarding + + )}
{sshKeys && sshKeys?.length > 0 && ( @@ -105,7 +118,9 @@ export const ShowServers = () => { {data && data?.length > 0 && (
- See all servers + +
See all servers
+
Name diff --git a/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx b/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx index 253bcbdd..388722e9 100644 --- a/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx +++ b/apps/dokploy/components/dashboard/settings/servers/welcome-stripe/welcome-suscription.tsx @@ -7,7 +7,7 @@ import { DialogHeader, DialogTitle, } from "@/components/ui/dialog"; -import { Puzzle } from "lucide-react"; +import { BookIcon, Puzzle } from "lucide-react"; import { useRouter } from "next/router"; import { useEffect, useState } from "react"; import { defineStepper } from "@stepperize/react"; @@ -28,6 +28,8 @@ import { Plug, } from "lucide-react"; import ConfettiExplosion from "react-confetti-explosion"; +import Link from "next/link"; +import { GithubIcon } from "@/components/icons/data-tools-icons"; interface Props { children?: React.ReactNode; @@ -291,7 +293,7 @@ export const WelcomeSuscription = ({ children }: Props) => { return (
-

You're All Set!

+

You're All Set!

Did you know you can deploy any number of applications that your server can handle? @@ -318,6 +320,61 @@ export const WelcomeSuscription = ({ children }: Props) => {

))}
+ +
+ + Need Help? We are here to help you. + + + Join to our Discord server and we will help you. + +
+ + + + +
+
); }, @@ -331,6 +388,7 @@ export const WelcomeSuscription = ({ children }: Props) => { variant="secondary" onClick={() => { setIsOpen(false); + push("/dashboard/settings/servers"); }} > Skip for now