fix breaking change

This commit is contained in:
2025-12-15 10:21:22 +01:00
parent ed267fc789
commit 13b2241c1c
2 changed files with 10 additions and 1 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

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