Traefik + Basic Auth + React Preflight
In the last few days, I needed to configure two Docker containers, one running a static React website (served by nginx) and another one running a Python Flask-based API, both behind Basic Auth (in the future, OAuth, but one step at a time) provided by Traefik. I discovered a couple of different things, both from […]