Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 5m35s
24 lines
560 B
YAML
24 lines
560 B
YAML
http:
|
|
routers:
|
|
traefik:
|
|
rule: Host(`dashboard.tips-of-mine.com`)
|
|
entryPoints:
|
|
- https
|
|
service: api@internal
|
|
middlewares:
|
|
- dashboardauth
|
|
tls:
|
|
certResolver: letsencrypt
|
|
traefik-http-redirect:
|
|
rule: Host(`dashboard.tips-of-mine.com`)
|
|
entryPoints:
|
|
- http
|
|
service: api@internal
|
|
middlewares:
|
|
- "redirect-to-https"
|
|
middlewares:
|
|
dashboardauth:
|
|
basicAuth:
|
|
users:
|
|
- "admin:$2y$10$GXOzS6L1s3gwQb8zO90LKOGuvZfurIXCBgJjZ5ib9/p5l3cy1sid6"
|