This commit is contained in:
Michael Quigley 2025-04-01 12:58:34 -04:00
parent c3716a74f5
commit 4f2770025a
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -41,31 +41,31 @@ If [sharing privately](./concepts/sharing-private.mdx), only users with the shar
<Card shadow='tl'> <Card shadow='tl'>
<CardHeader> <CardHeader>
<h3>Hosted zrok</h3> <h3>Hosted zrok</h3>
</CardHeader> </CardHeader>
<CardBody> <CardBody>
Use NetFoundry's public zrok instance. Use NetFoundry's public zrok instance.
</CardBody> </CardBody>
<CardFooter> <CardFooter>
<a href="https://myzrok.io/"> <a href="https://myzrok.io/">
<button className='button button--secondary button--block'>Get an Account</button> <button className='button button--secondary button--block'>Get an Account</button>
</a> </a>
</CardFooter> </CardFooter>
</Card> </Card>
</Column> </Column>
<Column style={{paddingBottom: 20}}> <Column style={{paddingBottom: 20}}>
<Card shadow='tl'> <Card shadow='tl'>
<CardHeader> <CardHeader>
<h3>Self-Hosted zrok</h3> <h3>Self-Hosted zrok</h3>
</CardHeader> </CardHeader>
<CardBody> <CardBody>
Run a zrok instance on Linux, Docker, or Kubernetes. Run a zrok instance on Linux, Docker, or Kubernetes.
</CardBody> </CardBody>
<CardFooter> <CardFooter>
<a href="/docs/category/self-hosting/"> <a href="/docs/category/self-hosting/">
<button className='button button--secondary button--block'>Guides</button> <button className='button button--secondary button--block'>Guides</button>
</a> </a>
</CardFooter> </CardFooter>
</Card> </Card>
</Column> </Column>
</Columns> </Columns>