Remove traefik
This commit is contained in:
parent
f757bc9f4e
commit
ebcb6313cb
2 changed files with 0 additions and 35 deletions
|
|
@ -1,24 +0,0 @@
|
|||
[entryPoints]
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
[entryPoints.web.http.redirections.entryPoint]
|
||||
to = "websecure"
|
||||
scheme = "https"
|
||||
|
||||
[entryPoints.websecure]
|
||||
address = ":8443"
|
||||
|
||||
[api]
|
||||
dashboard = true
|
||||
|
||||
[certificatesResolvers.lets-encrypt.acme]
|
||||
email = "tls@xtablo.com"
|
||||
storage = "acme.json"
|
||||
[certificatesResolvers.lets-encrypt.acme.tlsChallenge]
|
||||
|
||||
[providers.docker]
|
||||
watch = true
|
||||
network = "web"
|
||||
|
||||
[providers.file]
|
||||
filename = "traefik_dynamic.toml"
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[http.middlewares.simpleAuth.basicAuth]
|
||||
users = [
|
||||
"admin:$apr1$6UrW4XWI$FsRJ.J3gtXTbs2BJfXCKB1"
|
||||
]
|
||||
[http.routers.api]
|
||||
rule = "Host(`monitor.xtablo.com`)"
|
||||
entrypoints = ["websecure"]
|
||||
middlewares = ["simpleAuth"]
|
||||
service = "api@internal"
|
||||
[http.routers.api.tls]
|
||||
certResolver = "lets-encrypt"
|
||||
Loading…
Reference in a new issue