已拆分单个文件、翻译多国语言版本

This commit is contained in:
mcheping520 2023-10-12 18:17:38 +08:00
parent ec33281ff5
commit b5d3348d99
16 changed files with 156 additions and 123 deletions

View File

@ -258,36 +258,8 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
```
## Synchronizing Chat Records (UpStash)
### Prerequisites
- GitHub account
- Your own ChatGPT-Next-Web server set up
- [UpStash](https://upstash.com)
### Getting Started
1. Register for an UpStash account.
2. Create a Database.
![Register and Log In](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png)
![Create a Database](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png)
![Select a Server](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png)
3. Find the REST API and copy both UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN (⚠Caution⚠: Do not disclose your Token!)
![Copy](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png)
4. Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your synchronization configuration, and click **Check Availability**.
![Synchronization Step 1](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png)
If everything is in order, you've succeeded.
![Synchronization Availability Check Completed](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png)
5. Success!
![Great job!](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png)
| [简体中文](./docs/synchronise-chat-logs-cn.md) | [English](./docs/synchronise-chat-logs-en.md) | [Italiano](./docs/synchronise-chat-logs-es.md) | [日本語](./docs/synchronise-chat-logs-ja.md) | [한국어](./docs/synchronise-chat-logs-ko.md)
## Documentation

View File

@ -169,37 +169,6 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
⚠️ 注意:如果你安装过程中遇到了问题,请使用 docker 部署。
## 同步聊天记录upStash
### 准备工作
- GitHub账号
- 拥有自己搭建过的ChatGPT-Next-Web的服务器
- [UpStash](https://upstash.com)
### 开始教程
1. 注册UpStash账号
2. 创建数据库
![注册登录](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png)
![创建数据库](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png)
![选择服务器](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png)
3. 找到REST API分别复制UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN⚠切记⚠不要泄露Token!
![复制](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png)
4. UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN复制到你的同步配置点击**检查可用性**
![同步1](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png)
如果没什么问题,那就成功了
![同步可用性完成的样子](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png)
5. Success!
![好耶~](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png)
## 鸣谢

View File

@ -223,38 +223,6 @@ docker run -d -p 3000:3000 \
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
```
## チャット履歴の同期UpStash
### 必要なもの
- GitHub アカウント
- 独自の ChatGPT-Next-Web サーバーのセットアップ
- [UpStash](https://upstash.com)
### はじめに
1. UpStash アカウントを登録します。
2. データベースを作成します。
![登録とログイン](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png)
![データベースの作成](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png)
![サーバーの選択](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png)
3. REST API を見つけ、UPSTASH_REDIS_REST_URL および UPSTASH_REDIS_REST_TOKEN の両方をコピーします(⚠注意⚠:トークンを公開しないでください!)。
![コピー](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png)
4. UPSTASH_REDIS_REST_URL および UPSTASH_REDIS_REST_TOKEN を同期設定にコピーし、**可用性を確認** をクリックします。
![同期ステップ 1](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png)
すべてが正常であれば、成功です。
![同期の可用性チェックが完了しました](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png)
5. 成功!
![おめでとうございます!](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png)
## スクリーンショット
![Settings](./docs/images/settings.png)

View File

@ -169,37 +169,6 @@ bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/s
⚠️ 주의: 설치 중 문제가 발생한 경우, docker로 배포하세요.
## 채팅 기록 동기화 (UpStash)
### 사전 요구 사항
- GitHub 계정
- 자체 ChatGPT-Next-Web 서버 설치
- [UpStash](https://upstash.com)
### 시작하기
1. UpStash 계정 등록.
2. 데이터베이스 만들기.
![등록 및 로그인](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-17-32.png)
![데이터베이스 만들기](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-24-04.png)
![서버 선택](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-25-49.png)
3. REST API를 찾아 UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 복사합니다 (⚠주의⚠: 토큰을 노출하지 마세요!).
![복사](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-28-12.png)
4. UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 동기화 구성에 복사하고 **가용성 확인**을 클릭합니다.
![동기화 단계 1](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-04.png)
모든 것이 정상이라면, 성공입니다.
![동기화 가능성 확인 완료](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-33-52.png)
5. 성공!
![잘 했어요!](https://mcheping520.gitee.io/graphic-bed/image/Snipaste_2023-10-11_19-34-15.png)
## 감사의 말

BIN
docs/images/upstash-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
docs/images/upstash-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/images/upstash-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
docs/images/upstash-4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
docs/images/upstash-5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
docs/images/upstash-6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
docs/images/upstash-7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -0,0 +1,31 @@
# 同步聊天记录upStash
## 准备工作
- GitHub账号
- 拥有自己搭建过的ChatGPT-Next-Web的服务器
- [UpStash](https://upstash.com)
## 开始教程
1. 注册UpStash账号
2. 创建数据库
![注册登录](./images/upstash-1.png)
![创建数据库](./images/upstash-2.png)
![选择服务器](./images/upstash-3.png)
3. 找到REST API分别复制UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN⚠切记⚠不要泄露Token!
![复制](./images/upstash-4.png)
4. UPSTASH_REDIS_REST_URL和UPSTASH_REDIS_REST_TOKEN复制到你的同步配置点击**检查可用性**
![同步1](./images/upstash-5.png)
如果没什么问题,那就成功了
![同步可用性完成的样子](./images/upstash-6.png)
5. Success!
![好耶~](./images/upstash-7.png)

View File

@ -0,0 +1,31 @@
# Synchronize Chat Logs with UpStash
## Prerequisites
- GitHub account
- Your own ChatGPT-Next-Web server set up
- [UpStash](https://upstash.com)
## Getting Started
1. Register for an UpStash account.
2. Create a database.
![Register and Login](./images/upstash-1.png)
![Create Database](./images/upstash-2.png)
![Select Server](./images/upstash-3.png)
3. Find the REST API and copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN (⚠Important⚠: Do not share your token!)
![Copy](./images/upstash-4.png)
4. Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your synchronization configuration, then click **Check Availability**.
![Synchronize 1](./images/upstash-5.png)
If everything is in order, you've successfully completed this step.
![Sync Availability Check Completed](./images/upstash-6.png)
5. Success!
![Great job~!](./images/upstash-7.png)

View File

@ -0,0 +1,31 @@
# Sincronizzare i Log delle Chat con UpStash
## Prerequisiti
- Account GitHub
- Server ChatGPT-Next-Web di propria configurazione
- [UpStash](https://upstash.com)
## Per iniziare
1. Registrarsi per un account UpStash.
2. Creare un database.
![Registrarsi ed Accedere](./images/upstash-1.png)
![Creare un Database](./images/upstash-2.png)
![Selezionare il Server](./images/upstash-3.png)
3. Trovare l'API REST e copiare UPSTASH_REDIS_REST_URL e UPSTASH_REDIS_REST_TOKEN (⚠Importante⚠: Non condividere il token!)
![Copia](./images/upstash-4.png)
4. Copiare UPSTASH_REDIS_REST_URL e UPSTASH_REDIS_REST_TOKEN nella configurazione di sincronizzazione, quindi fare clic su **Verifica la Disponibilità**.
![Sincronizzazione 1](./images/upstash-5.png)
Se tutto è in ordine, hai completato con successo questa fase.
![Verifica la Disponibilità della Sincronizzazione Completata](./images/upstash-6.png)
5. Successo!
![Ottimo lavoro~!](./images/upstash-7.png)

View File

@ -0,0 +1,31 @@
# UpStashを使用してチャットログを同期する
## 事前準備
- GitHubアカウント
- 自分自身でChatGPT-Next-Webのサーバーをセットアップしていること
- [UpStash](https://upstash.com)
## 始める
1. UpStashアカウントを登録します。
2. データベースを作成します。
![登録とログイン](./images/upstash-1.png)
![データベースの作成](./images/upstash-2.png)
![サーバーの選択](./images/upstash-3.png)
3. REST APIを見つけ、UPSTASH_REDIS_REST_URLとUPSTASH_REDIS_REST_TOKENをコピーします⚠重要⚠トークンを共有しないでください
![コピー](./images/upstash-4.png)
4. UPSTASH_REDIS_REST_URLとUPSTASH_REDIS_REST_TOKENを同期設定にコピーし、次に「可用性を確認」をクリックします。
![同期1](./images/upstash-5.png)
すべてが正常であれば、このステップは成功です。
![同期可用性チェックが完了しました](./images/upstash-6.png)
5. 成功!
![お疲れ様でした~](./images/upstash-7.png)

View File

@ -0,0 +1,31 @@
# UpStash를 사용하여 채팅 기록 동기화
## 사전 준비물
- GitHub 계정
- 자체 ChatGPT-Next-Web 서버 설정
- [UpStash](https://upstash.com)
## 시작하기
1. UpStash 계정 등록
2. 데이터베이스 생성
![등록 및 로그인](./images/upstash-1.png)
![데이터베이스 생성](./images/upstash-2.png)
![서버 선택](./images/upstash-3.png)
3. REST API를 찾아 UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 복사합니다 (⚠주의⚠: 토큰을 공유하지 마십시오!)
![복사](./images/upstash-4.png)
4. UPSTASH_REDIS_REST_URL 및 UPSTASH_REDIS_REST_TOKEN을 동기화 구성에 복사한 다음 **가용성 확인**을 클릭합니다.
![동기화 1](./images/upstash-5.png)
모든 것이 정상인 경우,이 단계를 성공적으로 완료했습니다.
![동기화 가용성 확인 완료](./images/upstash-6.png)
5. 성공!
![잘 했어요~!](./images/upstash-7.png)