EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
49 stars 8 forks source link

Traefik user-template config files install for all instances/contexts #244

Closed mcmikemn closed 3 months ago

mcmikemn commented 3 months ago

If you create a config.yml in traefik/config/user-templates/, it will be installed when you install traefik regardless of which context or instance you are installing traefik for.

There should be a way to install custom traefik configs for a single context and/or a single instance. Maybe directories in traefik/config/user-templates/that are the names of the contexts, and directories inside each context directory that are the names of the instances, and config.yml files live in them?