This repository has been archived on 2024-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
flow-packer/files/traefik/dynamic_dashboard.yaml

9 lines
204 B
YAML

---
http:
routers:
dashboard:
entryPoints:
- "https"
rule: "Host(`${ROOT_DOMAIN}`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"
service: "api@internal"
tls: {}