mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
* feat: Redesign doc
* chore: uopdate site
* chore: uopdate site
* chore: uopdate site
* chore: uopdate site
* chore: uopdate site
* feat: Uopdate content
* chore: New doc
* chore: Update content
* chore: Update content
* chore: add images
* chore: add images
* chore: add images
* chore: add images
* feat: Add more images
* feat: Add more images
* fix: Cannot reach end
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* Revise README content and structure
Updated README to reflect changes in project description and removed outdated notes.
* Revise 'Getting Started' and TOC in README
Updated the 'Getting Started' section and modified the table of contents.
* chore: Update content
* Revise README structure and content
Updated the Getting Started section and removed the Table of Contents. Adjusted the Local Development instructions.
* Remove custom themes section from README
Removed section about custom themes from README.
* Update README.md
* Refine introduction and highlight cloud version
Updated wording for clarity and added recommendation for cloud version.
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* chore: Update content
* fix: add missing translation
* 🔀 chore: Move README changes to feat/readme branch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: add missing translation
* chore: update cdn
* docs: add migration guide from v1.x local database to v2.x and update help sections
Signed-off-by: Innei <tukon479@gmail.com>
* fix: add missing translation
* fix: add missing images
* fix: add missing changelogs
* fix: add missing changelogs
* fix: add missing changelogs
* fix: add missing changelogs
* fix: add missing changelogs
* style: update cdn
---------
Signed-off-by: Innei <tukon479@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: canisminor1990 <i@canisminor.cc>
Co-authored-by: Innei <tukon479@gmail.com>
43 lines
1.4 KiB
Text
43 lines
1.4 KiB
Text
---
|
||
title: 在 Vercel 上部署 LobeHub
|
||
description: 学习如何在 Vercel 上一键部署 LobeHub,准备 OpenAI API Key,点击按钮进行部署,绑定自定义域名,自动同步更新等。
|
||
tags:
|
||
- Vercel
|
||
- 部署指引
|
||
- LobeHub
|
||
- OpenAI API Key
|
||
- 自定义域名
|
||
- 自动同步更新
|
||
---
|
||
|
||
# Vercel 部署指引
|
||
|
||
如果想在 Vercel 上部署 LobeHub,可以按照以下步骤进行操作:
|
||
|
||
## Vercel 部署流程
|
||
|
||
<Steps>
|
||
### 点击下方按钮进行部署
|
||
|
||
[![][deploy-button-image]][deploy-link]
|
||
|
||
直接使用 GitHub 账号登录即可完成部署。
|
||
|
||
### 部署完毕后,即可开始使用
|
||
|
||
### 绑定自定义域名(可选)
|
||
|
||
Vercel 分配的域名 DNS 在某些区域被污染了,绑定自定义域名即可直连。
|
||
</Steps>
|
||
|
||
## 自动同步更新
|
||
|
||
如果你根据上述中的一键部署步骤部署了自己的项目,你可能会发现总是被提示 “有可用更新”。这是因为 Vercel 默认为你创建新项目而非 fork 本项目,这将导致无法准确检测更新。
|
||
|
||
<Callout>
|
||
我们建议按照 [📘 LobeHub 自部署保持更新](/zh/docs/self-hosting/advanced/upstream-sync)
|
||
步骤重新部署。
|
||
</Callout>
|
||
|
||
[deploy-button-image]: https://vercel.com/button
|
||
[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&project-name=lobe-chat&repository-name=lobe-chat
|