Synology


Synology NAS are the perfect companion to running Home Assistant.

HTTP Configuration

Synology will require some extra configuration to get the Home Assistant frontend working.

  • Copy the Home Assistant specific Reverse Proxy settings from the existing /etc/nginx/app.d/server.ReverseProxy.conf to /usr/local/etc/nginx/conf.d/http.HomeAssistant.conf
  • Include these lines in the location declaration:
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";