|
@@ -257,6 +257,38 @@ If your proxy needs password, use:
|
|
|
bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh)
|
|
|
```
|
|
|
|
|
|
+## 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.
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+3. Find the REST API and copy both UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN (⚠Caution⚠: Do not disclose your Token!)
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+4. Copy UPSTASH_REDIS_REST_URL and UPSTASH_REDIS_REST_TOKEN into your synchronization configuration, and click **Check Availability**.
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+ If everything is in order, you've succeeded.
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
+5. Success!
|
|
|
+
|
|
|
+ 
|
|
|
+
|
|
|
## Documentation
|
|
|
|
|
|
> Please go to the [docs][./docs] directory for more documentation instructions.
|