2
0

📝 Add release section in self-hosting get-started page

This commit is contained in:
Baptiste Arnaud
2024-05-23 11:08:12 +02:00
parent 06ac93ce18
commit 076a9503ef
3 changed files with 14 additions and 5 deletions

View File

@ -7,8 +7,8 @@ icon: gear
If you're self-hosting Typebot, [sponsoring If you're self-hosting Typebot, [sponsoring
me](https://github.com/sponsors/baptisteArno) is a great way to give back to me](https://github.com/sponsors/baptisteArno) is a great way to give back to
the community and to contribute to the long-term sustainability of the the community and to contribute to the long-term sustainability of the
project. Thank you for supporting independent creators of Free Open Source project. It also comes with some perks like priority support and private
Software! workshops. ❤️
</Note> </Note>
Parameters marked with <span style={{color: '#ef5151'}}>\*</span> are required. Parameters marked with <span style={{color: '#ef5151'}}>\*</span> are required.

View File

@ -342,8 +342,8 @@ docker build -t typebot-viewer --build-arg SCOPE=viewer .
If you're self-hosting Typebot, [sponsoring If you're self-hosting Typebot, [sponsoring
me](https://github.com/sponsors/baptisteArno) is a great way to give back to me](https://github.com/sponsors/baptisteArno) is a great way to give back to
the community and to contribute to the long-term sustainability of the the community and to contribute to the long-term sustainability of the
project. Thank you for supporting independent creators of Free Open Source project. It also comes with some perks like priority support and private
Software! workshops. ❤️
</Note> </Note>
<Note> <Note>

View File

@ -69,9 +69,16 @@ Here are the 3 different possible use cases:
Either use case, [sponsoring the Either use case, [sponsoring the
project](https://github.com/sponsors/baptisteArno) is a great way to give back project](https://github.com/sponsors/baptisteArno) is a great way to give back
to the community and to contribute to the long-term sustainability of the to the community and to contribute to the long-term sustainability of the
project. ❤️ project. It also comes with some perks like priority support and private
workshops. ❤️
</Note> </Note>
## Releases
The self-hosted version is somewhat of a LTS, you only get new release once a month. If you want features as soon as they are available, consider becoming a [cloud user](https://app.typebot.io). New versions are published on the [releases page](https://github.com/baptisteArno/typebot.io/releases).
## Ready to self-host?
Typebot is composed of 2 Next.js applications you need to deploy: Typebot is composed of 2 Next.js applications you need to deploy:
- the builder, where you build your typebots - the builder, where you build your typebots
@ -82,3 +89,5 @@ I've written guides on how to deploy Typebot using:
- [Docker](/self-hosting/deploy/docker) - [Docker](/self-hosting/deploy/docker)
- [Vercel](/self-hosting/deploy/vercel) - [Vercel](/self-hosting/deploy/vercel)
- [Manual](/self-hosting/deploy/manual) - [Manual](/self-hosting/deploy/manual)
If you have any questions, feel free to reach out on the [Discord server](https://typebot.io/discord) 🔥