Replies: 1 comment 3 replies
-
Hi @luigir-it Exactly, one plugin configuration per application set. So if you only have one application every time, you will have 10 plugin entries. You will be able to customized every entry, such as the theme, display name, loading strategy and session duration! Does that make sense ? It seems like you've already figured out though 😁 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm using this plugin with traefik.
Let's say I have 10 containers, each one configured with traefik using the
file
providerThose containers are "independent" from each other, and I'd like to start only the one I'm accessing to.
Right now, I have a
plugin
section with thenames
of all the containers (comma separated list). This way, when I access a container (e.g.3
), all 10 are started.Does that mean that I have to replicate the plugin section 10 times, and have only a container name per section?
Beta Was this translation helpful? Give feedback.
All reactions