I like the idea of Traefik plugins, but I'm not sure that downloading dependencies and compiling plugins on every Traefik startup is a good idea.
Are there any way to embed plugins beforehand, so Traefik will download and compile nothing on startup.
I know there is always a way to fork traefik repo and add whatever you want but I want to avoid it if possible.