Skip to content
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

feat(hugo-installer): Add ability to configure http and https proxy #38

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

dominique-mueller
Copy link
Owner

@dominique-mueller dominique-mueller commented Jul 23, 2021

  • Add httpProxy and httpsProxy CLI arguments
  • Use HTTP_PROXY and HTTPS_PROXY environment variable values (CLI arguments take precedence)
  • Fetch using proxy values (if defined)
  • Update docs

Tested manually on my locale Windows machine using Fiddler, in particular using the Fiddler URL as a proxy. Configuring an https proxy, for instance, routes requests to GitHub (https) through Fiddler. Screenshot:

image

@dominique-mueller dominique-mueller merged commit d9dd60a into develop Jul 23, 2021
@dominique-mueller dominique-mueller deleted the feature/proxy-options branch July 23, 2021 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant