API: new contract

Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
This commit is contained in:
mpl
2019-06-19 18:34:04 +02:00
committed by Traefiker Bot
parent a34876d700
commit 429b1d8574
34 changed files with 1810 additions and 61 deletions

View File

@@ -1,3 +1,4 @@
--accesslog (Default: "false")
Access log settings.
@@ -95,8 +96,11 @@
--api.dashboard (Default: "true")
Activate dashboard.
--api.debug (Default: "false")
Enable additional endpoints for debugging and profiling.
--api.entrypoint (Default: "traefik")
EntryPoint.
The entry point that the API handler will be bound to.
--api.middlewares (Default: "")
Middleware list.
@@ -153,9 +157,6 @@
--global.checknewversion (Default: "true")
Periodically check if a new version has been released.
--global.debug (Default: "false")
Enable debug mode.
--global.sendanonymoususage
Periodically send anonymous usage statistics. If the option is not specified, it
will be enabled by default.