But I’m now having trouble accessing Home Assistant’s frontend. HA loads fine (a startup notification I setup when HA starts fires), but if I try to access it at ‘https://MY-DOMAIN.duckdns.org’ it shows the ‘connecting’ image and keeps spinning
So I'm wondering if the problem is that the certificates are located outside of Docker, and those locations wern't specified as volumes when setting up the Docker container.
I looked at the folder permissions and they’re all set to root:root, and I’m wondering if HA can’t access them because they’re root:root.
If that’s the problem should I change the permissions to my user account on the Intel NUC (jono:jono) or should be set to homeassistant:homeassistant?
Or should I set a different volume in the Docker container where Home Assistant inside Docker can access the certificates?
I have the exact same problem as you did, can you elaborate on how u solved it? I got homeassistant running in a docker container and its looks like it cant see my cert files even tho they are located in the /etc/letsencrypt/live/ directory.