Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a972fb3ec0 | |||
| 5dbdeb8500 |
@@ -135,7 +135,7 @@ jobs:
|
||||
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
|
||||
working-directory: tests
|
||||
run: npx playwright test
|
||||
- uses: actions/upload-artifact@v7
|
||||
- uses: actions/upload-artifact@v6
|
||||
if: matrix.container == 'php82' || matrix.container == 'php83' || matrix.container == 'php84'
|
||||
with:
|
||||
name: playwright-report-${{ matrix.container }}
|
||||
|
||||
+8
-3
@@ -27,15 +27,20 @@ PRIMARY=rustfs docker compose up nextcloud rustfs
|
||||
|
||||
### External object storage
|
||||
|
||||
External storage can be configured in the Nextcloud admin settings. This is an example configuration for the `nc-external` bucket, buckets will be autocreated so you can name any bucket you like:
|
||||
External storage can be configured in the Nextcloud admin settings (configuration labels may depend on app version).
|
||||
This is an example configuration for the `nc-external` bucket, buckets will be automatically created so you can name any bucket you like:
|
||||
|
||||
General:
|
||||
- External storage: `S3 Storage`
|
||||
- Authentication: `Static credentials` / `Access Key`
|
||||
Storage configuration:
|
||||
- Bucket: `nc-external`
|
||||
- Authentication: `Access Key`
|
||||
- Hostname: `rustfs`
|
||||
- Port: `9000`
|
||||
- Enable SSL: `No`
|
||||
- Enable Path Style: `Yes`
|
||||
- Legacy (v2) Authentication: `No`
|
||||
- Use Legacy S3 signing (v2) / Legacy (v2) Authentication: `No`
|
||||
Authentication:
|
||||
- Access Key: `nextcloud`
|
||||
- Secret Key: `nextcloud`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user