What's New in v0.10.3
- fix saving a middleware or route writes empty
routers: {}/services: {}/middlewares: {}sections to YAML which Traefik rejects as "standalone element" errors - empty sections are now stripped before saving (#11) - add "None (custom cert / tls.yml)" option to the cert resolver dropdown - selecting it writes
tls: {}instead oftls: {certResolver: ...}, allowing routes to use certificates managed viatls.ymlwithout manual file editing (#10)