mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #26] Bug: traefik-manager assumes "websecure" as entrypoint in new installations #27
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#27
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 @counterf on GitHub (Apr 18, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/26
Originally assigned to: @chr0nzz on GitHub.
Just installed traefik-manager as a Linux system. It assumes "websecure" as entrypoint for the traefik-manager url, and it cannot be removed via the UI.
However, when editing the page, websecure is not displayed (it does not exist in my installation)
I havent reviewed the code, but I imagine websecure is hardcoded.
Workaround: just remove websecure manually from the file.
@chr0nzz commented on GitHub (Apr 18, 2026):
Thanks for the detailed report! You were right - websecure was hardcoded in the self-route writer.
Fixed in v0.12.1 - the Self Route form in Settings now has an Entry Point field (defaults to websecure but can be changed to any name). Existing routes will load their current entry point when you open the form.
@counterf commented on GitHub (Apr 20, 2026):
There is still an issue here in the beta version.
Traefik-manager assigned "websecure" as entrypoint for its route, but when I get to edit it, I cannot uncheck "websecure". I guess websecure does not exist in my install, so i cannot remove it via the UI.
Here is the UI complaining about webscure entrypoint:
This is what I see if I edit the router to remove/replace websecure. It does not let me unselect websecure. I can add https, but it wont remove websecure.
@chr0nzz commented on GitHub (Apr 20, 2026):
new beta out please update and report back
made some changes to how it handles the entrypoint and will provide a warning with a fix button and will fix the issue
https://github.com/chr0nzz/traefik-manager/releases/tag/v1.0.0-beta1.1
@chr0nzz commented on GitHub (Apr 22, 2026):
any more issues?
@counterf commented on GitHub (Apr 22, 2026):
It still assume websecure, but I could remove it via the UI now.
I think it would be best to let the user select the middleware instead of assuming anything. Just if you want to aim at perfection
@chr0nzz commented on GitHub (Apr 22, 2026):
the new code for new user will pickup their entry point based by 443 from api and if no 443 falls back to 80