Files
lobehub/docs/self-hosting/server-database/repocloud.mdx
sxjeru 2a811d0a85 🔨 chore: Prettier & Add proxyUrl for all providers (#8061)
* migration: 添加移除 reasoning_effort 参数和删除 doubao 的迁移脚本

* Refactor code structure for improved readability and maintainability

* npx prettier --write "src/**/*"

* add proxyUrl for all providers

* npx prettier --write "docs/**/*"

* Revert

* Revert

* revert
2025-06-04 21:39:39 +08:00

34 lines
1.0 KiB
Plaintext

---
title: Deploy LobeChat with Database on RepoCloud
description: >-
Learn how to deploy LobeChat on RepoCloud with ease, including database, authentication and S3 storage service.
tags:
- Deploy LobeChat
- RepoCloud Deployment
- OpenAI API Key
- Custom Domain Binding
---
# Deploying LobeChat Database Edition with RepoCloud
If you want to deploy LobeChat Database Edition on RepoCloud, you can follow the steps below:
## RepoCloud Deployment Process
<Steps>
### Prepare your OpenAI API Key
Go to [OpenAI API Key](https://platform.openai.com/account/api-keys) to get your OpenAI API Key.
### One-click to deploy
[![Deploy to RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.svg)](https://repocloud.io/details/?app_id=248)
### Once deployed, you can start using it
### Bind a custom domain (optional)
You can use the subdomain provided by RepoCloud, or choose to bind a custom domain. Currently, the domains provided by RepoCloud have not been contaminated, and most regions can connect directly.
</Steps>