mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
📝 Move database recommendation in self-hosting docs (#2516)
- Moved the database recommendation under the "Ready to self-host?" section.
This commit is contained in:
parent
f170033be0
commit
382a13c2fa
@ -26,10 +26,6 @@ Typebot is fair source and can be self-hosted on your own server. This guide wil
|
||||
| Releases | Instant access to new features | New releases are published each beginning of the month. |
|
||||
| Support | Premium direct support available on STARTER and PRO plans | We don't offer support for your self-hosting issues that are not related to Typebot. You may reach out to the [Discord community](https://typebot.io/discord) for support. |
|
||||
|
||||
## Database recommendation
|
||||
|
||||
Typebot needs a Postgres database. For production, [Neon](https://typebot.com/neon) is my database provider of choice. This is not an affiliate link; it is simply the provider I use and recommend for a production database. You can still use any compatible Postgres provider or host Postgres yourself.
|
||||
|
||||
## License requirements
|
||||
|
||||
Typebot is available under the Functional Source License (FSL).
|
||||
@ -97,6 +93,10 @@ Typebot is composed of 2 Next.js applications you need to deploy:
|
||||
- the builder, where you build your typebots
|
||||
- the viewer, where your user answer the typebot
|
||||
|
||||
### Database recommendation
|
||||
|
||||
Typebot needs a Postgres database. For production, [Neon](https://typebot.com/neon) is my database provider of choice. This is not an affiliate link; it is simply the provider I use and recommend for a production database. You can still use any compatible Postgres provider or host Postgres yourself.
|
||||
|
||||
I've written guides on how to deploy Typebot using:
|
||||
|
||||
- [Docker](./deploy/docker)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user