diff --git a/docs/integrations/cloud/laravel-forge.mdx b/docs/integrations/cloud/laravel-forge.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/integrations/overview.mdx b/docs/integrations/overview.mdx index 352863eda..b054a52cd 100644 --- a/docs/integrations/overview.mdx +++ b/docs/integrations/overview.mdx @@ -18,6 +18,7 @@ Missing an integration? [Throw in a request](https://github.com/Infisical/infisi | [Vercel](/integrations/cloud/vercel) | Cloud | Available | | [Netlify](/integrations/cloud/netlify) | Cloud | Available | | [Render](/integrations/cloud/render) | Cloud | Available | +| [Laravel Forge](/integrations/cloud/laravel-forge) | Cloud | Available | | [Railway](/integrations/cloud/railway) | Cloud | Available | | [Fly.io](/integrations/cloud/flyio) | Cloud | Available | | [Supabase](/integrations/cloud/supabase) | Cloud | Available | diff --git a/docs/mint.json b/docs/mint.json index d687af107..ba66b271f 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -130,6 +130,7 @@ "self-hosting/deployment-options/standalone-infisical", "self-hosting/deployment-options/fly.io", "self-hosting/deployment-options/render", + "self-hosting/deployment-options/laravel-forge", "self-hosting/deployment-options/digital-ocean-marketplace" ] }, @@ -195,6 +196,7 @@ "integrations/cloud/render", "integrations/cloud/railway", "integrations/cloud/flyio", + "integrations/cloud/laravel-forge", "integrations/cloud/supabase", "integrations/cloud/cloudflare-pages", "integrations/cloud/checkly", diff --git a/docs/self-hosting/deployment-options/laravel-forge.mdx b/docs/self-hosting/deployment-options/laravel-forge.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index 4bfba612c..4bbd2b400 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -3,30 +3,53 @@ title: "Introduction" description: "Explore deployment options for self hosting Infisical" --- -To meet various compliance requirements, you may want to self-host Infisical instead of using [Infisical Cloud](https://app.infisical.com/). -Self-hosted Infisical allows you to maintain your sensitive information within your own infrastructure and network, ensuring complete control over your data. +To meet various compliance requirements, you may want to self-host Infisical instead of using [Infisical Cloud](https://app.infisical.com/). +Self-hosted Infisical allows you to maintain your sensitive information within your own infrastructure and network, ensuring complete control over your data. Choose from a variety of deployment options listed below to get started. - + Use our Helm chart to Install Infisical on your Kubernetes cluster - - Automatically create and deploy Infisical on to a Kubernetes cluster + + Automatically create and deploy Infisical on to a Kubernetes cluster Use our standalone docker image to deploy on Fly.io + + Use our standalone docker image to deploy on Laravel Forge + Install on Render using our standalone docker image Install infisical with just a few clicks using our Cloud Formation template - - Install Infisical using our Docker Compose template + + Install Infisical using our Docker Compose template - + Use the fully packaged, single docker image Infisical to deploy anywhere - \ No newline at end of file +