diff --git a/.github/sponsors/lxaer.png b/.github/sponsors/lxaer.png new file mode 100644 index 000000000..167c06533 Binary files /dev/null and b/.github/sponsors/lxaer.png differ diff --git a/README.md b/README.md index c21ac2b04..ee8a82dfc 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,11 @@ For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com). ### Hero Sponsors 🎖 +
Hostinger +LXAER
+ ### Premium Supporters 🥇
diff --git a/apps/docs/content/docs/core/get-started/installation.mdx b/apps/docs/content/docs/core/get-started/installation.mdx index b0fef8fcd..7fa9ee4ae 100644 --- a/apps/docs/content/docs/core/get-started/installation.mdx +++ b/apps/docs/content/docs/core/get-started/installation.mdx @@ -3,7 +3,6 @@ title: Installation description: "Get Dokploy up and running on your server within minutes with this easy-to-follow installation guide." --- - Follow these steps in order to set up Dokploy locally and deploy it to your server, effectively managing Docker containers and applications: You need to follow this steps in the same order: @@ -30,8 +29,9 @@ We have tested on the following Linux Distros: ### Providers -- [DigitalOcean](https://www.digitalocean.com/pricing/droplets#basic-droplets) -- [Hetzner](https://www.hetzner.com/cloud/) +- [Hostinger](https://www.hostinger.com/vps-hosting?ref=dokploy) Get 20% Discount using this referral link: [Referral Link](https://dokploy.com/?ref=dokploy) +- [DigitalOcean](https://www.digitalocean.com/pricing/droplets#basic-droplets) Get 200$ credits for free with this referral link: [Referral Link](https://m.do.co/c/db24efd43f35) +- [Hetzner](https://www.hetzner.com/cloud/) Get 20€ credits for free with this referral link: [Referral Link](https://hetzner.cloud/?ref=vou4fhxJ1W2D) - [Linode](https://www.linode.com/es/pricing/#compute-shared) - [Vultr](https://www.vultr.com/pricing/#cloud-compute) - [Scaleway](https://www.scaleway.com/en/pricing/?tags=baremetal,available) @@ -42,11 +42,12 @@ We have tested on the following Linux Distros: To ensure a smooth experience with Dokploy, your server should have at least 2GB of RAM and 30GB of disk space. This specification helps to handle the resources consumed by Docker during builds and prevents system freezes. +import { Callout } from "fumadocs-ui/components/callout"; -import { Callout } from 'fumadocs-ui/components/callout'; - -**Suggestion:** For cost efficiency with reliable service, we recommend Hetzner as the best value-for-money VPS provider. - + + **Suggestion:** For cost efficiency with reliable service, we recommend + Hetzner as the best value-for-money VPS provider. + ### Docker @@ -64,9 +65,16 @@ After running the installation script, Dokploy and its dependencies will be set Open your web browser and navigate to `http://your-ip-from-your-vps:3000`. You will be directed to the initial setup page where you can configure the administrative account for Dokploy. - ### Initial Configuration 1. **Create an Admin Account:** Fill in the necessary details to set up your administrator account. This account will be the admin account for Dokploy. - \ No newline at end of file +{" "} + + diff --git a/apps/website/components/Hero.tsx b/apps/website/components/Hero.tsx index e03d4f1e1..b09c739b8 100644 --- a/apps/website/components/Hero.tsx +++ b/apps/website/components/Hero.tsx @@ -142,8 +142,8 @@ export function Hero() {