mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #38] Allow specifying rule directly when adding / editing routes #34
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#34
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 @legomind on GitHub (May 5, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/38
Originally assigned to: @chr0nzz on GitHub.
What problem does this solve?
I need to add a route that matches a prefix (eg.
MatchPrefix(`/some/path`))Proposed solution
Provide an advanced mode to show show rules input instead of just subdomain input and domain chips
Alternatives you've considered
No response
Which area does this relate to?
Routes
Additional context
No response
@chr0nzz commented on GitHub (May 5, 2026):
This is already on the v1.1.0 roadmap - I'm adding an "Advanced rule" toggle in the Add/Edit Route form that lets you write the rule directly (free-text input) instead of using the domain chip builder. That covers PathPrefix, HostRegexp, compound rules, and anything else Traefik supports.