github chr0nzz/traefik-manager v1.0.0-beta1.2

pre-release8 hours ago

Patch release for beta1 - route map overflow fix.


Bug fixes

Route map - overflow on high-fanout nodes
Hovering an entrypoint or middleware connected to many routes caused nodes to be pushed outside the visible canvas area, partially or fully hiding them. The vertical repositioning logic has been replaced with a click-to-inspect popup. Hover now only highlights connected nodes. Clicking any node opens a focused mini map scoped to that node's connections, using the same 4-column layout and node styles as the main map.

Route map - group popup
Clicking a grouped route node now opens the popup showing all routes in that group, rather than requiring each route to be inspected individually.


Upgrade

Docker:

docker compose pull
docker compose up -d

Systemd:

cd /opt/traefik-manager
git pull
source venv/bin/activate
pip install -r requirements.txt gunicorn
systemctl restart traefik-manager

Or re-run the beta installer:

curl -fsSL https://get-traefik.xyzlab.dev/beta | bash

Don't miss a new traefik-manager release

NewReleases is sending notifications on new releases.