Home Assistant

How to view files of a Home Assistant Add-on in Home Assistant OS

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 →