mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-04 14:22:57 +00:00
update cf kv store config guide
This commit is contained in:
@@ -35,7 +35,7 @@ The core idea is to let the backend handle user identity while giving you, the u
|
|||||||
|
|
||||||
- **IndexedDB**: A fast, secure, and scalable key-value store. No need to configure anything. Not login required.
|
- **IndexedDB**: A fast, secure, and scalable key-value store. No need to configure anything. Not login required.
|
||||||
- **Backend Storage**: The backend can save the canvas to the server's storage (SQLite, Filesystem, S3). Synchronized in different devices.
|
- **Backend Storage**: The backend can save the canvas to the server's storage (SQLite, Filesystem, S3). Synchronized in different devices.
|
||||||
- **Cloudflare KV**: A fast, secure, and scalable key-value store. Need to setup cloudlfare worker and DO spaces.
|
- **Cloudflare KV**: A fast, secure, and scalable key-value store. This requires deploying a companion Worker to your Cloudflare account. See the [**Cloudflare Worker Deployment Guide**](./cloudflare-worker/README.md) for detailed instructions.
|
||||||
- **Amazon S3**: A reliable, scalable, and inexpensive object storage service.
|
- **Amazon S3**: A reliable, scalable, and inexpensive object storage service.
|
||||||
|
|
||||||
## Installation & Running
|
## Installation & Running
|
||||||
|
|||||||
+1
-1
@@ -35,7 +35,7 @@ Excalidraw Full 已经进化。它不再仅仅是 Excalidraw 的一个简单封
|
|||||||
|
|
||||||
- **IndexedDB**: 一种快速、安全且可扩展的键值存储。无需任何配置,也无需登录。
|
- **IndexedDB**: 一种快速、安全且可扩展的键值存储。无需任何配置,也无需登录。
|
||||||
- **后端存储**: 后端可以将画板保存到服务器的存储中(SQLite、文件系统、S3)。可在不同设备间同步。
|
- **后端存储**: 后端可以将画板保存到服务器的存储中(SQLite、文件系统、S3)。可在不同设备间同步。
|
||||||
- **Cloudflare KV**: 一种快速、安全且可扩展的键值存储。需要设置 Cloudflare Worker 和 DO Spaces。
|
- **Cloudflare KV**: 一种快速、安全且可扩展的键值存储。这需要您在自己的 Cloudflare 账户中部署一个配套的 Worker。请参阅 [**Cloudflare Worker 部署指南**](./cloudflare-worker/README.md) 获取详细说明。
|
||||||
- **Amazon S3**: 一种可靠、可扩展且经济的对象存储服务。
|
- **Amazon S3**: 一种可靠、可扩展且经济的对象存储服务。
|
||||||
|
|
||||||
## 安装与运行
|
## 安装与运行
|
||||||
|
|||||||
+1
-1
Submodule cloudflare-worker updated: 5ab2b18e91...ed0d7f3e1e
Reference in New Issue
Block a user