File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ add_arg "--entryPoints.https.address=:${TRAEFIK_PORT_HTTPS:-443}"
2323add_arg " --entryPoints.https.transport.respondingTimeouts.readTimeout=12h"
2424add_arg " --entryPoints.https.transport.respondingTimeouts.writeTimeout=12h"
2525add_arg " --entryPoints.https.transport.respondingTimeouts.idleTimeout=3m"
26+ # allow encoded characters required for WOPI/Collabora
27+ add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedSlash=true"
28+ add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedQuestionMark=true"
29+ add_arg " --entryPoints.https.http.encodedCharacters.allowEncodedPercent=true"
2630# docker provider (get configuration from container labels)
2731add_arg " --providers.docker.endpoint=unix:///var/run/docker.sock"
2832add_arg " --providers.docker.exposedByDefault=false"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 - " traefik.http.services.opencloud.loadbalancer.server.port=9200"
1010 - " traefik.http.routers.opencloud.${TRAEFIK_SERVICES_TLS_CONFIG}"
1111 traefik :
12- image : traefik:v3
12+ image : traefik:v3.6.4
1313 # release notes: https://github.com/traefik/traefik/releases
1414 user : ${TRAEFIK_CONTAINER_UID_GID:-0:0}
1515 networks :
You can’t perform that action at this time.
0 commit comments