traefik
Key concepts are:
- routers
- entrypoints
- middleware
- services
Traefik Schema

Unifi Controller
Middleware needs to be referenced by a router in docker labels.
For Unifi controller, running in docker behind a reverse proxy, need to add to traefik.yml (probably good to do in general so different configuration files can sit in that directory)
Then need to expose that path in docker-compose.yml and then can place http.yml there with the following
http.tyml
This http.yml file will then be referenced with the label in the unifi conrtoller docker-compose.yml
http:
middlewares:
unifiHeaders:
headers:
customRequestHeaders:
Authorization: "" # Removes
Still todo: try ditching the certificate definitions in unifi docker-compose