Jump to content

Recommended Posts

ltdstudio
Posted

I support this idea because I desperately need this feature

我支持这个想法,因为我迫切需要这个功能I support this idea because I desperately need this feature

 

  • 3 weeks later...
Posted

emby服务使用了如下环境变量文件 :

/etc/emby-server.conf

在该文件末尾添加配置如下:

ALL_PROXY=http://192.168.100.11:7890
HTTP_PROXY=http://192.168.100.11:7890
HTTPS_PROXY=http://192.168.100.11:7890

里面的代理换成自己的。

然后重启emby-server:systemctl restart emby-server

如果是docker的话,把这个文件映射出来,重启emby容器应该就行。

只在宿主机测试过,没在docker测试过,应该大差不差。


 

Posted
On 8/3/2024 at 6:47 PM, Ankio said:

emby服务使用了如下环境变量文件 :

/etc/emby-server.conf

在该文件末尾添加配置如下:

ALL_PROXY=http://192.168.100.11:7890
HTTP_PROXY=http://192.168.100.11:7890
HTTPS_PROXY=http://192.168.100.11:7890

里面的代理换成自己的。

然后重启emby-server:systemctl restart emby-server

如果是docker的话,把这个文件映射出来,重启emby容器应该就行。

只在宿主机测试过,没在docker测试过,应该大差不差。


 

没找到这个文件emby-server.conf

Posted
14 hours ago, Sabar said:

没找到这个文件emby-server.conf

那用systemctl status emby-server找一下emby-server的服务配置文件

服务配置文件里面应该有一行类似于这样的字段

EnvironmentFile=/xxxxx

后面跟随的就是就是环境变量文件

这边只在debain环境测试过,其他环境应该也类似。

Posted
On 8/5/2024 at 10:29 AM, Ankio said:

那用systemctl status emby-server找一下emby-server的服务配置文件

服务配置文件里面应该有一行类似于这样的字段

EnvironmentFile=/xxxxx

后面跟随的就是就是环境变量文件

这边只在debain环境测试过,其他环境应该也类似。

我是用的是windows,并不能这么操作,我也查找了emby-server.conf和emby-server,电脑上没有这个文件或者类似的文件,在服务中查询也没有emby—server

  • 1 year later...
zcracker
Posted

I also need this feature. Proxy is a must for those who use Emby on mainland.

zcracker
Posted

Can the addition of proxy functionality be put on the agenda?

Posted
12 hours ago, zcracker said:

I also need this feature. Proxy is a must for those who use Emby on mainland.

There are a number of good proxies already available and it doesn't get much easier than Caddy.  Can't you use one of those?

  • 3 months later...
tc_tian
Posted

I'm from China mainland. As you know,we must cross GFW to github, X or youtube and so on…… We urgently need proxy in emby,by the way, I use a synology NAS.

Posted
2 hours ago, tc_tian said:

I'm from China mainland. As you know,we must cross GFW to github, X or youtube and so on…… We urgently need proxy in emby,by the way, I use a synology NAS.

Why can't you use one of the other available proxies?

tc_tian
Posted
5 hours ago, ebr said:

为什么不能用其他可用的代理?

If I enable the global proxy, all my other application services will be directed to this IP address. However, this will affect my ability to remotely control other devices within the local network, as my DDNS is running on the Synology NAS.I just need to emby can through the proxy.

Posted
12 hours ago, tc_tian said:

If I enable the global proxy, all my other application services will be directed to this IP address. However, this will affect my ability to remotely control other devices within the local network, as my DDNS is running on the Synology NAS.I just need to emby can through the proxy.

Aren't all the proxies configurable in such a way that they can be limited to a single app/site?

  • 2 weeks later...
Suliamu
Posted (edited)
On 5/3/2026 at 3:39 PM, ebr said:

Aren't all the proxies configurable in such a way that they can be limited to a single app/site?

I might understand this wrong, but afaik those people are asking for the ability to use a forwarding proxy, not a reverse proxy. 
Emby does not only work as a _server_, but also as a _client_ for certain features. Like gathering metadata or downloading plugins. 
This is not about proxying other clients that access the emby-server, but proxying the connections going out from emby-server (which works in this case as a client).
And i actually like the idea to put into every metadata-plugin for example a separate proxy-setting
So that all outgoing connections to this specific provider go through a specific http/socks-proxy. 
I myself have also problems with tmdb rate-limiting very aggressively and would like to have an easy option to put a proxy-server into the tmdb-plugin to go around this specific problem. 
But as we see for other countries this is absolutely needed to circumvent certain firewall or NAT-situations. 

And regarding the "limiting the proxy to a certain site", afaik this only works on ip-base, not hostname/DNS base. 
That means you would have to make first a database of all the IPs that tmdb, github or whatever are using, then you would be able to route access to this IPs to a certain gateway/proxy. And those IPs are changing constantly since they nowadays all use obscure content delivery networks and what not.

Edited by Suliamu
  • Like 1
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...