You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/components/CallToAction.tsx
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,16 @@ export function CallToAction() {
36
36
Say goodbye to infrastructure hassles—Dokploy Cloud handles it all. Effortlessly deploy, manage Docker containers, and secure your traffic with Traefik. Focus on building, we'll handle the rest.
Copy file name to clipboardExpand all lines: apps/website/components/Faqs.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ const faqs = [
17
17
},
18
18
{
19
19
question: "Do I need to provide my own server for the managed plan?",
20
-
answer: "Yes, in the managed plan, you provide your own server e.g. (Hetzner, Hostinger, AWS, ETC.) VPS, and we manage the Dokploy UI infrastructure for you.",
20
+
answer: "Yes, in the managed plan, you provide your own server (e.g., Hetzner, Hostinger, AWS, etc.) VPS, and we manage the Dokploy UI infrastructure for you.",
21
21
},
22
22
{
23
23
question: "What happens if I need more than one server?",
@@ -33,11 +33,11 @@ const faqs = [
33
33
},
34
34
{
35
35
question: "What kind of support do you offer?",
36
-
answer: "We offer community support for the open source version and priority support for paid plans (Via Discord or Email at [email protected]).",
36
+
answer: "We offer community support for the open source version and priority support for paid plans (via Discord or Email at [email protected]).",
37
37
},
38
38
{
39
39
question: "What's the catch on the Paid Plan?",
40
-
answer: "Nothing, you link your server(VPS) to your account and you can deploy unlimited applications, databases, and users and you get unlimited updates, deployments, backups and more.",
40
+
answer: "Nothing, once you link your server(VPS) to your account, you can deploy unlimited applications, databases, and users, and you get unlimited updates, deployments, backups, and more.",
Copy file name to clipboardExpand all lines: apps/website/components/secondary-features.tsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@ import { cn } from "@/lib/utils";
9
9
constfeatures=[
10
10
{
11
11
title: "Applications & Databases",
12
-
description: "Centralize control over your applications and databases for enhanced security and efficiency, simplifying access and management across your infrastructure.",
12
+
description: "Centralize control of your applications and databases for enhanced security and efficiency, simplifying access and management across your infrastructure.",
13
13
image: "/dashboard.png",
14
14
},
15
15
{
16
16
title: "Docker Compose",
17
-
description: "Native Docker Compose support for manage complex applications and services with ease.",
17
+
description: "Native Docker Compose support so you can manage complex applications and services with ease.",
18
18
image: "/compose.png",
19
19
},
20
20
{
21
21
title: "Multiserver",
22
-
description: "Deploy applications to multiple servers without effort.",
22
+
description: "Deploy applications to multiple servers without the extra effort.",
23
23
image: "/remote.png",
24
24
},
25
25
{
@@ -39,12 +39,12 @@ const features = [
39
39
},
40
40
{
41
41
title: "Traefik",
42
-
description: "Manage traefik via File Editor to configure your own domain names, certificates, and more.",
42
+
description: "Manage Traefik via File Editor to configure your own domain names, certificates, and more.",
43
43
image: "/traefik.png",
44
44
},
45
45
{
46
46
title: "Templates",
47
-
description: "One click to deploy open source templates.",
47
+
description: "Deploy open source templates with one click.",
48
48
image: "/templates.png",
49
49
},
50
50
];
@@ -85,7 +85,7 @@ export function SecondaryFeaturesSections() {
Copy file name to clipboardExpand all lines: apps/website/components/stats.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ const grid = [
112
112
},
113
113
{
114
114
title: "Community Contributors",
115
-
description: `Thanks to a growing base of over ${statsValues.contributors} contributors, Dokploy continues to thrive with valuable contributions from developers around the world.`,
115
+
description: `Thanks to our growing base of over ${statsValues.contributors} contributors, Dokploy continues to thrive, with valuable contributions from developers around the world.`,
0 commit comments