Simon L.
410dc0e489
Merge pull request #7607 from nextcloud/enh/7601/add-extra-hosts-guide
...
readme: add guide how to add extra hosts to the containers
2026-02-17 15:19:37 +01:00
Simon L.
cf507d6159
Merge pull request #7616 from th0rgall/patch-1
...
Docs: clarify filtering of archives during borg backup pruning
2026-02-17 15:06:29 +01:00
Thor Galle
91152877c9
Apply suggestion from @szaimen
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Thor Galle <thorgalle@gmail.com >
2026-02-17 15:03:17 +01:00
Simon L.
4da3a06458
address review
...
Co-authored-by: Pablo Zmdl <57864086+pabzm@users.noreply.github.com >
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-17 13:20:53 +01:00
Thor Galle
b70b5f6486
Fix typo
...
Signed-off-by: Thor Galle <thorgalle@gmail.com >
2026-02-17 10:28:26 +01:00
Thor Galle
e4f34da3bb
Docs: clarify filtering of archives during borg backup pruning
...
Clarify the retention policy adjustment instructions by mentioning to not include the '-a' or '--glob-archives' option.
I recently included in the retention policy env variable, and it lead to a pruning error due to the duplicate `-a` ... `--glob-archives` options. I added it because I didn't know that AIO already filtered archives in the borg repo during pruning, and I was worried that it would prune out other non-Nextcloud-AIO backups in the repo. I added a very similar glob myself, so just omitting what I added was the solution for my problem.
As an alternative to this edit, I was thinking that Nextcloud AIO's default filtering behavior could be clarified elsewhere is a positive way.
Two ideas:
1. Modify the start of the retention policy FAQ, like:
After a backup, AIO prunes your borg archives with the `--glob-archives '*_*-nextcloud-aio'` option, so that it does not affect archives unrelated to AIO. The built-in retention policy is `--keep-within=7d --keep-weekly=4 --keep-monthly=6`. [...]
2. Or perhaps, there can be another FAQ question about backups, like "Will Nextcloud AIO touch other backups in my borg repository?" or "Can I use my borg repository for backups unrelated to Nextcloud AIO?", with the answer:
No/Yes, AIO internally uses the borg `--glob-archives '*_*-nextcloud-aio'` option to only prune AIO archives, so Nextcloud AIO will not affect archives/backups unrelated to AIO. Be careful that other systems don't prune your AIO archives, however.
Signed-off-by: Thor Galle <thorgalle@gmail.com >
2026-02-17 10:21:40 +01:00
Simon L.
8fef1b084e
Merge pull request #7610 from nextcloud/dependabot/github_actions/dot-github/workflows/astral-sh/setup-uv-7.3.0
...
build(deps): bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/workflows
2026-02-16 16:18:36 +01:00
dependabot[bot]
636554ee50
build(deps): bump astral-sh/setup-uv in /.github/workflows
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 7.2.1 to 7.3.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](803947b9bd...eac588ad8d )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 7.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 13:07:55 +00:00
Simon L.
c44a3533a5
Merge pull request #7604 from nextcloud/enh/noid/point-out-more-features
...
readme: point out some more default features
2026-02-16 13:07:52 +01:00
Simon L.
ec762a8a66
readme: add guide how to add extra hosts to the containers
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-16 12:01:07 +01:00
Simon L.
c1bf30980c
readme: point out some more default features
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-16 10:53:13 +01:00
Simon L.
58e5d8534b
add githubstatus check also to deploying to beta instructions
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
v12.7.0
2026-02-13 11:48:21 +01:00
Simon L.
4d7ab6c453
increase to 12.7.0
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 10:57:39 +01:00
Simon L.
bdda7c2178
Merge pull request #7541 from nextcloud/enh/noid/use-strict-types-in-php
...
add `declare(strict_types=1);` to all php files
2026-02-13 10:54:23 +01:00
Simon L.
6e0569678d
Merge pull request #7556 from nextcloud/enh/noid/del-openssl
...
redis and apache: delete openssl after using it
2026-02-13 10:54:08 +01:00
Simon L.
590694c638
Merge pull request #7564 from nextcloud/enh/noid/change-order-of-items
...
office-selector: change order of points for OO
2026-02-13 10:53:48 +01:00
Simon L.
fe4f568d02
Merge pull request #7578 from nextcloud/enh/noid/fix-bug-with-fts
...
fix bug with FTS not being able to enable it anymore
2026-02-13 10:53:34 +01:00
Simon L.
4cf066cfce
Merge pull request #7584 from nextcloud/enh/noid/offer-checkbox-new-hub-release
...
aio-interface: offer checkbox to install the new hub release
2026-02-13 10:53:26 +01:00
Simon L.
225918320a
Merge pull request #7587 from nextcloud/enh/7572/show-version-state
...
aio-interface: show which containers have an update available
2026-02-13 10:52:57 +01:00
Simon L.
7e5d8a20d2
aio-interface: show which containers have an update available
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 10:09:13 +01:00
Simon L.
974f443455
Merge pull request #7585 from nextcloud/revert-7485-enh/noid/more-strict-check
...
Revert "mastercontainer: make check for correct volume name more strict"
2026-02-13 09:59:52 +01:00
Simon L.
e3e1ddf983
Revert "mastercontainer: make check for correct volume name more strict"
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 09:51:54 +01:00
Simon L.
94bb848352
Merge pull request #7579 from nextcloud/nextcloud-container-update
...
Nextcloud dependency update
2026-02-13 09:34:38 +01:00
Simon L.
70aa75ef06
Merge pull request #7583 from nextcloud/dependabot/docker/Containers/postgresql/postgres-17.8-alpine
...
build(deps): bump postgres from 17.7-alpine to 17.8-alpine in /Containers/postgresql
2026-02-13 09:34:14 +01:00
Simon L.
e70af15e81
Merge pull request #7582 from nextcloud/dependabot/docker/Containers/docker-socket-proxy/haproxy-3.3.3-alpine
...
build(deps): bump haproxy from 3.3.2-alpine to 3.3.3-alpine in /Containers/docker-socket-proxy
2026-02-13 09:34:01 +01:00
Simon L.
9652e39be2
aio-interface: offer checkbox to install the new hub release
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-13 09:33:03 +01:00
dependabot[bot]
053cf7cbbe
build(deps): bump postgres in /Containers/postgresql
...
Bumps postgres from 17.7-alpine to 17.8-alpine.
---
updated-dependencies:
- dependency-name: postgres
dependency-version: 17.8-alpine
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 04:08:48 +00:00
dependabot[bot]
d25b2e85ef
build(deps): bump haproxy in /Containers/docker-socket-proxy
...
Bumps haproxy from 3.3.2-alpine to 3.3.3-alpine.
---
updated-dependencies:
- dependency-name: haproxy
dependency-version: 3.3.3-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 04:07:57 +00:00
szaimen
bfcddbab73
nextcloud-update automated change
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-12 12:24:27 +00:00
Simon L.
da0775863d
fix bug with FTS not being able to enable it anymore
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-12 10:22:02 +01:00
Simon L.
dd989ee87f
Merge pull request #7576 from nextcloud/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2026-02-12 10:02:12 +01:00
nextcloud-command
ffd71ba47e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2026-02-12 04:47:28 +00:00
Simon L.
ebe971d18d
Merge pull request #7570 from nextcloud/dependabot/docker/Containers/watchtower/golang-1.26.0-alpine3.23
...
build(deps): bump golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23 in /Containers/watchtower
2026-02-11 16:03:21 +01:00
Simon L.
8d717221b3
Merge pull request #7566 from nextcloud/dependabot/docker/Containers/whiteboard/nextcloud-releases/whiteboard-v1.5.6
...
build(deps): bump nextcloud-releases/whiteboard from v1.5.4 to v1.5.6 in /Containers/whiteboard
2026-02-11 16:03:08 +01:00
Simon L.
3111f2b748
Merge pull request #7568 from nextcloud/dependabot/docker/Containers/imaginary/golang-1.26.0-alpine3.23
...
build(deps): bump golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23 in /Containers/imaginary
2026-02-11 16:02:35 +01:00
Simon L.
66dc3051e6
Merge pull request #7560 from nextcloud/dependabot/docker/Containers/talk-recording/python-3.14.3-alpine3.23
...
build(deps): bump python from 3.14.2-alpine3.23 to 3.14.3-alpine3.23 in /Containers/talk-recording
2026-02-11 16:02:21 +01:00
Simon L.
c66fa6e2a9
Merge pull request #7558 from nextcloud/dependabot/docker/Containers/collabora/collabora/code-25.04.8.3.1
...
build(deps): bump collabora/code from 25.04.8.2.1 to 25.04.8.3.1 in /Containers/collabora
2026-02-11 16:02:07 +01:00
Simon L.
7b0b0139dd
Merge pull request #7546 from nextcloud/watchtower-container-update
...
watchtower container update
2026-02-11 16:01:49 +01:00
Simon L.
73268f1bd2
Merge pull request #7545 from nextcloud/dependabot/docker/Containers/talk/strukturag/nextcloud-spreed-signaling-2.1.0
...
build(deps): bump strukturag/nextcloud-spreed-signaling from 2.0.4 to 2.1.0 in /Containers/talk
2026-02-11 16:01:27 +01:00
Simon L.
970c1212c0
Merge pull request #7544 from nextcloud/dependabot/docker/Containers/mastercontainer/docker-29.2.1-cli
...
build(deps): bump docker from 29.2.0-cli to 29.2.1-cli in /Containers/mastercontainer
2026-02-11 16:01:13 +01:00
Simon L.
2e04fdaa8c
Merge pull request #7543 from nextcloud/dependabot/docker/Containers/fulltextsearch/elasticsearch-8.19.11
...
build(deps): bump elasticsearch from 8.19.10 to 8.19.11 in /Containers/fulltextsearch
2026-02-11 16:01:00 +01:00
Simon L.
bf7f818410
Merge pull request #7540 from nextcloud/talk-container-update
...
talk container update
2026-02-11 16:00:46 +01:00
Simon L.
8b2e9b4a5a
Merge pull request #7527 from nextcloud/aio-dependency-update
...
PHP dependency updates
2026-02-11 16:00:21 +01:00
Simon L.
e9ab05c5b7
Merge pull request #7571 from nextcloud/aio-helm-update
...
Helm Chart updates
helm-chart-12.6.1
2026-02-11 15:28:17 +01:00
szaimen
67814f32d8
Helm Chart updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-11 14:26:18 +00:00
Simon L.
270ad0ecea
fix the update-helm workflow
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-11 15:25:31 +01:00
dependabot[bot]
0e4ffe65f0
build(deps): bump golang in /Containers/watchtower
...
Bumps golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.26.0-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-11 04:08:53 +00:00
dependabot[bot]
0348be71d4
build(deps): bump golang in /Containers/imaginary
...
Bumps golang from 1.25.6-alpine3.23 to 1.26.0-alpine3.23.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.26.0-alpine3.23
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-11 04:07:53 +00:00
dependabot[bot]
5cc47f8c88
build(deps): bump nextcloud-releases/whiteboard
...
Bumps nextcloud-releases/whiteboard from v1.5.4 to v1.5.6.
---
updated-dependencies:
- dependency-name: nextcloud-releases/whiteboard
dependency-version: v1.5.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-10 04:08:52 +00:00
Simon L.
fd01a9a70b
office-selector: change order of points for OO
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2026-02-09 10:48:11 +01:00