Replies: 2 comments
-
|
Just to confirm - are you pointing If that's the case, switch to Docker: environment:
- CONFIG_DIR=/etc/traefik/conf.d
volumes:
- /etc/traefik/conf.d:/etc/traefik/conf.dNative/systemd: Environment=CONFIG_DIR=/etc/traefik/conf.dOnce set, a Config File picker appears in the route and middleware forms so you can choose which file each entry is saved to. Your existing entries in If you'd rather list files explicitly, |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I needed to do some reading and trial and error, but got it all working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw #46 and think this may be related. I utilize multiple static routing config files and a separate middleware config file, all in the same directory. config.yaml pulls in to Traefik-Manager just fine, but middlewares.yaml and other static routing configs get displayed under File (external) and not editable.
Is there a way to handle the file provider with a directory currently or is it addressed in the beta as well?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions