a blog with hugo, served with a docker nginx behind traefik i had a vps for some time now, with various things hosted (nextcloud, vaultwarden, elabftw, …) and reverse proxie’d with traefik. my usecase for a reverse proxy was to host multiple websites (all on port 443) on a single IP. traefik gets all the https requests, looks at what url is tried, and routes the traffic to the appropriate docker container.
Read More