mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-29 13:49:31 +07:00
* 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
34 lines
1.0 KiB
Plaintext
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
|
|
|
|
[](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>
|