So, I have Hass.IO installed and everything is working great.
However, it appears that the official add-ons for Nginx and LetsEncrypt are incompatible with each other? They each take up port 443, so LetsEncrypt dies immediately.
So, my question… is my certificate going to expire since the LetsEncrypt container can never start and stay running with Nginx running as well? Is this something that will be taken care of in a future update?
Perviously, before I switched to Hass.IO, I was using Docker to do everything in containers, and I was using https://hub.docker.com/r/jrcs/letsencrypt-nginx-proxy-companion/
I had built my own version of that Docker image that ran on a Pi. It reads in environment variables set on the containers to figure out what their hostnames should be, and automatically renews certificates for each one. So, is this something that can even be setup? I’m assuming there is no easy, straightforward way for me to add environment variables to the Home Assistant container.