diff --git a/.github/sponsors/lxaer.png b/.github/sponsors/lxaer.png
new file mode 100644
index 00000000..167c0653
Binary files /dev/null and b/.github/sponsors/lxaer.png differ
diff --git a/README.md b/README.md
index c21ac2b0..ee8a82df 100644
--- a/README.md
+++ b/README.md
@@ -58,8 +58,11 @@ For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).
### Hero Sponsors 🎖
+

+

+
### 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 b0fef8fc..7fa9ee4a 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 e03d4f1e..b09c739b 100644
--- a/apps/website/components/Hero.tsx
+++ b/apps/website/components/Hero.tsx
@@ -142,8 +142,8 @@ export function Hero() {
-
-
+
+ {/*
{t("hero.featuredIn")}
@@ -175,8 +175,116 @@ export function Hero() {
))}
-
+
*/}
);
}
+
+export const ShowSponsors = () => {
+ return (
+
+
+
+ Sponsors
+
+
+ Dokploy is an open source project that is maintained by a community of
+ volunteers. We would like to thank our sponsors for their support and
+ contributions to the project, which help us to continue to develop and
+ improve Dokploy.
+
+
+
+
+ Hero Sponsors 🎖
+
+
+
+
+
+ Premium Supporters 🥇
+
+
+
+
+
+ Supporting Members 🥉
+
+
+
+
+
+ Supporting Members 🥉
+
+
+
+
+
+ );
+};