Sometimes you need to access internal files of a add-on. In home assistant addons are basically docker containers which managed by Home Assistant Supervisor. We can just connect to these containers and inspect the file system. Example: Nginx Proxy Manager Let’s Encrypt You might see this output if something went wrong requesting a Let’s Encrypt certificate. [4/27/2025] [2:04:14 PM] [Nginx… Read more →
Home Assistant
How to expose Home Assistant publicly with SSL with duckdns and Nginx Proxy Manager
After spending quite a time, trying to set this up I have come down to the following things that worked for me, maybe it will help someone: Duckdns First create a duckdns account and setup the DuckDNS addon. If you have your own domain you can add a subdomain A record to resolve to your public IP and not use… Read more →