Compare commits

...

2 Commits

Author SHA1 Message Date
13b2241c1c fix breaking change
Some checks failed
continuous-integration/drone/pr Build is failing
2025-12-15 10:21:22 +01:00
ed267fc789 chore(deps): update traefik docker tag to v3.6.4
Some checks failed
continuous-integration/drone/pr Build is failing
2025-12-05 19:46:29 +00:00
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v25
export TRAEFIK_YML_VERSION=v26
export FILE_PROVIDER_YML_VERSION=v10
export ENTRYPOINT_VERSION=v5

View File

@ -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

View File

@ -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"