Reverse Proxy Setup for Home Assistant

Configuring Hassio Reverse Proxy References https://www.home-assistant.io/docs/ecosystem/nginx_subdomain/ Configuring Reverse Proxy – Docker References https://community.home-assistant.io/t/nginx-reverse-proxy-set-up-guide-docker/54802 https://hub.docker.com/r/linuxserver/letsencrypt/ https://certbot.eff.org/docs/using.html https://www.humankode.com/ssl/how-to-set-up-free-ssl-certificates-from-lets-encrypt-using-docker-and-nginx https://medium.com/@pentacent/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71 Installing Nginx Proxy Manager References https://hub.docker.com/r/jlesage/nginx-proxy-manager/

Install Hassio Let’s Encrypt

Set Configuration of DNS Navigate in your Home Assistant frontend to Hass.io -> Add-on Store Find the “letsencrypt” add-on and click it. Click on the “INSTALL” button. Enter Configuration information Temporarily setup port forwarding on router for ports 80 and 443 to hassio IP Configuration Example { “email”: “david@hasmaster.com”, “domains”: [ “hasmaster.synology.me” ], “certfile”: “fullchain.pem”, “keyfile”: “privkey.pem”, “challenge”:…