truecharts / public

Community Helm Chart Repository
https://truecharts.org
GNU Affero General Public License v3.0
1.13k stars 617 forks source link

Mount Traefik static / dynamic configuration to support plugins #7851

Closed sbordeyne closed 1 year ago

sbordeyne commented 1 year ago

Is your feature request related to a problem?

Traefik includes a large plugin catalog, including very useful ones like fail2ban or traefik-keycloak which are not installable on the truechart version of the service.

Describe the solution you'd like

Either :

Describe alternatives you've considered

Aside from deploying traefik with the custom-app chart, there's really no alternative

Additional context

This issue specifically about traefik plugins has already been opened, but lacks some details https://github.com/truecharts/charts/issues/7799

The most useful plugins to be able to have available would be, in my opinion :

Depending on the setup, each of these plugin can be used to increase security, and reduce load on the proxied services.

I've read and agree with the following

sbordeyne commented 1 year ago

I forgot to mention it, but plugins work by adding middlewares to traefik, these could be pretty easily automated

PrivatePuffin commented 1 year ago

Im closing this. Discussion and issues already exist and I prefer not to repeat myself.