mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #28] Target/Ip shows N/A #25
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#25
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 @ragchuck on GitHub (Apr 22, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/28
Originally assigned to: @chr0nzz on GitHub.
Hey there,
I'm using TraefikKobling to connect different hosts/containers to my main traefik instance.
Somehow TM cannot show the target/ip for these hosts:
Any idea?
@chr0nzz commented on GitHub (Apr 22, 2026):
Thanks for the request! I’ve looked into their repository, I need to implement support for the traefikKobling provider. I should be able to get this wrapped up and included in the next beta release by Sunday.
@ragchuck commented on GitHub (Apr 23, 2026):
For my understanding the traefikkobling just generates the file which is then read by the main traefik file provider. There is no dedicated kobling provider
@chr0nzz commented on GitHub (Apr 23, 2026):
thanks,I understand there is no dedicated provider but I still have add support for it. I will try to have it out by Sunday.
@chr0nzz commented on GitHub (Apr 26, 2026):
update is out please let me know if your issue is fixed
@ragchuck commented on GitHub (Apr 28, 2026):
@chr0nzz TM still shows N/A unfortunately:
Using latest beta version: v1.0.0-beta3.1
@chr0nzz commented on GitHub (Apr 28, 2026):
please update and let me know if the issue is fixed this time
@ragchuck commented on GitHub (Apr 29, 2026):
@chr0nzz yip, that did work! All routes of traefik-kobling are shown correctly now! thanks!