Improve API for the web UI

This commit is contained in:
Ludovic Fernandez
2019-09-02 11:38:04 +02:00
committed by Traefiker Bot
parent 17554202f6
commit af9762cf32
41 changed files with 1200 additions and 199 deletions

View File

@@ -7,7 +7,10 @@
"provider": "myprovider",
"rule": "Host(`foo.bar`)",
"service": "foo-service@myprovider",
"status": "warning"
"status": "warning",
"using": [
"web"
]
},
{
"entryPoints": [
@@ -17,7 +20,10 @@
"provider": "myprovider",
"rule": "Host(`foo.bar`)",
"service": "foo-service@myprovider",
"status": "disabled"
"status": "disabled",
"using": [
"web"
]
},
{
"entryPoints": [
@@ -30,6 +36,9 @@
"status": "enabled",
"tls": {
"passthrough": false
}
},
"using": [
"web"
]
}
]