Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] e08ce2f78c chore(deps): bump actions/deploy-pages from 4 to 5
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 18:03:13 +00:00
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -48,4 +48,4 @@ jobs:
path: './site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
+1 -1
View File
@@ -1021,7 +1021,7 @@ services:
KC_PROXY: edge
av:
image: clamav/clamav:stable
image: mkodockx/docker-clamav:alpine
container_name: nextav
restart: unless-stopped
volumes:
+3 -8
View File
@@ -27,20 +27,15 @@ PRIMARY=rustfs docker compose up nextcloud rustfs
### External object storage
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:
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:
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`
- Use Legacy S3 signing (v2) / Legacy (v2) Authentication: `No`
Authentication:
- Legacy (v2) Authentication: `No`
- Access Key: `nextcloud`
- Secret Key: `nextcloud`