What's New in v0.7.0
Dashboard tab
A new optional Dashboard tab that shows all routes grouped by category with app icons.
- Route groups - auto-categorised into Media, Monitoring, Infrastructure, Security, Home, Files & Data, Network, Dev, Servers, and Other by service name matching
- All providers - shows routes from every Traefik provider (Docker, Kubernetes, file, etc.), not just file-managed routes
- Provider filter - filter bar includes a provider toggle alongside the existing protocol filter; only shown when multiple providers are present
- App icons - sourced from selfh.st/icons CDN and cached locally in
/config/cache/ - Per-card editing - pencil icon on hover to set a custom display name, icon override (auto / selfh.st slug / custom URL), or group assignment. Available for all providers; full route editing is file-managed routes only
- Custom groups - create named groups via the tag icon and assign routes via per-card editing
- Clicking a route row opens the route detail panel
- Filtering - search by name, protocol (HTTP / TCP / UDP), and provider
- Config saved to
/config/dashboard.yml- enable in Settings - Interface - Tabs
Route Map tab
A new optional Route Map tab showing a 4-column topology view: Entry Points - Routes - Middlewares - Services, connected by Bezier curves. Hover a route to highlight its full path. Supports search, protocol, and provider filters. Enable in Settings - Interface - Tabs.
Bug fixes
CONFIG_DIRnow scans subdirectories recursively and recognises both.ymland.yamlfile extensions- Entry points set in the Add / Edit route form (e.g.
websecure) are now written correctly - previously the value was ignored andhttpswas always hardcoded on save
Full documentation at traefik-manager.xyzlab.dev