mellowagain / gitarena

Software development platform with built-in vcs, issue tracking and code review
MIT License
82 stars 10 forks source link

Allow configuration of outbound proxy #28

Closed mellowagain closed 2 years ago

mellowagain commented 2 years ago

GitArena makes a couple of outbound requests to external services (such as Gravatar). We should A allow configuration of outbound proxies for each request.

mellowagain commented 2 years ago

reqwest, the http library GitArena uses to make outbound requests, accepts configuring proxies via the HTTP_PROXY and HTTPS_PROXY environment variable. Thereby no code change is required from our side.