2019-02-26 16:50:07 +03:00
site_name : Traefik
site_description : Traefik Documentation
2020-09-23 11:20:04 +03:00
site_author : traefik.io
site_url : https://doc.traefik.io/traefik
2019-02-26 16:50:07 +03:00
dev_addr : 0.0 .0 .0 : 8000
repo_name : 'GitHub'
2020-09-16 16:46:04 +03:00
repo_url : 'https://github.com/traefik/traefik'
2019-02-26 16:50:07 +03:00
docs_dir : 'content'
2021-01-13 13:54:04 +03:00
product : proxy
2019-03-18 12:50:05 +03:00
# https://squidfunk.github.io/mkdocs-material/
2019-02-26 16:50:07 +03:00
theme :
2021-01-13 13:54:04 +03:00
name : 'traefik-labs'
2019-02-26 16:50:07 +03:00
language : en
include_sidebar : true
2020-09-23 11:20:04 +03:00
favicon : assets/img/traefikproxy-icon-color.png
logo : assets/img/traefikproxy-vertical-logo-color.svg
2019-02-26 16:50:07 +03:00
feature :
tabs : false
palette :
primary : 'cyan'
accent : 'cyan'
i18n :
prev : 'Previous'
next : 'Next'
2021-01-08 21:20:04 +03:00
copyright : "Copyright © 2016-2020 Containous; 2020-2021 Traefik Labs"
2019-02-26 16:50:07 +03: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 17:40:05 +03:00
- exclude :
glob :
2019-12-09 20:08:04 +03:00
- "**/include-*.md"
2019-02-26 16:50:07 +03:00
2019-03-18 12:50:05 +03:00
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
# https://facelessuser.github.io/pymdown-extensions/
2019-02-26 16:50:07 +03:00
markdown_extensions :
- attr_list
- admonition
- footnotes
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.highlight :
2019-03-18 12:50:05 +03:00
use_pygments : false # hljs is used instead of pygment for TOML highlighting support
2019-02-26 16:50:07 +03:00
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist
2019-03-18 12:50:05 +03:00
- pymdownx.snippets :
check_paths : true
2019-09-12 17:22:03 +03:00
# - markdown_include.include:
# base_path: content/includes/
# encoding: utf-8
2019-02-26 16:50:07 +03:00
- toc :
permalink : true
# Page tree
nav :
- 'Welcome' : 'index.md'
- 'Getting Started' :
- 'Concepts' : 'getting-started/concepts.md'
- 'Quick Start' : 'getting-started/quick-start.md'
2019-03-22 17:22:09 +03:00
- 'Configuration Introduction' : 'getting-started/configuration-overview.md'
2019-07-19 10:24:04 +03:00
- 'Install Traefik' : 'getting-started/install-traefik.md'
2021-06-11 11:00:14 +03:00
- 'Frequently Asked Questions' : 'getting-started/faq.md'
2019-02-26 16:50:07 +03:00
- 'Configuration Discovery' :
- 'Overview' : 'providers/overview.md'
- 'Docker' : 'providers/docker.md'
2019-03-19 18:44:06 +03:00
- 'Kubernetes IngressRoute' : 'providers/kubernetes-crd.md'
2019-07-19 10:50:04 +03:00
- 'Kubernetes Ingress' : 'providers/kubernetes-ingress.md'
2020-12-15 18:40:05 +03:00
- 'Kubernetes Gateway API' : 'providers/kubernetes-gateway.md'
2019-10-15 18:34:08 +03:00
- 'Consul Catalog' : 'providers/consul-catalog.md'
2020-07-15 17:28:04 +03:00
- 'ECS' : 'providers/ecs.md'
2019-10-15 18:34:08 +03:00
- 'Marathon' : 'providers/marathon.md'
2019-04-05 13:22:04 +03:00
- 'Rancher' : 'providers/rancher.md'
- 'File' : 'providers/file.md'
2019-11-28 23:56:04 +03:00
- 'Consul' : 'providers/consul.md'
- 'Etcd' : 'providers/etcd.md'
- 'ZooKeeper' : 'providers/zookeeper.md'
- 'Redis' : 'providers/redis.md'
2020-07-15 17:56:03 +03:00
- 'HTTP' : 'providers/http.md'
2019-02-26 16:50:07 +03:00
- 'Routing & Load Balancing' :
- 'Overview' : 'routing/overview.md'
2019-09-23 15:32:04 +03:00
- 'EntryPoints' : 'routing/entrypoints.md'
2019-03-14 11:30:04 +03:00
- 'Routers' : 'routing/routers/index.md'
- 'Services' : 'routing/services/index.md'
2019-09-23 15:32:04 +03:00
- 'Providers' :
- 'Docker' : 'routing/providers/docker.md'
2019-09-23 18:00:06 +03:00
- 'Kubernetes IngressRoute' : 'routing/providers/kubernetes-crd.md'
2020-01-14 17:48:06 +03:00
- 'Kubernetes Ingress' : 'routing/providers/kubernetes-ingress.md'
2020-12-15 18:40:05 +03:00
- 'Kubernetes Gateway API' : 'routing/providers/kubernetes-gateway.md'
2019-10-15 18:34:08 +03:00
- 'Consul Catalog' : 'routing/providers/consul-catalog.md'
2020-07-15 17:28:04 +03:00
- 'ECS' : 'routing/providers/ecs.md'
2019-09-23 15:32:04 +03:00
- 'Marathon' : 'routing/providers/marathon.md'
2019-10-15 18:34:08 +03:00
- 'Rancher' : 'routing/providers/rancher.md'
2019-11-28 23:56:04 +03:00
- 'KV' : 'routing/providers/kv.md'
2019-03-14 11:30:04 +03:00
- 'HTTPS & TLS' :
2019-06-19 20:00:06 +03:00
- 'Overview' : 'https/overview.md'
- 'TLS' : 'https/tls.md'
- 'Let''s Encrypt' : 'https/acme.md'
2019-02-26 16:50:07 +03:00
- 'Middlewares' :
2021-06-11 16:30:05 +03: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'
- 'Headers' : 'middlewares/http/headers.md'
- 'IpWhitelist' : 'middlewares/http/ipwhitelist.md'
- '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'
- 'IpWhitelist' : 'middlewares/tcp/ipwhitelist.md'
2020-10-16 12:20:05 +03:00
- 'Plugins & Traefik Pilot' : 'plugins/index.md'
2019-02-26 16:50:07 +03:00
- 'Operations' :
- 'CLI' : 'operations/cli.md'
- 'Dashboard' : 'operations/dashboard.md'
2019-06-19 19:34:04 +03:00
- 'API' : 'operations/api.md'
2019-02-26 16:50:07 +03:00
- 'Ping' : 'operations/ping.md'
- 'Observability' :
- 'Logs' : 'observability/logs.md'
- 'Access Logs' : 'observability/access-logs.md'
2019-07-18 22:36:05 +03:00
- 'Metrics' :
- 'Overview' : 'observability/metrics/overview.md'
2019-09-02 13:18:04 +03:00
- 'Datadog' : 'observability/metrics/datadog.md'
2019-07-18 22:36:05 +03:00
- 'InfluxDB' : 'observability/metrics/influxdb.md'
- 'Prometheus' : 'observability/metrics/prometheus.md'
- 'StatsD' : 'observability/metrics/statsd.md'
2019-06-28 01:16:04 +03:00
- 'Tracing' :
- 'Overview' : 'observability/tracing/overview.md'
- 'Jaeger' : 'observability/tracing/jaeger.md'
- 'Zipkin' : 'observability/tracing/zipkin.md'
2019-09-02 13:18:04 +03:00
- 'Datadog' : 'observability/tracing/datadog.md'
2019-06-28 01:16:04 +03:00
- 'Instana' : 'observability/tracing/instana.md'
- 'Haystack' : 'observability/tracing/haystack.md'
2019-11-27 18:00:07 +03:00
- 'Elastic' : 'observability/tracing/elastic.md'
2019-03-27 17:16:04 +03:00
- 'User Guides' :
- 'Kubernetes and Let''s Encrypt' : 'user-guides/crd-acme/index.md'
2019-07-01 16:28:04 +03:00
- 'gRPC Examples' : 'user-guides/grpc.md'
2019-04-15 19:22:07 +03:00
- 'Marathon' : 'user-guides/marathon.md'
2019-08-06 18:46:04 +03: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 10:28:04 +03:00
- 'Migration' :
2019-12-12 19:06:05 +03:00
- 'Traefik v2 minor migrations' : 'migration/v2.md'
2019-08-31 10:28:04 +03:00
- 'Traefik v1 to v2' : 'migration/v1-to-v2.md'
2019-02-26 16:50:07 +03:00
- 'Contributing' :
- 'Thank You!' : 'contributing/thank-you.md'
- 'Submitting Issues' : 'contributing/submitting-issues.md'
- 'Submitting PRs' : 'contributing/submitting-pull-requests.md'
2019-11-15 12:48:05 +03:00
- 'Security' : 'contributing/submitting-security-issues.md'
2019-02-26 16:50:07 +03: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 14:04:04 +03:00
- 'Maintainers' : 'contributing/maintainers.md'
2019-04-05 12:32:04 +03:00
- 'References' :
2019-06-17 12:48:05 +03: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 12:32:04 +03:00
- 'Dynamic Configuration' :
2019-07-22 10:58:04 +03:00
- 'File' : 'reference/dynamic-configuration/file.md'
2019-04-05 12:32:04 +03:00
- 'Docker' : 'reference/dynamic-configuration/docker.md'
- 'Kubernetes CRD' : 'reference/dynamic-configuration/kubernetes-crd.md'
2020-12-15 18:40:05 +03:00
- 'Kubernetes Gateway API' : 'reference/dynamic-configuration/kubernetes-gateway.md'
2019-10-15 18:34:08 +03:00
- 'Consul Catalog' : 'reference/dynamic-configuration/consul-catalog.md'
2020-11-03 19:40:04 +03:00
- 'ECS' : 'reference/dynamic-configuration/ecs.md'
- 'KV' : 'reference/dynamic-configuration/kv.md'
2019-07-22 10:58:04 +03:00
- 'Marathon' : 'reference/dynamic-configuration/marathon.md'
- 'Rancher' : 'reference/dynamic-configuration/rancher.md'