Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|-----------|------|----------|-------------|
Expand Down
1 change: 1 addition & 0 deletions docs/docker-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions docs/kamal-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down