diff --git a/apps/docs/content/docs/core/installation.mdx b/apps/docs/content/docs/core/installation.mdx index a7013fd..5b3dfa9 100644 --- a/apps/docs/content/docs/core/installation.mdx +++ b/apps/docs/content/docs/core/installation.mdx @@ -31,8 +31,9 @@ We have tested on the following Linux Distros: - [Hostinger](https://www.hostinger.com/vps-hosting?ref=dokploy) Get 20% Discount using this referral link: [Referral Link](https://www.hostinger.com/vps-hosting?REFERRALCODE=1SIUMAURICI97) - [AmericanCloud](https://app.americancloud.com/register?ref=dokploy) Receive 20$ credits for free: [Referral Link](https://app.americancloud.com/register?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) +- [Teramont](https://teramont.net/dokploy) Get 15% discount for free: [Referral Link](https://teramont.net/?partner_coupon=DOKPLOY&aff_link=https%3A%2F%2Fbilling.teramont.net%2Faff.php%3Faff%3D53%26url%3Dhttps%3A%2F%2Fteramont.net%2Fdokploy-hosting) - [Hetzner](https://www.hetzner.com/cloud/) Get 20€ credits for free with this referral link: [Referral Link](https://hetzner.cloud/?ref=vou4fhxJ1W2D) +- [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) - [Vultr](https://www.vultr.com/pricing/#cloud-compute) Referral Link: [Referral Link](https://www.vultr.com/?ref=9679828) - [Linode](https://www.linode.com/es/pricing/#compute-shared) - [Scaleway](https://www.scaleway.com/en/pricing/?tags=baremetal,available) diff --git a/apps/website/components/ui/ripple.tsx b/apps/website/components/ui/ripple.tsx index dbb3a81..4654ca4 100644 --- a/apps/website/components/ui/ripple.tsx +++ b/apps/website/components/ui/ripple.tsx @@ -99,6 +99,12 @@ const Ripple = React.memo(function Ripple({ link: "https://www.hahucloud.com/?ref=dokploy", type: "supporting", }, + { + name: "Teramont", + image: "terramont.ico", + link: "https://teramont.net/dokploy", + type: "supporting", + }, ]; const communitySponsors = []; diff --git a/apps/website/public/terramont.ico b/apps/website/public/terramont.ico new file mode 100644 index 0000000..a5e49c5 Binary files /dev/null and b/apps/website/public/terramont.ico differ