Compare commits

..

4 Commits

Author SHA1 Message Date
Julius Knorr a972fb3ec0 Merge pull request #468 from Antreesy/fix/noid/rustfs-docs-for-34
fix(s3): adjust rustfs setup documentation
2026-04-09 13:14:54 +02:00
Maksim Sukharev 5dbdeb8500 fix(s3): adjust rustfs setup documentation
- some labels have changed in files_external 1.25.1 -> 1.26.0, had trouble finding them

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2026-04-09 11:51:28 +02:00
Julius Knorr b27435102d Merge pull request #464 from susnux/fix/av 2026-03-27 18:45:37 +01:00
Ferdinand Thiessen 797e55ecba fix(nextav): update to official clamav image for antivirus
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-03-27 14:40:04 +01:00
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
path: './site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5
uses: actions/deploy-pages@v4
+1 -1
View File
@@ -1021,7 +1021,7 @@ services:
KC_PROXY: edge
av:
image: mkodockx/docker-clamav:alpine
image: clamav/clamav:stable
container_name: nextav
restart: unless-stopped
volumes:
+8 -3
View File
@@ -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`