CERT router

This commit is contained in:
2026-02-01 15:02:32 +08:00
parent af75bf908f
commit 85aa88cb35

View File

@@ -84,7 +84,7 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
# Dashboard router # Dashboard router
- "traefik.http.routers.traefik.rule=HostRegexp(`{subdomain:.+}.app.abc.com`)" - "traefik.http.routers.traefik.rule=HostRegexp(`traefik.apps.dua.casa`)"
- "traefik.http.routers.traefik.entrypoints=websecure" - "traefik.http.routers.traefik.entrypoints=websecure"
- "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.service=api@internal"
- "traefik.http.routers.traefik.tls=true" - "traefik.http.routers.traefik.tls=true"
@@ -97,6 +97,14 @@ services:
# Service hint # Service hint
- "traefik.http.services.traefik.loadbalancer.server.port=8080" - "traefik.http.services.traefik.loadbalancer.server.port=8080"
# CERT router
- "traefik.http.routers.cert.rule=HostRegexp(`{subdomain:.+}.apps.dua.casa`)"
- "traefik.http.routers.cert.entrypoints=websecure"
- "traefik.http.routers.cert.service=noop@internal"
- "traefik.http.routers.cert.tls=true"
- "traefik.http.routers.cert.tls.certresolver=letsencrypt"
- "traefik.http.routers.cert.priority=1"
# Homepage Widget # Homepage Widget
- homepage.group=Network - homepage.group=Network
- homepage.name=Traefik - homepage.name=Traefik