mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Added docs for Laravel Forge Integration
This commit is contained in:
0
docs/integrations/cloud/laravel-forge.mdx
Normal file
0
docs/integrations/cloud/laravel-forge.mdx
Normal file
@@ -18,6 +18,7 @@ Missing an integration? [Throw in a request](https://github.com/Infisical/infisi
|
|||||||
| [Vercel](/integrations/cloud/vercel) | Cloud | Available |
|
| [Vercel](/integrations/cloud/vercel) | Cloud | Available |
|
||||||
| [Netlify](/integrations/cloud/netlify) | Cloud | Available |
|
| [Netlify](/integrations/cloud/netlify) | Cloud | Available |
|
||||||
| [Render](/integrations/cloud/render) | Cloud | Available |
|
| [Render](/integrations/cloud/render) | Cloud | Available |
|
||||||
|
| [Laravel Forge](/integrations/cloud/laravel-forge) | Cloud | Available |
|
||||||
| [Railway](/integrations/cloud/railway) | Cloud | Available |
|
| [Railway](/integrations/cloud/railway) | Cloud | Available |
|
||||||
| [Fly.io](/integrations/cloud/flyio) | Cloud | Available |
|
| [Fly.io](/integrations/cloud/flyio) | Cloud | Available |
|
||||||
| [Supabase](/integrations/cloud/supabase) | Cloud | Available |
|
| [Supabase](/integrations/cloud/supabase) | Cloud | Available |
|
||||||
|
|||||||
@@ -130,6 +130,7 @@
|
|||||||
"self-hosting/deployment-options/standalone-infisical",
|
"self-hosting/deployment-options/standalone-infisical",
|
||||||
"self-hosting/deployment-options/fly.io",
|
"self-hosting/deployment-options/fly.io",
|
||||||
"self-hosting/deployment-options/render",
|
"self-hosting/deployment-options/render",
|
||||||
|
"self-hosting/deployment-options/laravel-forge",
|
||||||
"self-hosting/deployment-options/digital-ocean-marketplace"
|
"self-hosting/deployment-options/digital-ocean-marketplace"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -195,6 +196,7 @@
|
|||||||
"integrations/cloud/render",
|
"integrations/cloud/render",
|
||||||
"integrations/cloud/railway",
|
"integrations/cloud/railway",
|
||||||
"integrations/cloud/flyio",
|
"integrations/cloud/flyio",
|
||||||
|
"integrations/cloud/laravel-forge",
|
||||||
"integrations/cloud/supabase",
|
"integrations/cloud/supabase",
|
||||||
"integrations/cloud/cloudflare-pages",
|
"integrations/cloud/cloudflare-pages",
|
||||||
"integrations/cloud/checkly",
|
"integrations/cloud/checkly",
|
||||||
|
|||||||
@@ -3,30 +3,53 @@ title: "Introduction"
|
|||||||
description: "Explore deployment options for self hosting Infisical"
|
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/).
|
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.
|
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.
|
Choose from a variety of deployment options listed below to get started.
|
||||||
|
|
||||||
<Card title="Kubernetes" color="#ea5a0c" href="deployment-options/kubernetes-helm">
|
<Card
|
||||||
|
title="Kubernetes"
|
||||||
|
color="#ea5a0c"
|
||||||
|
href="deployment-options/kubernetes-helm"
|
||||||
|
>
|
||||||
Use our Helm chart to Install Infisical on your Kubernetes cluster
|
Use our Helm chart to Install Infisical on your Kubernetes cluster
|
||||||
</Card>
|
</Card>
|
||||||
<CardGroup cols={2}>
|
<CardGroup cols={2}>
|
||||||
<Card title="Digital Ocean" color="#16a34a" href="deployment-options/digital-ocean-marketplace">
|
<Card
|
||||||
Automatically create and deploy Infisical on to a Kubernetes cluster
|
title="Digital Ocean"
|
||||||
|
color="#16a34a"
|
||||||
|
href="deployment-options/digital-ocean-marketplace"
|
||||||
|
>
|
||||||
|
Automatically create and deploy Infisical on to a Kubernetes cluster
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Fly.io" color="#dc2626" href="deployment-options/fly.io">
|
<Card title="Fly.io" color="#dc2626" href="deployment-options/fly.io">
|
||||||
Use our standalone docker image to deploy on Fly.io
|
Use our standalone docker image to deploy on Fly.io
|
||||||
</Card>
|
</Card>
|
||||||
|
<Card
|
||||||
|
title="Laravel Forge"
|
||||||
|
color="#17B69B"
|
||||||
|
href="deployment-options/laravel-forge"
|
||||||
|
>
|
||||||
|
Use our standalone docker image to deploy on Laravel Forge
|
||||||
|
</Card>
|
||||||
<Card title="Render.com" color="#dc2626" href="deployment-options/render">
|
<Card title="Render.com" color="#dc2626" href="deployment-options/render">
|
||||||
Install on Render using our standalone docker image
|
Install on Render using our standalone docker image
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="AWS EC2" color="#0285c7" href="deployment-options/aws-ec2">
|
<Card title="AWS EC2" color="#0285c7" href="deployment-options/aws-ec2">
|
||||||
Install infisical with just a few clicks using our Cloud Formation template
|
Install infisical with just a few clicks using our Cloud Formation template
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Docker Compose" color="#0285c7" href="deployment-options/docker-compose">
|
<Card
|
||||||
Install Infisical using our Docker Compose template
|
title="Docker Compose"
|
||||||
|
color="#0285c7"
|
||||||
|
href="deployment-options/docker-compose"
|
||||||
|
>
|
||||||
|
Install Infisical using our Docker Compose template
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Docker" color="#0285c7" href="deployment-options/standalone-infisical">
|
<Card
|
||||||
|
title="Docker"
|
||||||
|
color="#0285c7"
|
||||||
|
href="deployment-options/standalone-infisical"
|
||||||
|
>
|
||||||
Use the fully packaged, single docker image Infisical to deploy anywhere
|
Use the fully packaged, single docker image Infisical to deploy anywhere
|
||||||
</Card>
|
</Card>
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user