From 1a4f3028550461017cf3f44c975e51c62e142b16 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 3 Feb 2026 10:53:31 +0100 Subject: [PATCH] chore: bump traefik to 3.6.7 (#212) --- config/traefik/docker-entrypoint-override.sh | 8 -------- traefik/opencloud.yml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/config/traefik/docker-entrypoint-override.sh b/config/traefik/docker-entrypoint-override.sh index 3e316d7..6b2e49e 100644 --- a/config/traefik/docker-entrypoint-override.sh +++ b/config/traefik/docker-entrypoint-override.sh @@ -23,14 +23,6 @@ add_arg "--entryPoints.https.address=:${TRAEFIK_PORT_HTTPS:-443}" add_arg "--entryPoints.https.transport.respondingTimeouts.readTimeout=12h" add_arg "--entryPoints.https.transport.respondingTimeouts.writeTimeout=12h" add_arg "--entryPoints.https.transport.respondingTimeouts.idleTimeout=3m" -# allow encoded characters -# required for WOPI/Collabora and file operations with supported encoded characters -add_arg "--entryPoints.https.http.encodedCharacters.allowEncodedSlash=true" -add_arg "--entryPoints.https.http.encodedCharacters.allowEncodedQuestionMark=true" -add_arg "--entryPoints.https.http.encodedCharacters.allowEncodedPercent=true" -add_arg "--entryPoints.https.http.encodedCharacters.allowEncodedSemicolon=true" -add_arg "--entryPoints.https.http.encodedCharacters.allowEncodedHash=true" -add_arg "--entryPoints.https.http.encodedCharacters.allowEncodedBackSlash=true" # docker provider (get configuration from container labels) add_arg "--providers.docker.endpoint=unix:///var/run/docker.sock" add_arg "--providers.docker.exposedByDefault=false" diff --git a/traefik/opencloud.yml b/traefik/opencloud.yml index fc5a571..8c2062a 100644 --- a/traefik/opencloud.yml +++ b/traefik/opencloud.yml @@ -9,7 +9,7 @@ services: - "traefik.http.services.opencloud.loadbalancer.server.port=9200" - "traefik.http.routers.opencloud.${TRAEFIK_SERVICES_TLS_CONFIG}" traefik: - image: traefik:v3.6.4 + image: traefik:v3.6.7 # release notes: https://github.com/traefik/traefik/releases user: ${TRAEFIK_CONTAINER_UID_GID:-0:0} networks: