mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #6] traefik-manager config directory issues. #6
Labels
No labels
bug
bug
bug
feature request
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/traefik-manager#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arcoast on GitHub (Mar 28, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/6
Originally assigned to: @chr0nzz on GitHub.
Great project and looks fantastic, thanks for making this. A few issues I've found using it.
Traefik Manager is configured as such
However my dynamic config files are organised as such, with subdirectories for separation.
I've come across three issues:
.ymlNOT.yamlmiddleware&site-2websecurebut traefik-manager will ignore this and automatically save ashttpsbreaking the config.@chr0nzz commented on GitHub (Mar 28, 2026):
Thanks for the detailed report - all three issues are fixed and will be included in the next release (v0.7.0).
.yaml extension support - CONFIG_DIR now globs for both *.yml and *.yaml files.
Subdirectory scanning - CONFIG_DIR now scans recursively, so files in middleware/, site-2/, or any nested subdirectory are discovered automatically.
Entry point preservation - Entry points set in the Add/Edit route form (e.g. websecure) are now correctly written to the config. Previously the value from the form was ignored and https was always hardcoded on save.
@chr0nzz commented on GitHub (Mar 29, 2026):
v0.7.0 is out, please report back if all is working as expected. thanks
@arcoast commented on GitHub (Mar 30, 2026):
Yep, that's got it all fixed up. Thanks so much!