2019-02-26 05:50:07 -08:00
site_name : Traefik
site_description : Traefik Documentation
2020-09-23 10:20:04 +02:00
site_author : traefik.io
site_url : https://doc.traefik.io/traefik
2019-02-26 05:50:07 -08:00
dev_addr : 0.0 .0 .0 : 8000
repo_name : 'GitHub'
2020-09-16 15:46:04 +02:00
repo_url : 'https://github.com/traefik/traefik'
2019-02-26 05:50:07 -08:00
docs_dir : 'content'
2021-01-13 11:54:04 +01:00
product : proxy
2019-03-18 10:50:05 +01:00
# https://squidfunk.github.io/mkdocs-material/
2019-02-26 05:50:07 -08:00
theme :
2021-01-13 11:54:04 +01:00
name : 'traefik-labs'
2019-02-26 05:50:07 -08:00
language : en
include_sidebar : true
2020-09-23 10:20:04 +02:00
favicon : assets/img/traefikproxy-icon-color.png
logo : assets/img/traefikproxy-vertical-logo-color.svg
2019-02-26 05:50:07 -08:00
feature :
tabs : false
palette :
primary : 'cyan'
accent : 'cyan'
i18n :
prev : 'Previous'
next : 'Next'
2024-01-02 15:28:09 +01:00
copyright : 'Traefik Labs • Copyright © 2016-2024'
2019-02-26 05:50:07 -08:00
extra_javascript :
- assets/js/hljs/highlight.pack.js # Download from https://highlightjs.org/download/ and enable YAML, TOML and Dockerfile
- assets/js/extra.js
plugins :
- search
2019-11-12 15:40:05 +01:00
- exclude :
glob :
2019-12-09 18:08:04 +01:00
- "**/include-*.md"
2019-02-26 05:50:07 -08:00
2019-03-18 10:50:05 +01:00
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
# https://facelessuser.github.io/pymdown-extensions/
2019-02-26 05:50:07 -08:00
markdown_extensions :
2022-04-15 15:44:08 +02:00
- meta
2019-02-26 05:50:07 -08:00
- attr_list
- admonition
- footnotes
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.highlight :
2019-03-18 10:50:05 +01:00
use_pygments : false # hljs is used instead of pygment for TOML highlighting support
2019-02-26 05:50:07 -08:00
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
2019-03-18 10:50:05 +01:00
- pymdownx.snippets :
check_paths : true
2022-09-09 09:17:53 -06:00
- markdown_include.include :
base_path : content/includes/
encoding : utf-8
2019-02-26 05:50:07 -08:00
- toc :
permalink : true
# Page tree
nav :
- 'Welcome' : 'index.md'
- 'Getting Started' :
- 'Concepts' : 'getting-started/concepts.md'
2022-08-09 16:06:09 +02:00
- 'Quick Start' :
- 'Docker' : 'getting-started/quick-start.md'
- 'Kubernetes' : 'getting-started/quick-start-with-kubernetes.md'
2019-03-22 09:22:09 -05:00
- 'Configuration Introduction' : 'getting-started/configuration-overview.md'
2019-07-19 09:24:04 +02:00
- 'Install Traefik' : 'getting-started/install-traefik.md'
2021-06-11 10:00:14 +02:00
- 'Frequently Asked Questions' : 'getting-started/faq.md'
2019-02-26 05:50:07 -08:00
- 'Configuration Discovery' :
- 'Overview' : 'providers/overview.md'
- 'Docker' : 'providers/docker.md'
2023-05-10 15:28:05 +02:00
- 'Swarm' : 'providers/swarm.md'
2019-03-19 16:44:06 +01:00
- 'Kubernetes IngressRoute' : 'providers/kubernetes-crd.md'
2019-07-19 09:50:04 +02:00
- 'Kubernetes Ingress' : 'providers/kubernetes-ingress.md'
2020-12-15 16:40:05 +01:00
- 'Kubernetes Gateway API' : 'providers/kubernetes-gateway.md'
2019-10-15 18:34:08 +03:00
- 'Consul Catalog' : 'providers/consul-catalog.md'
2022-06-10 11:32:08 -05:00
- 'Nomad' : 'providers/nomad.md'
2020-07-15 16:28:04 +02:00
- 'ECS' : 'providers/ecs.md'
2019-04-05 12:22:04 +02:00
- 'File' : 'providers/file.md'
2019-11-28 21:56:04 +01:00
- 'Consul' : 'providers/consul.md'
- 'Etcd' : 'providers/etcd.md'
- 'ZooKeeper' : 'providers/zookeeper.md'
- 'Redis' : 'providers/redis.md'
2020-07-15 16:56:03 +02:00
- 'HTTP' : 'providers/http.md'
2019-02-26 05:50:07 -08:00
- 'Routing & Load Balancing' :
- 'Overview' : 'routing/overview.md'
2019-09-23 14:32:04 +02:00
- 'EntryPoints' : 'routing/entrypoints.md'
2019-03-14 09:30:04 +01:00
- 'Routers' : 'routing/routers/index.md'
- 'Services' : 'routing/services/index.md'
2019-09-23 14:32:04 +02:00
- 'Providers' :
- 'Docker' : 'routing/providers/docker.md'
2023-05-10 15:28:05 +02:00
- 'Swarm' : 'routing/providers/swarm.md'
2019-09-23 17:00:06 +02:00
- 'Kubernetes IngressRoute' : 'routing/providers/kubernetes-crd.md'
2020-01-14 15:48:06 +01:00
- 'Kubernetes Ingress' : 'routing/providers/kubernetes-ingress.md'
2020-12-15 16:40:05 +01:00
- 'Kubernetes Gateway API' : 'routing/providers/kubernetes-gateway.md'
2019-10-15 18:34:08 +03:00
- 'Consul Catalog' : 'routing/providers/consul-catalog.md'
2022-06-10 11:32:08 -05:00
- 'Nomad' : 'routing/providers/nomad.md'
2020-07-15 16:28:04 +02:00
- 'ECS' : 'routing/providers/ecs.md'
2019-11-28 21:56:04 +01:00
- 'KV' : 'routing/providers/kv.md'
2019-03-14 09:30:04 +01:00
- 'HTTPS & TLS' :
2019-06-19 19:00:06 +02:00
- 'Overview' : 'https/overview.md'
- 'TLS' : 'https/tls.md'
- 'Let''s Encrypt' : 'https/acme.md'
2022-09-30 15:20:08 +02:00
- 'Tailscale' : 'https/tailscale.md'
2022-10-14 17:16:08 +02:00
- 'SPIFFE' : 'https/spiffe.md'
2019-02-26 05:50:07 -08:00
- 'Middlewares' :
2021-06-11 15:30:05 +02:00
- 'Overview' : 'middlewares/overview.md'
- 'HTTP' :
- 'Overview' : 'middlewares/http/overview.md'
- 'AddPrefix' : 'middlewares/http/addprefix.md'
- 'BasicAuth' : 'middlewares/http/basicauth.md'
- 'Buffering' : 'middlewares/http/buffering.md'
- 'Chain' : 'middlewares/http/chain.md'
- 'CircuitBreaker' : 'middlewares/http/circuitbreaker.md'
- 'Compress' : 'middlewares/http/compress.md'
- 'ContentType' : 'middlewares/http/contenttype.md'
- 'DigestAuth' : 'middlewares/http/digestauth.md'
- 'Errors' : 'middlewares/http/errorpages.md'
- 'ForwardAuth' : 'middlewares/http/forwardauth.md'
2022-10-27 17:34:06 +02:00
- 'GrpcWeb' : 'middlewares/http/grpcweb.md'
2021-06-11 15:30:05 +02:00
- 'Headers' : 'middlewares/http/headers.md'
2024-01-02 17:04:06 +01:00
- 'IPWhiteList' : 'middlewares/http/ipwhitelist.md'
- 'IPAllowList' : 'middlewares/http/ipallowlist.md'
2021-06-11 15:30:05 +02:00
- 'InFlightReq' : 'middlewares/http/inflightreq.md'
- 'PassTLSClientCert' : 'middlewares/http/passtlsclientcert.md'
- 'RateLimit' : 'middlewares/http/ratelimit.md'
- 'RedirectRegex' : 'middlewares/http/redirectregex.md'
- 'RedirectScheme' : 'middlewares/http/redirectscheme.md'
- 'ReplacePath' : 'middlewares/http/replacepath.md'
- 'ReplacePathRegex' : 'middlewares/http/replacepathregex.md'
- 'Retry' : 'middlewares/http/retry.md'
- 'StripPrefix' : 'middlewares/http/stripprefix.md'
- 'StripPrefixRegex' : 'middlewares/http/stripprefixregex.md'
- 'TCP' :
- 'Overview' : 'middlewares/tcp/overview.md'
2021-11-29 17:12:06 +01:00
- 'InFlightConn' : 'middlewares/tcp/inflightconn.md'
2024-01-02 17:04:06 +01:00
- 'IPWhiteList' : 'middlewares/tcp/ipwhitelist.md'
- 'IPAllowList' : 'middlewares/tcp/ipallowlist.md'
2022-07-12 11:48:13 +02:00
- 'Plugins & Plugin Catalog' : 'plugins/index.md'
2019-02-26 05:50:07 -08:00
- 'Operations' :
- 'CLI' : 'operations/cli.md'
- 'Dashboard' : 'operations/dashboard.md'
2019-06-19 18:34:04 +02:00
- 'API' : 'operations/api.md'
2019-02-26 05:50:07 -08:00
- 'Ping' : 'operations/ping.md'
- 'Observability' :
2024-01-30 16:28:05 +01:00
- 'Overview' : 'observability/overview.md'
2019-02-26 05:50:07 -08:00
- 'Logs' : 'observability/logs.md'
- 'Access Logs' : 'observability/access-logs.md'
2019-07-18 21:36:05 +02:00
- 'Metrics' :
- 'Overview' : 'observability/metrics/overview.md'
2024-01-29 17:08:05 +01:00
- 'Datadog' : 'observability/metrics/datadog.md'
- 'InfluxDB2' : 'observability/metrics/influxdb2.md'
2022-11-29 15:34:05 +01:00
- 'OpenTelemetry' : 'observability/metrics/opentelemetry.md'
2024-01-29 17:08:05 +01:00
- 'Prometheus' : 'observability/metrics/prometheus.md'
- 'StatsD' : 'observability/metrics/statsd.md'
2019-06-28 00:16:04 +02:00
- 'Tracing' :
- 'Overview' : 'observability/tracing/overview.md'
2022-11-29 15:34:05 +01:00
- 'OpenTelemetry' : 'observability/tracing/opentelemetry.md'
2019-03-27 15:16:04 +01:00
- 'User Guides' :
2024-09-26 11:00:05 +02:00
- 'FastProxy' : 'user-guides/fastproxy.md'
2019-03-27 15:16:04 +01:00
- 'Kubernetes and Let''s Encrypt' : 'user-guides/crd-acme/index.md'
2019-07-01 15:28:04 +02:00
- 'gRPC Examples' : 'user-guides/grpc.md'
2019-08-06 17:46:04 +02:00
- 'Docker' :
- 'Basic Example' : 'user-guides/docker-compose/basic-example/index.md'
- 'HTTPS with Let''s Encrypt' :
- 'TLS Challenge' : 'user-guides/docker-compose/acme-tls/index.md'
- 'HTTP Challenge' : 'user-guides/docker-compose/acme-http/index.md'
- 'DNS Challenge' : 'user-guides/docker-compose/acme-dns/index.md'
2019-08-31 09:28:04 +02:00
- 'Migration' :
2024-06-21 14:56:03 +02:00
- 'Traefik v3 minor migrations' : 'migration/v3.md'
2024-06-06 18:52:04 +05:30
- 'Traefik v2 to v3' :
- 'Migration guide' : 'migration/v2-to-v3.md'
- 'Configuration changes for v3' : 'migration/v2-to-v3-details.md'
2019-12-12 17:06:05 +01:00
- 'Traefik v2 minor migrations' : 'migration/v2.md'
2019-08-31 09:28:04 +02:00
- 'Traefik v1 to v2' : 'migration/v1-to-v2.md'
2019-02-26 05:50:07 -08:00
- 'Contributing' :
- 'Thank You!' : 'contributing/thank-you.md'
- 'Submitting Issues' : 'contributing/submitting-issues.md'
- 'Submitting PRs' : 'contributing/submitting-pull-requests.md'
2019-11-15 04:48:05 -05:00
- 'Security' : 'contributing/submitting-security-issues.md'
2019-02-26 05:50:07 -08:00
- 'Building and Testing' : 'contributing/building-testing.md'
- 'Documentation' : 'contributing/documentation.md'
- 'Data Collection' : 'contributing/data-collection.md'
- 'Advocating' : 'contributing/advocating.md'
2019-03-18 12:04:04 +01:00
- 'Maintainers' : 'contributing/maintainers.md'
2019-04-05 11:32:04 +02:00
- 'References' :
2019-06-17 11:48:05 +02:00
- 'Static Configuration' :
- 'Overview' : 'reference/static-configuration/overview.md'
- 'File' : 'reference/static-configuration/file.md'
- 'CLI' : 'reference/static-configuration/cli.md'
- 'Environment variables' : 'reference/static-configuration/env.md'
2019-04-05 11:32:04 +02:00
- 'Dynamic Configuration' :
2019-07-22 09:58:04 +02:00
- 'File' : 'reference/dynamic-configuration/file.md'
2019-04-05 11:32:04 +02:00
- 'Docker' : 'reference/dynamic-configuration/docker.md'
2023-05-10 15:28:05 +02:00
- 'Swarm' : 'reference/dynamic-configuration/swarm.md'
2019-04-05 11:32:04 +02:00
- 'Kubernetes CRD' : 'reference/dynamic-configuration/kubernetes-crd.md'
2019-10-15 18:34:08 +03:00
- 'Consul Catalog' : 'reference/dynamic-configuration/consul-catalog.md'
2022-06-10 11:32:08 -05:00
- 'Nomad' : "reference/dynamic-configuration/nomad.md"
2020-11-03 17:40:04 +01:00
- 'ECS' : 'reference/dynamic-configuration/ecs.md'
- 'KV' : 'reference/dynamic-configuration/kv.md'
2022-03-17 06:28:09 -03:00
- 'Deprecation Notices' :
- 'Releases' : 'deprecation/releases.md'
2022-03-24 08:28:07 -03:00
- 'Features' : 'deprecation/features.md'