Container "Traefik" (on RB5009)

Yeah it works on RB1100AHx4 and RB5009 for sure. I use it for CORS and automatically renewing LE certs. I should create one post on Traefik, since I do use it… But for cross-reference…

  • you can use /container/env to set some of Traefik’s “static configuration” settings - now this is more useful if you’re using a non-file “dynamic configuration” provider with Traefik, but sometimes env are easily with RouterOS containers than mucking with files too:
    http://forum.mikrotik.com/t/project-mikrotik-proxy-manager/179387/1
    If you’re using “file” as “configuration provider”, as shown above, you can do BOTH “static” settings (like port it uses), and the “dynamic” settings (the URLs it’s forwards/proxies/etc) in one place. Or you can mix env for “static” config and file for “dynamic” config. But Traefik is pretty flexible on it get’s settings, which also makes it a little tricky to configure the first time. The webpage that lives at :8080 will allow you see the effects of all the configuration, which is handy.

  • Also, at least one way to setup the firewall for Traefik is referenced here:
    http://forum.mikrotik.com/t/traefik-reverse-proxy/177309/1