I think I have a new favorite setup for self-hosting websites. I used to configure #Nginx and Let's Encrypt (with Certbot) manually on my #Linux servers, and then I also tried out a #Docker Compose setup with an Nginx and a Certbot container. Now I have a hybrid approach: setting up Nginx as a container in my Docker Compose file and configuring SSL through my hosting provider. No more manual Nginx/Certbot configuration!