Compare commits

..
Author SHA1 Message Date
moritz 1af9dc1ace chore: publish 14.4.0+33.0.9-fpm release
continuous-integration/drone/tag Build is passing
2026-09-24 15:00:49 +02:00
moritz 2071a7dc2f fix new collabora installation by activating the config 2026-09-24 14:59:26 +02:00
renovate-bot b3c7aef2a9 chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.19.22 2026-09-23 09:17:13 +00:00
moritz 70f8ab4b56 chore: publish 14.3.0+33.0.9-fpm release
continuous-integration/drone/tag Build is passing
2026-09-22 11:14:32 +02:00
renovate-bot 0ba186b408 chore(deps): update ghcr.io/nextcloud-releases/whiteboard docker tag to v2 2026-09-22 08:52:22 +00:00
renovate-bot 445715e409 chore(deps): update redis docker tag to v8.10.2 2026-09-21 19:18:40 +00:00
simon e715938ebb chore: publish 14.2.0+33.0.9-fpm release
continuous-integration/drone/tag Build is passing
2026-09-21 17:03:43 +02:00
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -90,6 +90,7 @@ install_collabora() {
# important for security reaosns
# https://docs.nextcloud.com/server/latest/admin_manual/office/configuration.html#wopi-settings
set_app_config richdocuments wopi_allowlist "$COLLABORA_ALLOWLIST"
run_occ "richdocuments:activate-config"
}
install_whiteboard() {
+1 -1
View File
@@ -2,7 +2,7 @@ version: "3.8"
services:
elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.19.21"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.19.22"
environment:
- cluster.name=docker-cluster
- bootstrap.memory_lock=true
+1 -1
View File
@@ -6,7 +6,7 @@ services:
- whiteboard_jwt
whiteboard:
image: ghcr.io/nextcloud-releases/whiteboard:v1.5.9
image: ghcr.io/nextcloud-releases/whiteboard:v2.0.0
deploy:
labels:
- traefik.enable=true
+2 -2
View File
@@ -95,7 +95,7 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=14.1.2+33.0.9-fpm"
- "coop-cloud.${STACK_NAME}.version=14.4.0+33.0.9-fpm"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.backup.volumes.redis=false"
@@ -125,7 +125,7 @@ services:
cache:
image: redis:8.10.1-alpine
image: redis:8.10.2-alpine
networks:
- internal
volumes: