From ef98bcc5a54eef83646b0fa4055341ac113adbd4 Mon Sep 17 00:00:00 2001 From: qaz741wsd856 Date: Fri, 23 Jan 2026 14:05:05 +0000 Subject: [PATCH] docs: update deployment instructions to include KV permissions for attachments storage --- docs/deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment.md b/docs/deployment.md index 6627646..d09b697 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -152,6 +152,7 @@ If you skip seeding, `/api/settings/domains` and `/api/sync` will return `global > The `CLOUDFLARE_API_TOKEN` must have **both** Worker and D1 permissions: > - **Edit Cloudflare Workers** - Required for deploying the Worker > - **Edit D1** - Required for database migrations and backups +> - **Edit KV** - Required for attachments storage (if using KV) > > When creating the API token in Cloudflare Dashboard, make sure to add both permissions under "Account" → "Cloudflare Workers" and "Account" → "D1".