-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forward Proxy option #491
Comments
If on docker you can set the proxy through the environment (although some people had issues with it, from my testings http/https/socks5) worked pretty well |
Yes running in docker, version: 1.7.0 i gave that a go, I'm assuming you meant something like this in the compose file:
||
didn't like it... i got these errors from jellyseer: and regardless if any proxy env's where set i lost connection to my jellyfin,radarr and sonarr, so its not respecting the no_proxy env I have both radarr and sonarr + a few other things pointed at this proxy and they all work ok. Am interested in knowing how you have yours setup?? |
That's not how you set it
Should be an = sign |
What?? that's just yaml syntax? |
This is the environment block. In this block its an equal sign to set environment variables. Maybe you might want to read the docs Or check this #343 (comment) |
I see, I still suggest having proxy settings at the application level, like the other *arrs. makes for a more uniformed config experience. never the less is working now. |
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Currently all outbound internet requests follow the default network path,
Desired Behavior
Add the ability to set proxy options in the GUI settings
i.e external web requests to "api.themoviedb.org" would get proxied via a network proxy (http/https or socks5)
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: