Skip to content

Commit

Permalink
feat: add videos and dokploy cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Oct 29, 2024
1 parent dc351dc commit ef28653
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 4 deletions.
5 changes: 5 additions & 0 deletions apps/docs/content/docs/core/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ import { Callout } from "fumadocs-ui/components/callout";

Dokploy utilizes Docker, so it is essential to have Docker installed on your server. If Docker is not already installed, use the following command to install it automatically:

<div className="flex flex-col gap-10 px-4 bg-green-200 dark:bg-[#031F10] text-green-900 dark:text-green-300 rounded-lg">

Dokploy Cloud: Use Dokploy directly without worrying about maintenance or updates. Enjoy a hassle-free experience with Dokploy Cloud. <a href="https://app.dokploy.com/register" className="text-green-600 underline">Sign up</a>
</div>

```bash
curl -sSL https://dokploy.com/install.sh | sh
```
Expand Down
35 changes: 35 additions & 0 deletions apps/docs/content/docs/core/get-started/videos.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Videos
description: Videos about how to install and use Dokploy.
---

import { Card, Cards } from 'fumadocs-ui/components/card';


## My Favorite Way to deploy Applications
<iframe width="100%" height="315" src="https://www.youtube.com/embed/2Q4-EgYS0u4?si=K7wls46laSU_W3c_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>



<div className='border-2 mt-10'/>


## Introduction to Dokploy
<iframe width="100%" height="315" src="https://www.youtube.com/embed/mznYKPvhcfw?si=9r6ws_bJF45QSZgb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div className='border-2 mt-10'/>

## Deploy docker compose on a VPS [Dokploy]
<iframe width="100%" height="315" src="https://www.youtube.com/embed/3qr_celxISA?si=N72toqtyC_sxlucH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div className='border-2 mt-10'/>

## How to Setup Dokploy Self-Hosting on A Hetzner Server | BEST Coolify Alternative
<iframe width="100%" height="315" src="https://www.youtube.com/embed/83UX8TfuDis?si=SLQr7Q8I2PpUjNlH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div className='border-2 mt-10'/>

## FREE: Dokploy Self-Hosted 🐳 CANCEL VERCEL! 🚨 Coolify, Caprover, Alternative - Open Source
<iframe width="100%" height="315" src="https://www.youtube.com/embed/8kHeKBd1rlU?si=LmUiT7mu9I9micy3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<div className='border-2 mt-10'/>
## Say Goodbye to Vercel and Heroku with Dokploy Install
<iframe width="100%" height="315" src="https://www.youtube.com/embed/XohTt3lh9qg?si=N4alYYsfSzNsFOmb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

1 change: 1 addition & 0 deletions apps/docs/content/docs/core/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"---Get Started---",
"get-started/introduction",
"get-started/architecture",
"get-started/videos",
"get-started/features",
"get-started/installation",
"get-started/manual-installation",
Expand Down
4 changes: 1 addition & 3 deletions apps/docs/mdx-components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
...defaultComponents,
...components,
ImageZoom,
p: ({ children }) => (
<p className="text-[#3E4342] dark:text-muted-foreground">{children}</p>
),
p: ({ children }) => <p className="">{children}</p>,
li: ({ children, id }) => (
<li {...{ id }} className="text-[#3E4342] dark:text-muted-foreground">
{children}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"title": "Dokploy Plan",
"description": " to manage Dokploy UI infrastructure, we take care of it for you."
},
"servers": "{serverQuantity}Servers (You bring the servers)",
"servers": "{serverQuantity} Servers (You bring the servers)",
"features": {
"f1": "Managed Hosting: No need to manage your own servers",
"f2": "Priority Support",
Expand Down

0 comments on commit ef28653

Please sign in to comment.