Skip to content

Commit

Permalink
Add new self-hosting option with ansible (supabase#30689)
Browse files Browse the repository at this point in the history
Add a new self-hosting option <Pigsty> with link https://pigsty.io/blog/db/supabase/.
  • Loading branch information
Vonng authored Nov 27, 2024
1 parent bb51173 commit 3e7a0df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/docs/content/guides/self-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ The following third-party providers have shown consistent support for the self-h
description: 'Deploys using Kubernetes.',
href: 'https://stackgres.io/blog/running-supabase-on-top-of-stackgres/',
},
{
name: 'Pigsty',
description: 'Deploys using Ansible.',
href: 'https://pigsty.io/blog/db/supabase/',
},
].map((x) => (
<div className="md:col-span-6" key={x.href}>
<Link href={x.href} passHref>
Expand Down

0 comments on commit 3e7a0df

Please sign in to comment.