Zhang Zhe
Zhang Zhe
三个官方的镜像 https://sfo1.mirror.jellyfin.org/ https://sgp1.mirror.jellyfin.org/ https://fra1.mirror.jellyfin.org/
> Please make sure your server can access `https://appslist.heimdall.site/list.json`, which provided by GitHub according to it's IP. You can change `.env` file and add `APP_SOURCE` to another website if possible....
I noticed that this branch in the project hasn't been merged into the master for three years. I'm interested in this feature and willing to help. Could anybody tell me...
try python 3.11
Same problem for me, version 1.16.1. I've used the Nginx proxy_redirect directive to temporarily fix the issue by rewriting the redirect URLs to point to the reverse proxy's port. ```...
Same problem for me, version 1.16.1. I've used the Nginx proxy_redirect directive to temporarily fix the issue by rewriting the redirect URLs to point to the reverse proxy's port. ```...
最新的 v1.61.4 似乎这个临时解决方案不可用了 ``` /chat?settings={"keyVaults":{"openai":{"apiKey":"xxx","baseURL":"https://api.domain/v1"}}} ```
看起来是后端的网络连接问题引起的,我使用 [gost](https://github.com/go-gost/gost) 创建了一个 [SNI代理](https://gost.run/tutorials/protocols/sni/) ,并在docker容器的启动命令中添加了host覆盖: ``` --add-host chat-plugins.lobehub.com:10.x.x.x \ --add-host chat-agents.lobehub.com:10.x.x.x \ ``` 目前未再遇到该问题。