mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #3] [feat] Replace Docker tab with a more generic Providers tab #2
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#2
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 @gadgethm on GitHub (Mar 17, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/3
Originally assigned to: @chr0nzz on GitHub.
The
Dockertab is very useful for visualizing docker-managed routes. However, Docker isn't the only mechanism by which Traefik can do auto-discovery.I'd propose you expand the concept from being a tab focused on docker, to being more generic. You could then show the generated paths as being managed by their specific provider, similar to how the built-in traefik dashboard works.
Example providers which are not docker:
traefik-manager@chr0nzz commented on GitHub (Mar 17, 2026):
I was working on adding individual tabs for each provider.
Its just calling out @docker to pull in information
Let me know if you think its best to have them all in one location rather individual taps as a user needs they enable the provider?
@gadgethm commented on GitHub (Mar 17, 2026):
Could do as separate tabs or combined. Maybe separate does make more sense. Would having it auto-enable tabs based on reading the traefik config file make sense?
@chr0nzz commented on GitHub (Mar 21, 2026):
latest update adds support to all providers now,