Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] b193e148c9 chore(deps): update alpine docker tag to v3.23 2026-02-12 14:57:12 +00:00
4 changed files with 10 additions and 15 deletions
+5 -5
View File
@@ -50,9 +50,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v6
- name: Set up QEMU
uses: docker/setup-qemu-action@v4
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
uses: docker/setup-buildx-action@v3
- name: Cache Docker layers
uses: actions/cache@v5
with:
@@ -61,7 +61,7 @@ jobs:
restore-keys: |
${{ matrix.container }}-buildx-
- name: Log in to GitHub Container Registry
uses: docker/login-action@v4
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -75,7 +75,7 @@ jobs:
DOCKERFILE=$([[ -f "docker/$NAME/Dockerfile" ]] && echo "docker/$NAME/Dockerfile" || echo "docker/Dockerfile.$NAME")
echo "DOCKERFILE=$DOCKERFILE" >> $GITHUB_OUTPUT
- name: Build container image
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
with:
push: false
context: docker/
@@ -87,7 +87,7 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
- name: Push container image
uses: docker/build-push-action@v7
uses: docker/build-push-action@v6
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
with:
push: true
+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:
+1 -1
View File
@@ -1,7 +1,7 @@
# Taken from https://github.com/strukturag/nextcloud-spreed-signaling/blob/54c1af7f4f1b598a9f2c1ae37b76b37e9dda3ee8/docker/janus/Dockerfile
# Modified from https://gitlab.com/powerpaul17/nc_talk_backend/-/blob/dcbb918d8716dad1eb72a889d1e6aa1e3a543641/docker/janus/Dockerfile
FROM alpine:3.18
FROM alpine:3.23
RUN apk add --no-cache curl autoconf automake libtool pkgconf build-base \
glib-dev libconfig-dev libnice-dev jansson-dev openssl-dev zlib libsrtp-dev \
+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`