9 直接浏览器访问刚才填写的域名,如果配置正常就可以直接出现登录界面,说明配置正常,可以到Nginx Proxy Manager中开启SSL证书配置了。如果访问时出现【400: Bad Request】错误提示,需要在Home Assistant设置中开启反向代功能并设置白名单。 10 在Home Assistant的配置中设置启用反代功能,并设置IP白名单功能步骤如下...
proxy_set_header Connection"upgrade"; proxy_read_timeout86400; add_header X-Cache$upstream_cache_status; #Set NginxCacheadd_headerCache-Controlno-cache; } #PROXY-END/ Home-Assistant方面的设置 获取反向代理源IP 直接访问https://[域名]或者http://[域名] 用ip或者http://[域名]:8123登录Home...
不懂网络方面的知识 反正登录显示这些ip拒绝了登录 加进去就好了 应该都是内网网段。
login_attempts_threshold: 5 然后在nginx中配置 location / { proxy_pass http://127.0.0.1:8123; #(http://127.0.0.1:8123 这里填写实际访问homeassistant地址) proxy_set_header Host $host; } location /api/websocket { proxy_pass http://127.0.0.1:8123/api/websocket; #(http://127.0.0.1:8123 这...
Home Assistant Operating System Which add-on are you reporting an issue with? NGINX Home Assistant SSL proxy What is the version of the add-on? 3.5.0 Steps to reproduce the issue % curl -v https://home.llamafilm.com:43443 -L
location /dsm { proxy_pass https://192.168.0.XXX:5001; proxy_set_header Host$host;...
来源:群晖自带nginx反代hass方法 - 『HomeAssistant』综合讨论区 - 『瀚思彼岸』» 智能家居技术论坛 - Powered by Discuz! (hassbian.com) 添加如下代码: 代码语言:javascript 复制 proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection"upgrade";proxy_read_timeout86400; ...
如何实现HomeAssistant本地的HTTPS连接3#https #Nginx #mkcert #host - 科技老柴于20240307发布在抖音,已经收获了16.9万个喜欢,来抖音,记录美好生活!
Find the "NGINX Home Assistant SSL proxy" add-on and click it.Click on the "INSTALL" button.How to useThe NGINX Proxy add-on is commonly used in conjunction with the Duck DNS and/or the Let's Encrypt add-on to set up secure remote access to your Home Assistant instance. The ...
如何实现HomeAssistant本地的HTTPS连接2#https #Nginx #mkcert #host - 科技老柴于20240307发布在抖音,已经收获了16.9万个喜欢,来抖音,记录美好生活!