fcymk2 2 Posted July 5, 2019 Posted July 5, 2019 Because of network problems(china gfw), I can't install emby server plugin. Can I set proxy for install emby server plugin? Or provide the address of the plugin repository, may be I can add some proxy into my router..
fcymk2 2 Posted July 5, 2019 Author Posted July 5, 2019 Can you do it at the operating system level? I had try to set http_proxy and https_proxy, but it can not effect. export http_proxy=http://192.168.1.1:4411 export https_proxy=$http_proxy
Luke 42080 Posted July 5, 2019 Posted July 5, 2019 At some point we should start hosting the plugins somewhere else.
latelx64 0 Posted March 15, 2020 Posted March 15, 2020 (edited) noop, still cannot access plugin catalogs within china(GFW), besides, the metadata scrabber is recently blocked too, so the no more movie/tv meta data can be automatically scrabbed any more Edited March 15, 2020 by latelx64
Solution fcymk2 2 Posted March 16, 2020 Author Solution Posted March 16, 2020 noop, still cannot access plugin catalogs within china(GFW), besides, the metadata scrabber is recently blocked too, so the no more movie/tv meta data can be automatically scrabbed any more Use latest docker version. set proxy in docker, the metadata scrabber can use proxy. docker-compose file ``` environment: - http_proxy=http://192.168.1.9:4412 - https_proxy=http://192.168.1.9:4412 ``` ``` 2020/03/10 18:49:04 172.22.0.2:39897 accepted //api.themoviedb.org:443 [proxy] 2020/03/10 18:49:05 172.22.0.2:33219 accepted //image.tmdb.org:443 [proxy] ```
RaiotLee 2 Posted August 12, 2021 Posted August 12, 2021 Found another way to solve this problem. Because the server is maintained and managed by Systemd. Thus configue the process itself might be helpful. For CentOS7, installed emby-server by yum. Edit /etc/emby-server.conf and add the code below: HTTP_PROXY=http://127.0.0.1:10809 HTTPS_PROXY=http://127.0.0.1:10809 then, systemctl daemon-reload systemctl restart emby-server to apply changes. 1 1
sfcredfox 1 Posted April 6, 2022 Posted April 6, 2022 (edited) Maybe this is already in the documentation and I missed it, but I would think this is something we could promote the hell out of. It's hugely helpful to know that the application needs the proxy information in it's config file. P.S. - Emby is baller as hell and appreciated! Edited April 6, 2022 by sfcredfox
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now