Subsonic - (Podcast) Downloads via Forward Proxy
Hello there
Searched for quite a time now, but couldn't find a solution yet.
I'd like to configure subsonic (running on Debian/Linux) to do (Podcast) Downloads through a forward proxy.
- when the proxy is configured system wide (export http_proxy), subsonic doesn't seem to care when downloading
- tried editing the subsonic.sh and added following lines to make the java vm aware of the forward proxy, no success
Any other ideas how I could accomplish this? Even was a bit surprised there is no option for this in the general settings.
Thanks for any hints!
Searched for quite a time now, but couldn't find a solution yet.
I'd like to configure subsonic (running on Debian/Linux) to do (Podcast) Downloads through a forward proxy.
- when the proxy is configured system wide (export http_proxy), subsonic doesn't seem to care when downloading
- tried editing the subsonic.sh and added following lines to make the java vm aware of the forward proxy, no success
- Code: Select all
-Dhttp.proxyHost=IP-ADRESS \
-Dhttp.proxyPort=PORT-NR \
-Dhttp.nonProxyHosts="localhost" \
Any other ideas how I could accomplish this? Even was a bit surprised there is no option for this in the general settings.
Thanks for any hints!