You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use sinopia for a private repo hosted on our company servers and I need to pass through a proxy to reach public servers. As it is sinopia is not able to send requests for the public npm registry on my server.
If you are not interested in implementing this feature for now, could you please point me in the right direction to do it (where the request to uplinks are sent, especially when we GET dependencies of a module)
The text was updated successfully, but these errors were encountered:
I added this feature and published new version to npm.
Starting from version 0.5.3, you can use either HTTP_PROXY/HTTPS_PROXY environment variable or define http_proxy/https_proxy in configuration file. Didn't quite test it yet, so ask if you have any issues with it.
I use sinopia for a private repo hosted on our company servers and I need to pass through a proxy to reach public servers. As it is sinopia is not able to send requests for the public npm registry on my server.
If you are not interested in implementing this feature for now, could you please point me in the right direction to do it (where the request to uplinks are sent, especially when we GET dependencies of a module)
The text was updated successfully, but these errors were encountered: