github chr0nzz/traefik-manager v0.2.0

latest releases: v1.0.4, v1.0.3, v1.0.2...
one month ago

What's New in v0.2.0

Features

  • Auto-generated password — a secure temporary password is printed to container logs on first start. Complete setup wizard and set a permanent password on first login.
  • CLI password resetdocker exec traefik-manager flask reset-password prints a new temporary password; change required on next login.
  • Forced password change flow — logging in with a temporary password redirects to a dedicated change-password page before the dashboard.
  • Configurable pathsCONFIG_PATH, BACKUP_DIR, and SETTINGS_PATH env vars override all file paths (useful for Podman or non-standard volume layouts).
  • Skip setup wizard — pre-populate manager.yml with a bcrypt hash and setup_complete: true to bypass the wizard entirely.

Bug fixes

  • Service not deleted on route delete — orphaned service entries left in dynamic.yml after deletion. Fixed by replacing unreliable .get().pop() with explicit del statements.
  • Orphaned service on route rename — old service entry left behind when a route was renamed. Now reads the actual service name before cleanup.

Full documentation at traefik-manager.xyzlab.dev

Don't miss a new traefik-manager release

NewReleases is sending notifications on new releases.