Back to articles
Tired of hand-editing Traefik YAML? This little tool makes route management way easier
How-ToTools

Tired of hand-editing Traefik YAML? This little tool makes route management way easier

via Dev.tobaboon

If you already run Traefik with the File Provider, you probably know the feeling: the config itself is not hard, but keeping it tidy over time gets old fast. One new subdomain today. A backend change tomorrow. HTTPS redirect rules the day after that. Before long, you are SSH-ing into the box, scanning YAML files, and double-checking everything before you touch a single line. That is exactly where Traefik Route Manager fits in. It gives you a lightweight web UI for managing Traefik file-based routes, so you can stop babysitting YAML for every small change. Project: https://github.com/jae-jae/traefik-route-manager Sound familiar? This is a very homelab problem. Not because Traefik is bad. Quite the opposite. Traefik is powerful, flexible, and great once it is in place. The annoying part is the repetition: adding a new domain means writing yet another route file enabling HTTPS means touching entrypoints, TLS, and maybe redirect rules too route files pile up over time and become harder to

Continue reading on Dev.to

Opens in a new tab

Read Full Article
6 views

Related Articles