traefik/conf.d/config.yaml
2025-07-02 11:05:05 +02:00

16 lines
278 B
YAML

http:
routers:
wild:
rule: "Host(`hemlabb.uk`)"
entrypoints:
- websecure
service: "uptime-kuma@docker"
tls:
certresolver: cloudflare
domains:
- main: "hemlabb.uk"
sans:
- "*.hemlabb.uk"