mirror of
https://github.com/netbootxyz/webapp.git
synced 2026-04-25 07:05:59 +03:00
[GH-ISSUE #66] HTTP(s) Proxy support #21
Labels
No labels
Hacktoberfest
bug
enhancement
no-issue-activity
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webapp#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cp-whatcha on GitHub (Apr 6, 2024).
Original GitHub issue: https://github.com/netbootxyz/webapp/issues/66
Receiving the error
netbootxyz | There was a problem with the fetch operation: request to https://api.github.com/repos/netbootxyz/netboot.xyz/releases/latest failed, reason: connect ETIMEDOUT 140.82.113.5:443
It seems that node.js is not utilizing the proxy environment variables that I am sending the system.
I have attempted to use
http_proxy=http://proxyip:3128
https_proxy=http://proxyip:3128
HTTP_PROXY=http://proxyip:3128
HTTPS_PROXY=http://proxyip:3128
proxyHost=proxyip
proxyPort=3128
When performing a node fetch, If the system has a proxy set, it should use it. Based on my research it seems that this will require a new version of the fetch function
@Mionsz commented on GitHub (Aug 10, 2024):
@cp-whatcha resolved in recent PR - please review and give a feedback https://github.com/netbootxyz/webapp/pull/73
@umrubi1 commented on GitHub (Oct 15, 2025):
Hi,
first - thanks for your work. I wanted to try netboot as container in a company, which is using zScaler proxy. My configuration (compose.yml) seems to run. The downloads with curl are ok but something tries to download code from Github and it tries to access it directly.
Because of this, the dashboard is not loading.
Then, I have found this issue and the mentioned PR. Is there any chance to get this merged to get this working?
Thanks and regards