Remove traefik

This commit is contained in:
Arthur Belleville 2025-02-11 20:50:04 +01:00
parent f757bc9f4e
commit ebcb6313cb
No known key found for this signature in database
2 changed files with 0 additions and 35 deletions

View file

@ -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"

View file

@ -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"