rallly/apps/docs/self-hosting/introduction.mdx
Luke Vella 597d8b19bb 📝 Update docs
2023-04-22 12:00:18 +01:00

31 lines
1 KiB
Text

---
title: Introduction
description: How to run your own instance of Rallly.
---
## What is Self-Hosting?
Self-hosting refers to the practice of running your own instance of Rallly on your own server.
The main advantage of self-hosting is the autonomy it affords, but it also requires more technical knowledge and maintenance, as well as the potential security risks of managing your own infrastructure.
## Get Started
Depending on how comfortable you are with technical things, you can either run Rallly on your own server or choose a managed hosting provider that will do it for you.
<CardGroup cols={2}>
<Card
title="Run on my own server"
icon="docker"
href="https://github.com/lukevella/rallly-selfhosted"
>
Host your own instance of Rallly on your own server using Docker.
</Card>
<Card
icon="server"
title="Using a hosting provider"
href="/self-hosting/managed-hosting"
>
Choose a provider that will install and run an instance of Rallly for you.
</Card>
</CardGroup>