Patch release for beta1 - bug fixes from user reports.
Bug fixes
Self-route entrypoint warning and auto-fix
If your self-route was saved with an entrypoint that does not exist in Traefik (e.g. websecure on an install that uses https), TM now shows a persistent warning on load with a Fix button that corrects it automatically.
Self-route entrypoint default
The self-route form now defaults to the first entrypoint on port 443 from the Traefik API instead of hardcoding websecure. Prevents the problem from occurring on new installs.
Route edit - stuck entrypoints
When editing a route that has an entrypoint not configured in Traefik, the chip now appears highlighted in yellow so it can be removed. Previously it was invisible and impossible to uncheck.
Setup script - systemd install with Docker Traefik
The installer no longer asks for a Traefik container name when the poison pill restart method is selected - the container name is only needed for the direct socket method.
Setup script - systemd install with systemd Traefik
The installer now asks how Traefik itself is running (Docker or Linux service). When both TM and Traefik run as systemd services, the script sets up a traefik-restart.path watcher unit instead of relying on Docker to handle restarts.
Upgrade
docker compose pull
docker compose up -dOr re-run the beta installer:
curl -fsSL https://get-traefik.xyzlab.dev/beta | bash