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"