Zoey
b01e93aaf5
Merge branch 'main' into compression
...
Signed-off-by: Zoey <zoey@z0ey.de >
2026-08-05 12:44:42 +02:00
Simon L.
c261306a9d
fix(Mastercontainer): exit daily-backup.sh early if restore is running ( #8514 )
2026-08-05 12:17:53 +02:00
Simon L.
fbba56ba28
feat(borgbackup): add --noxattrs option to borg extract command ( #8513 )
2026-08-05 12:17:02 +02:00
Simon L.
bb1e04a4be
fix(Apache): disable mod_reqtimeout body rate limit to allow large uploads on slow connections ( #8510 )
2026-08-05 12:16:02 +02:00
Simon L.
858c4df728
mastercontainer and nextcloud: replace sudo with su-exec ( #8524 )
2026-08-05 11:43:00 +02:00
Simon L.
fd2fe3a0e0
ship harp also for manual-install and helm ( #8370 )
2026-08-05 11:18:11 +02:00
Simon L.
52c735497b
build(deps): bump docker from 29.6.2-cli to 29.7.0-cli in /Containers/mastercontainer ( #8534 )
2026-08-05 10:41:48 +02:00
Simon L.
535b81eb8a
build(deps): bump nats from 2.14.3-scratch to 2.14.4-scratch in /Containers/talk ( #8528 )
2026-08-05 10:41:35 +02:00
Simon L.
302faf3c40
build(deps): bump php from 8.3.32-fpm-alpine3.24 to 8.3.33-fpm-alpine3.24 in /Containers/nextcloud ( #8526 )
2026-08-05 10:41:23 +02:00
Simon L.
3c5d5ac0dc
build(deps): bump php from 8.5.8-fpm-alpine3.24 to 8.5.9-fpm-alpine3.24 in /Containers/mastercontainer ( #8525 )
2026-08-05 10:41:11 +02:00
Simon L.
62817b10cb
build(deps): bump collabora/code from 26.04.2.1.1 to 26.04.2.4.1 in /Containers/collabora ( #8501 )
2026-08-05 10:40:33 +02:00
Simon L.
a43fd6db9c
build(deps): bump haproxy from 3.4.2-alpine to 3.4.3-alpine in /Containers/docker-socket-proxy ( #8497 )
2026-08-05 10:40:15 +02:00
Simon L.
ab45f17aee
some additional changes
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-08-04 13:40:30 +02:00
dependabot[bot]
015147b2e7
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.6.2-cli to 29.7.0-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.7.0-cli
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-04 04:07:22 +00:00
dependabot[bot]
b19336bcb6
build(deps): bump nats in /Containers/talk
...
Bumps nats from 2.14.3-scratch to 2.14.4-scratch.
---
updated-dependencies:
- dependency-name: nats
dependency-version: 2.14.4-scratch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-03 04:09:28 +00:00
dependabot[bot]
1ef47c296e
build(deps): bump php in /Containers/nextcloud
...
Bumps php from 8.3.32-fpm-alpine3.24 to 8.3.33-fpm-alpine3.24.
---
updated-dependencies:
- dependency-name: php
dependency-version: 8.3.33-fpm-alpine3.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-03 04:09:11 +00:00
dependabot[bot]
587c63497e
build(deps): bump php in /Containers/mastercontainer
...
Bumps php from 8.5.8-fpm-alpine3.24 to 8.5.9-fpm-alpine3.24.
---
updated-dependencies:
- dependency-name: php
dependency-version: 8.5.9-fpm-alpine3.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-03 04:08:57 +00:00
Zoey
c70e4b2ae4
replace sudo with su-exec
...
Signed-off-by: Zoey <zoey@z0ey.de >
2026-08-02 17:32:32 +02:00
Zoey
def057e780
enable zstd and gzip compression, disable brotli
...
Signed-off-by: Zoey <zoey@z0ey.de >
2026-08-02 14:45:47 +02:00
copilot-swe-agent[bot]
b03f28cb8e
fix(Mastercontainer): exit daily-backup.sh early if restore is running
...
If the backup container is currently running in restore mode, the daily
backup script now exits immediately instead of waiting indefinitely for
the container to stop. This prevents the daily backup cron from
interrupting long-running restores.
Fixes : #8414
Assisted-by: GitHub Copilot:claude-sonnet-4
2026-07-31 09:37:54 +00:00
copilot-swe-agent[bot]
4f36f8a0af
feat(borgbackup): add --noxattrs option to borg extract command
...
Extended attributes are not needed for the restore process and can cause
issues on filesystems that do not support them. Adding --noxattrs skips
restoring extended attributes during extraction.
Assisted-by: GitHub Copilot:claude-sonnet-4
2026-07-31 09:31:03 +00:00
copilot-swe-agent[bot]
452567ed43
fix(Apache): disable mod_reqtimeout body rate limit to allow slow uploads
...
Fixes #8457 — large file uploads on slow connections were being
terminated by Apache's mod_reqtimeout MinRate=500 default for
request bodies. This adds an explicit RequestReadTimeout directive
that disables the body rate limit (body=0) while keeping the header
timeout for slowloris protection. The existing Timeout directive
(set to APACHE_MAX_TIME / NEXTCLOUD_MAX_TIME) remains as the
effective I/O timeout.
Also ensures mod_reqtimeout is explicitly loaded in the Dockerfile.
Assisted-by: GitHub Copilot:claude-sonnet-4
2026-07-31 08:44:38 +00:00
dependabot[bot]
5b74d4b3fd
build(deps): bump collabora/code in /Containers/collabora
...
Bumps collabora/code from 26.04.2.1.1 to 26.04.2.4.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-version: 26.04.2.4.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-31 04:07:14 +00:00
Pablo Zmdl
3c786b52c9
Revert "build(deps): bump collabora/code from 26.04.2.1.1 to 26.04.2.4.1 in /Containers/collabora"
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-07-30 15:14:35 +02:00
dependabot[bot]
c975a25486
build(deps): bump haproxy in /Containers/docker-socket-proxy
...
Bumps haproxy from 3.4.2-alpine to 3.4.3-alpine.
---
updated-dependencies:
- dependency-name: haproxy
dependency-version: 3.4.3-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-30 04:07:16 +00:00
Pablo Zmdl
d566851914
build(deps): bump redis from 8.6.3-alpine to 8.8.1-alpine in /Containers/redis ( #8486 )
2026-07-29 22:56:36 +02:00
Pablo Zmdl
e6a16569a0
build(deps): bump collabora/code from 26.04.2.1.1 to 26.04.2.4.1 in /Containers/collabora ( #8483 )
2026-07-29 22:56:06 +02:00
Pablo Zmdl
607117fede
build(deps): bump elasticsearch from 9.4.3 to 9.4.4 in /Containers/fulltextsearch ( #8477 )
2026-07-29 22:55:50 +02:00
Pablo Zmdl
83db551726
build(deps): bump docker from 29.6.1-cli to 29.6.2-cli in /Containers/mastercontainer ( #8473 )
2026-07-29 22:55:08 +02:00
Pablo Zmdl
0bd5c216d2
Nextcloud dependency update ( #8485 )
2026-07-29 22:10:31 +02:00
szaimen
879e64f4dd
watchtower-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-29 12:45:53 +00:00
dependabot[bot]
089159190c
build(deps): bump redis in /Containers/redis
...
Bumps redis from 8.6.3-alpine to 8.8.1-alpine.
---
updated-dependencies:
- dependency-name: redis
dependency-version: 8.8.1-alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-27 04:09:17 +00:00
szaimen
2f6600b60e
nextcloud-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-24 12:39:34 +00:00
dependabot[bot]
38bed9540b
build(deps): bump collabora/code in /Containers/collabora
...
Bumps collabora/code from 26.04.2.1.1 to 26.04.2.4.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-version: 26.04.2.4.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-24 04:08:06 +00:00
dependabot[bot]
6150ea355e
build(deps): bump elasticsearch in /Containers/fulltextsearch
...
Bumps elasticsearch from 9.4.3 to 9.4.4.
---
updated-dependencies:
- dependency-name: elasticsearch
dependency-version: 9.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-22 04:08:18 +00:00
dependabot[bot]
d170e2039f
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.6.1-cli to 29.6.2-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.6.2-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-20 04:09:45 +00:00
Pablo Zmdl
856cc58135
Update Eurooffice container base image
...
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
2026-07-18 09:28:21 +02:00
Pablo Zmdl
4285168457
Improve docker socket proxy config ( #8458 )
2026-07-17 11:57:37 +02:00
Pablo Zmdl
00db9a9af0
Improve docker socket proxy config
...
This mitigates possible misuse better than before.
Signed-off-by: Pablo Zmdl <pablo@nextcloud.com >
AI-assistant: Claude code (Sonnet 5)
2026-07-16 16:32:44 +02:00
Pablo Zmdl
61bad00807
build(deps): bump golang from 1.26.4-alpine3.24 to 1.26.5-alpine3.24 in /Containers/imaginary ( #8431 )
2026-07-13 12:20:19 +02:00
Pablo Zmdl
117e664c8a
build(deps): bump golang from 1.26.4-alpine3.24 to 1.26.5-alpine3.24 in /Containers/watchtower ( #8432 )
2026-07-13 12:20:17 +02:00
Pablo Zmdl
38337b480f
watchtower container update ( #8408 )
2026-07-13 12:10:09 +02:00
Pablo Zmdl
bf2810b33c
build(deps): bump php from 8.5.7-fpm-alpine3.24 to 8.5.8-fpm-alpine3.24 in /Containers/mastercontainer ( #8426 )
2026-07-13 11:11:58 +02:00
Pablo Zmdl
6adaa03d3a
build(deps): bump nats from 2.14.2-scratch to 2.14.3-scratch in /Containers/talk ( #8403 )
2026-07-13 11:11:36 +02:00
Pablo Zmdl
7875a370c3
build(deps): bump collabora/code from 26.04.1.4.1 to 26.04.2.1.1 in /Containers/collabora ( #8409 )
2026-07-13 11:11:28 +02:00
Pablo Zmdl
754228c3a2
build(deps): bump haproxy from 3.4.0-alpine to 3.4.2-alpine in /Containers/docker-socket-proxy ( #8425 )
2026-07-13 11:10:13 +02:00
szaimen
f496eb606d
watchtower-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-11 12:23:09 +00:00
dependabot[bot]
b287c7444b
build(deps): bump docker in /Containers/mastercontainer
...
Bumps docker from 29.6.0-cli to 29.6.1-cli.
---
updated-dependencies:
- dependency-name: docker
dependency-version: 29.6.1-cli
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-09 04:10:02 +00:00
dependabot[bot]
ec565632b3
build(deps): bump golang in /Containers/watchtower
...
Bumps golang from 1.26.4-alpine3.24 to 1.26.5-alpine3.24.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.26.5-alpine3.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-09 04:09:52 +00:00
dependabot[bot]
dedbc75826
build(deps): bump golang in /Containers/imaginary
...
Bumps golang from 1.26.4-alpine3.24 to 1.26.5-alpine3.24.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.26.5-alpine3.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-09 04:09:08 +00:00