📝 Improve writing on self-hosting introduction
This commit is contained in:
@ -32,11 +32,10 @@ Lots of new features are being implemented on a day-to-day basis. Make sure to h
|
||||
|
||||
## Getting started with Typebot
|
||||
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io).
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
It takes 1 minute to try out the builder for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot.
|
||||
So you’ll be supporting open source software and getting a great service!
|
||||
|
||||
## Self-hosting
|
||||
|
||||
|
@ -8,11 +8,11 @@ If you need more information about our Privacy and Security Policies, check out
|
||||
|
||||
## Where is my data stored?
|
||||
|
||||
Typebot relies on an AWS-managed database located in London (eu-west-2). More specifically it uses [Supabase](https://supabase.com/) as an overlay that handles many performance improvements and backups every day.
|
||||
Typebot relies on an AWS-managed database located in London (eu-west-2).
|
||||
|
||||
## Who can access my data
|
||||
|
||||
Users are the exclusive owner of the data, only the Users and their Teammates can access the data.
|
||||
Only the typebot's creator, his workspace teammates and collaborators he explicitely invited can access the data.
|
||||
|
||||
## For how long is my data kept?
|
||||
|
||||
|
@ -7,9 +7,9 @@ slug: /self-hosting/configuration
|
||||
# Configuration
|
||||
|
||||
:::note
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). It takes 1 minute to try out the tool for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot. So you’ll be supporting open source software and getting a great service!
|
||||
:::
|
||||
|
||||
When running Typebot on your machine, the following configuration parameters can be supplied as environment variables.
|
||||
|
@ -7,9 +7,9 @@ import { SponsorButton } from '../../src/js/SponsorButton.jsx'
|
||||
# Docker
|
||||
|
||||
:::note
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). It takes 1 minute to try out the tool for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot. So you’ll be supporting open source software and getting a great service!
|
||||
:::
|
||||
|
||||
## Requirements
|
||||
|
@ -5,10 +5,16 @@ slug: /self-hosting
|
||||
|
||||
# Getting started
|
||||
|
||||
:::note
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). It takes 1 minute to try out the tool for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
Typebot is 100% open-source and can be self-hosted on your own server. The project is protected by the AGPLv3 license. Make sure to check out [this section](https://github.com/baptisteArno/typebot.io#license) before considering self-hosting the project.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
You don't have to be an expert to launch your own instance of Typebot but you need a basic understanding of the command-line and networking.
|
||||
|
||||
If you're blocked at some point or you find that the documentation is not clear, you can reach out to us on the [forum](https://github.com/baptisteArno/typebot.io/discussions).
|
||||
|
||||
:::note
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot. So you’ll be supporting open source software and getting a great service!
|
||||
:::
|
||||
|
||||
Typebot is composed of 2 Next.js applications you need to deploy:
|
||||
|
@ -5,9 +5,9 @@ sidebar_position: 3
|
||||
# Manual
|
||||
|
||||
:::note
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). It takes 1 minute to try out the tool for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot. So you’ll be supporting open source software and getting a great service!
|
||||
:::
|
||||
|
||||
## Requirements
|
||||
|
@ -5,9 +5,9 @@ sidebar_position: 2
|
||||
# Vercel
|
||||
|
||||
:::note
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). It takes 1 minute to try out the tool for free. You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
The easiest way to get started with Typebot is with [the official managed service in the Cloud](https://app.typebot.io). You'll have high availability, backups, security, and maintenance all managed for you by me, Baptiste, Typebot's founder.
|
||||
|
||||
That's also the best way to support my work, open-source software, and you'll get great service!
|
||||
The cloud version can save a substantial amount of developer time and resources. For most sites this ends up being the best value option and the revenue goes to funding the maintenance and further development of Typebot. So you’ll be supporting open source software and getting a great service!
|
||||
:::
|
||||
|
||||
## Requirements
|
||||
|
Reference in New Issue
Block a user