diff --git a/docs/API.md b/docs/API.md index 3c1d91977..3e083b3c8 100644 --- a/docs/API.md +++ b/docs/API.md @@ -709,7 +709,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. Works for cards in any state - use this to move cards between columns, not just from triage. | Parameter | Type | Required | Description | |-----------|------|----------|-------------| diff --git a/docs/docker-deployment.md b/docs/docker-deployment.md index 03b4d9c8b..55ef9a65c 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 19aa208c8..b9d0efc04 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: