Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add Zeabur as a community contributed provider #504

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/self-hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This guide will help you to install and setup a production ready Chatwoot.
- [Restack](/docs/self-hosted/deployment/restack)
- [Easypanel](/docs/self-hosted/deployment/easypanel)
- [Elestio](/docs/self-hosted/deployment/elestio)
- [Zeabur](/docs/self-hosted/deployment/zeabur)

## Configuration

Expand Down
Binary file not shown.
22 changes: 22 additions & 0 deletions docs/self-hosted/deployment/zeabur.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_label: "Zeabur"
title: "Zeabur Chatwoot deployment guide"
---

This guide will help you deploy Chatwoot on Zeabur using a pre-configured template.

## Deployment

Click the button below to open the Chatwoot Template page on Zeabur.

After opening the page, log in and click "Deploy" to access the configuration pop-up window.

<img src={require('./images/zeabur-deploy-configuration.webp').default} width="50%" alt="Open the deployment configuration of Chatwoot" />

Fill in your desired domain and region, then click "Deploy". The Chatwoot instance will be deployed to your selected region, which may take a few seconds. You can then view your Chatwoot instance in your Zeabur dashboard.

## Configuration

It is recommended to update the `SECRET_KEY_BASE` for both the `sidekiq` and `rails` services to a unique value. You can generate a new secret key by running `bundle exec rake secret`. Ensure the value is consistent across both services.

The default Chatwoot configuration on Zeabur does not include email and social media settings. Refer to the [`.env.example` file in the Chatwoot repository](https://github.com/chatwoot/chatwoot/blob/develop/.env.example) to check the available configuration options, and update the `rails` service accordingly.