diff --git a/docs/API.md b/docs/API.md index 7ac8dae02..21bd24b86 100644 --- a/docs/API.md +++ b/docs/API.md @@ -749,7 +749,7 @@ Returns `204 No Content` on success. ### `POST /:account_slug/cards/:card_number/triage` -Moves a card from triage into a column. +Moves a card into a column. | Parameter | Type | Required | Description | |-----------|------|----------|-------------| diff --git a/docs/docker-deployment.md b/docs/docker-deployment.md index bc0ff0f04..f79a9133e 100644 --- a/docs/docker-deployment.md +++ b/docs/docker-deployment.md @@ -132,6 +132,7 @@ Then set the following as appropriate for your S3 bucket: - `S3_REGION` - `S3_ACCESS_KEY_ID` - `S3_SECRET_ACCESS_KEY` +- `CSP_CONNECT_SRC` If you're using a provider other than AWS, you will also need some of the following: diff --git a/docs/kamal-deployment.md b/docs/kamal-deployment.md index 60e1b345a..c50c51299 100644 --- a/docs/kamal-deployment.md +++ b/docs/kamal-deployment.md @@ -103,6 +103,7 @@ To use the included `s3` service, set: - `S3_BUCKET` (defaults to `fizzy-#{Rails.env}-activestorage`) - `S3_REGION` (defaults to `us-east-1`) - `S3_SECRET_ACCESS_KEY` +- `CSP_CONNECT_SRC` Optional for S3-compatible endpoints: