Loading test_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1019,7 +1019,7 @@ services: - --log.level=ERROR - --metrics.prometheus - --api.dashboard - --entrypoints.websecure.http.middlewares=compress@file - --entrypoints.websecure.http.middlewares=compress@file,headers@file - --experimental.plugins.fail2ban.modulename=github.com/tommoulard/fail2ban - --experimental.plugins.fail2ban.version=v0.6.0 - --global.checknewversion=false Loading traefik/docker-compose.traefik.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ services: - '--metrics.prometheus' # Misc - '--api.dashboard' - '--entrypoints.websecure.http.middlewares=compress@file${TRAEFIK_PLUGINS:-}' - '--entrypoints.websecure.http.middlewares=compress@file,headers@file${TRAEFIK_PLUGINS:-}' - '--experimental.plugins.fail2ban.modulename=github.com/tommoulard/fail2ban' - '--experimental.plugins.fail2ban.version=v0.6.0' - '--global.checknewversion=${TRAEFIK_CHECK_NEW_VERSION:-false}' Loading traefik/dynamic_conf/middlewares.yml +4 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,7 @@ http: middlewares: compress: compress: {} headers: headers: stsSeconds: 63072000 traefik/dynamic_conf/tls.yml 0 → 100644 +12 −0 Original line number Diff line number Diff line tls: options: default: minVersion: VersionTLS12 cipherSuites: - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 Loading
test_config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -1019,7 +1019,7 @@ services: - --log.level=ERROR - --metrics.prometheus - --api.dashboard - --entrypoints.websecure.http.middlewares=compress@file - --entrypoints.websecure.http.middlewares=compress@file,headers@file - --experimental.plugins.fail2ban.modulename=github.com/tommoulard/fail2ban - --experimental.plugins.fail2ban.version=v0.6.0 - --global.checknewversion=false Loading
traefik/docker-compose.traefik.yml +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ services: - '--metrics.prometheus' # Misc - '--api.dashboard' - '--entrypoints.websecure.http.middlewares=compress@file${TRAEFIK_PLUGINS:-}' - '--entrypoints.websecure.http.middlewares=compress@file,headers@file${TRAEFIK_PLUGINS:-}' - '--experimental.plugins.fail2ban.modulename=github.com/tommoulard/fail2ban' - '--experimental.plugins.fail2ban.version=v0.6.0' - '--global.checknewversion=${TRAEFIK_CHECK_NEW_VERSION:-false}' Loading
traefik/dynamic_conf/middlewares.yml +4 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,7 @@ http: middlewares: compress: compress: {} headers: headers: stsSeconds: 63072000
traefik/dynamic_conf/tls.yml 0 → 100644 +12 −0 Original line number Diff line number Diff line tls: options: default: minVersion: VersionTLS12 cipherSuites: - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305