Earlier quoted context omitted.
A couple of years ago(2014) I made my first Python website and really enjoyed, however when it was time to put it onlin I quickly discovered that setting up hosting and configuring it was as large a task in getting to know pip, env, unicorn, apache2 and a plethora of other software to host it, is this still the case? Becaue this is what keeps me of hosting websites with python.
I was in a similar position a few years ago too, until I forced myself to learn Docker. Now, all my projects are started from the same building blocks: Docker + Django + Gunicorn + Nginx + Postgres. And I love it. Now I have traefic at the top of My to-learn list so that I can host multiple projects in the same VPS. Last weekend I learned to use 11ty — the first static site generator I managed to grasp — and I'll ent…
Traefik is very cool! Just please don't fall into this trap here, like everyone else: https://github.com/traefik/traefik/issues/4174