github chr0nzz/traefik-manager v0.10.2

4 hours ago

What's New in v0.10.2

  • fix Certificates, Plugins, and Logs tabs always showing "not mounted" on native Linux installs - ACME_JSON_PATH, STATIC_CONFIG_PATH, and ACCESS_LOG_PATH were hardcoded to Docker container paths and never read from environment variables (#8)
  • improve "not found" error messages on those tabs to show the expected path and the env var to set
  • add support for file-based TLS certificates (tls.certificates entries in config files) on the Certificates tab - reads certFile PEM files directly and shows domain and expiry alongside ACME certs
  • fix native Linux install crash on startup - gunicorn control server requires a writable HOME directory; add Environment=HOME=/opt/traefik-manager to the systemd unit (#9)
  • docs: document ACME_JSON_PATH, STATIC_CONFIG_PATH, and ACCESS_LOG_PATH in the environment variables reference
  • docs: add HOME env var to the example systemd service unit in the Linux install guide

Don't miss a new traefik-manager release

NewReleases is sending notifications on new releases.