日志有一条,因该是frp在https2http转换过程中不支持websocket
2020-06-17 01:19:31 WARNING (MainThread) [homeassistant.components.websocket_api.http.connection.140554523649552] Disconnected: Did not receive auth message within 10 seconds
Sets up an SSL proxy with NGINX web server. It is typically used to forward SSL internet traffic while allowing unencrypted local traffic to/from a Home Assistant instance.
配置也很简单,只需要修改四个地方
FRP服务端配置文件
[common]
bind_port = 7000
# need for https,端口可以换其他的
vhost_https_port = 8123
#auth token
token = 密码