From ed267fc789d82018e2ffdc9260f90a004d5e3ad3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Dec 2025 19:46:29 +0000 Subject: [PATCH 1/3] chore(deps): update traefik docker tag to v3.6.4 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 5826b8a..868fc12 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "traefik:v3.6.2" + image: "traefik:v3.6.4" # Note(decentral1se): *please do not* add any additional ports here. # Doing so could break new installs with port conflicts. Please use # the usual `compose.$app.yml` approach for any additional ports -- 2.49.0 From 13b2241c1cce0635069e4144f572cd55bc740aa7 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Mon, 15 Dec 2025 10:21:22 +0100 Subject: [PATCH 2/3] fix breaking change --- abra.sh | 2 +- traefik.yml.tmpl | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/abra.sh b/abra.sh index ff493b5..faf045b 100644 --- a/abra.sh +++ b/abra.sh @@ -1,3 +1,3 @@ -export TRAEFIK_YML_VERSION=v25 +export TRAEFIK_YML_VERSION=v26 export FILE_PROVIDER_YML_VERSION=v10 export ENTRYPOINT_VERSION=v5 diff --git a/traefik.yml.tmpl b/traefik.yml.tmpl index b1ba638..982f5f3 100644 --- a/traefik.yml.tmpl +++ b/traefik.yml.tmpl @@ -33,6 +33,15 @@ entrypoints: to: web-secure web-secure: address: ":443" + http: + encodedCharacters: + allowEncodedSlash: true + allowEncodedBackSlash: true + allowEncodedNullCharacter: true + allowEncodedSemicolon: true + allowEncodedPercent: true + allowEncodedQuestionMark: true + allowEncodedHash: true {{ if eq (env "GITEA_SSH_ENABLED") "1" }} gitea-ssh: address: ":2222" -- 2.49.0 From 9aad584f08f9d24d6f77322c8f61ebc14353d8d1 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Tue, 23 Dec 2025 11:40:52 +0100 Subject: [PATCH 3/3] update traefik and socket-proxy --- abra.sh | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/abra.sh b/abra.sh index faf045b..2424c21 100644 --- a/abra.sh +++ b/abra.sh @@ -1,3 +1,3 @@ -export TRAEFIK_YML_VERSION=v26 +export TRAEFIK_YML_VERSION=v27 export FILE_PROVIDER_YML_VERSION=v10 export ENTRYPOINT_VERSION=v5 diff --git a/compose.yml b/compose.yml index 868fc12..8026f77 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: "traefik:v3.6.4" + image: "traefik:v3.6.5" # Note(decentral1se): *please do not* add any additional ports here. # Doing so could break new installs with port conflicts. Please use # the usual `compose.$app.yml` approach for any additional ports @@ -53,7 +53,7 @@ services: - "backupbot.backup=${ENABLE_BACKUPS:-true}" socket-proxy: - image: lscr.io/linuxserver/socket-proxy:3.2.8-r0-ls61 + image: lscr.io/linuxserver/socket-proxy:3.2.10-r0-ls65 deploy: endpoint_mode: dnsrr environment: -- 2.49.0