lyswhut / lx-music-sync-server

运行在Node.js上的LX Music数据同步服务
Apache License 2.0
520 stars 145 forks source link

群晖搭建成功,但是反向代理https后出错401 #18

Open fsnhljz opened 1 year ago

fsnhljz commented 1 year ago

根据网友教程搭建成功:https://github.com/lyswhut/lx-music-sync-server/issues/4#issuecomment-1493299609 但是使用群晖反向代理https后,网页能显示hello,但Mac客户同步数据提示:unexpected server response:401

lyswhut commented 1 year ago
yvyan commented 1 year ago

问题应该是没有设置socket的代理,这里我以DSM7.1作为例子演示: image image 然后会自动添加两个,如下图: image 点击确定,然后再尝试应该就可以了。

fsnhljz commented 1 year ago

问题应该是没有设置socket的代理,这里我以DSM7.1作为例子演示: image image 然后会自动添加两个,如下图: image 点击确定,然后再尝试应该就可以了。

感谢,按此方法成功了。不太懂反向代理,又学习到了

sqh-world commented 1 year ago

问题应该是没有设置socket的代理,这里我以DSM7.1作为例子演示: image image 然后会自动添加两个,如下图: image 点击确定,然后再尝试应该就可以了。

感谢,按此方法成功了。不太懂反向代理,又学习到了

同学习了,这是啥原理,小白看的云里雾里的

chessax-hi commented 8 months ago

非常感谢,成功解决!