2017-03-31 04:29:03 +00:00
|
|
|
site_name: Træfik
|
|
|
|
site_description: Træfik Documentation
|
2016-03-22 16:25:57 +00:00
|
|
|
site_author: containo.us
|
|
|
|
site_url: https://docs.traefik.io
|
2017-10-11 12:46:03 +00:00
|
|
|
dev_addr: 0.0.0.0:8000
|
2016-03-22 16:25:57 +00:00
|
|
|
|
|
|
|
repo_name: 'GitHub'
|
|
|
|
repo_url: 'https://github.com/containous/traefik'
|
|
|
|
|
|
|
|
docs_dir: 'docs'
|
2017-09-11 17:10:04 +00:00
|
|
|
|
2018-01-02 10:28:02 +00:00
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
custom_dir: 'docs/theme'
|
|
|
|
language: en
|
|
|
|
include_sidebar: true
|
|
|
|
favicon: img/traefik.icon.png
|
2016-03-22 16:25:57 +00:00
|
|
|
logo: img/traefik.logo.png
|
|
|
|
palette:
|
|
|
|
primary: 'blue'
|
|
|
|
accent: 'light blue'
|
2017-08-28 12:33:07 +00:00
|
|
|
feature:
|
|
|
|
tabs: false
|
|
|
|
palette:
|
|
|
|
primary: 'cyan'
|
|
|
|
accent: 'cyan'
|
2016-03-22 16:25:57 +00:00
|
|
|
i18n:
|
|
|
|
prev: 'Previous'
|
2017-08-28 12:33:07 +00:00
|
|
|
next: 'Next'
|
2018-01-02 10:28:02 +00:00
|
|
|
|
|
|
|
copyright: "Copyright © 2016-2018 Containous SAS"
|
|
|
|
|
|
|
|
google_analytics:
|
|
|
|
- 'UA-51880359-3'
|
|
|
|
- 'docs.traefik.io'
|
|
|
|
|
|
|
|
# Options
|
2017-09-05 13:58:03 +00:00
|
|
|
# Comment because the call of the CDN is very slow.
|
2018-01-02 10:28:02 +00:00
|
|
|
#extra:
|
2017-09-05 13:58:03 +00:00
|
|
|
# social:
|
|
|
|
# - type: 'github'
|
|
|
|
# link: 'https://github.com/containous/traefik'
|
|
|
|
# - type: 'stack-overflow'
|
|
|
|
# link: 'https://stackoverflow.com/questions/tagged/traefik'
|
|
|
|
# - type: 'slack'
|
|
|
|
# link: 'https://traefik.herokuapp.com'
|
|
|
|
# - type: 'twitter'
|
|
|
|
# link: 'https://twitter.com/traefikproxy'
|
|
|
|
|
2017-08-28 12:33:07 +00:00
|
|
|
extra_css:
|
2017-09-11 17:10:04 +00:00
|
|
|
- theme/styles/extra.css
|
|
|
|
- theme/styles/atom-one-light.css
|
2017-08-28 12:33:07 +00:00
|
|
|
|
|
|
|
extra_javascript:
|
2017-09-05 13:58:03 +00:00
|
|
|
- theme/js/hljs/highlight.pack.js
|
|
|
|
- theme/js/extra.js
|
2017-08-28 12:33:07 +00:00
|
|
|
|
2016-03-22 16:25:57 +00:00
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
2018-01-02 10:28:02 +00:00
|
|
|
- toc:
|
|
|
|
permalink: true
|
2017-08-28 12:33:07 +00:00
|
|
|
|
2016-03-22 16:25:57 +00:00
|
|
|
# Page tree
|
|
|
|
pages:
|
|
|
|
- Getting Started: index.md
|
|
|
|
- Basics: basics.md
|
2017-08-26 10:12:44 +00:00
|
|
|
- Configuration:
|
|
|
|
- 'Commons': 'configuration/commons.md'
|
2017-09-05 13:58:03 +00:00
|
|
|
- 'EntryPoints': 'configuration/entrypoints.md'
|
2017-08-25 19:32:33 +00:00
|
|
|
- 'Let''s Encrypt': 'configuration/acme.md'
|
2017-09-05 13:58:03 +00:00
|
|
|
- 'Backend: Web': 'configuration/backends/web.md'
|
|
|
|
- 'Backend: BoltDB': 'configuration/backends/boltdb.md'
|
|
|
|
- 'Backend: Consul': 'configuration/backends/consul.md'
|
2018-01-04 13:48:03 +00:00
|
|
|
- 'Backend: Consul Catalog': 'configuration/backends/consulcatalog.md'
|
2017-09-05 13:58:03 +00:00
|
|
|
- 'Backend: Docker': 'configuration/backends/docker.md'
|
|
|
|
- 'Backend: DynamoDB': 'configuration/backends/dynamodb.md'
|
|
|
|
- 'Backend: ECS': 'configuration/backends/ecs.md'
|
|
|
|
- 'Backend: Etcd': 'configuration/backends/etcd.md'
|
|
|
|
- 'Backend: Eureka': 'configuration/backends/eureka.md'
|
|
|
|
- 'Backend: File': 'configuration/backends/file.md'
|
|
|
|
- 'Backend: Kubernetes Ingress': 'configuration/backends/kubernetes.md'
|
|
|
|
- 'Backend: Marathon': 'configuration/backends/marathon.md'
|
|
|
|
- 'Backend: Mesos': 'configuration/backends/mesos.md'
|
|
|
|
- 'Backend: Rancher': 'configuration/backends/rancher.md'
|
2017-11-09 15:12:04 +00:00
|
|
|
- 'Backend: Rest': 'configuration/backends/rest.md'
|
2017-11-27 13:26:04 +00:00
|
|
|
- 'Backend: Service Fabric': 'configuration/backends/servicefabric.md'
|
2017-09-05 13:58:03 +00:00
|
|
|
- 'Backend: Zookeeper': 'configuration/backends/zookeeper.md'
|
2017-11-09 15:12:04 +00:00
|
|
|
- 'API / Dashboard': 'configuration/api.md'
|
|
|
|
- 'Ping': 'configuration/ping.md'
|
|
|
|
- 'Metrics': 'configuration/metrics.md'
|
2018-01-17 12:14:03 +00:00
|
|
|
- 'Tracing': 'configuration/tracing.md'
|
2017-09-05 13:58:03 +00:00
|
|
|
- User Guides:
|
2017-08-26 10:12:44 +00:00
|
|
|
- 'Configuration Examples': 'user-guide/examples.md'
|
|
|
|
- 'Swarm Mode Cluster': 'user-guide/swarm-mode.md'
|
2017-09-11 17:10:04 +00:00
|
|
|
- 'Swarm Cluster': 'user-guide/swarm.md'
|
|
|
|
- 'Let''s Encrypt & Docker': 'user-guide/docker-and-lets-encrypt.md'
|
2017-08-26 10:12:44 +00:00
|
|
|
- 'Kubernetes': 'user-guide/kubernetes.md'
|
|
|
|
- 'Marathon': 'user-guide/marathon.md'
|
|
|
|
- 'Key-value Store Configuration': 'user-guide/kv-config.md'
|
|
|
|
- 'Clustering/HA': 'user-guide/cluster.md'
|
2017-09-16 08:56:02 +00:00
|
|
|
- 'gRPC Example': 'user-guide/grpc.md'
|
2018-01-07 14:54:03 +00:00
|
|
|
- 'Traefik cluster example with Swarm': 'user-guide/cluster-docker-consul.md'
|
2017-01-09 14:12:11 +00:00
|
|
|
- Benchmarks: benchmarks.md
|