Skip to content

Feat/proxy docs#93

Merged
blaspat merged 3 commits into
mainfrom
feat/proxy-docs
Jun 25, 2026
Merged

Feat/proxy docs#93
blaspat merged 3 commits into
mainfrom
feat/proxy-docs

Conversation

@blaspat

@blaspat blaspat commented Jun 25, 2026

Copy link
Copy Markdown
Owner

No description provided.

blaspat added 3 commits June 24, 2026 16:13
Document that hermes-node respects HTTPS_PROXY/HTTP_PROXY env vars
via gorilla/websocket's DefaultDialer — no config changes needed.
Includes FAQ entry on Basic auth and NTLM workaround.

Signed-off-by: Blasius Patrick <blasius.patrick@gmail.com>
Adds a proxy_url field to [node] in config.toml so operators can
configure an HTTP(S) proxy without relying on environment variables.

- config.go: add ProxyURL field to NodeConfig
- client.go: add ProxyURL to DialOptions, wire into gorilla/websocket
  dialer via http.ProxyURL
- main.go: pass cfg.Node.ProxyURL in dialer options
- main.go (validate): validate proxy_url when set
- README.md: document proxy_url alongside existing env-var approach

Signed-off-by: Blasius Patrick <blasius.patrick@gmail.com>
@blaspat blaspat merged commit 8ed9e47 into main Jun 25, 2026
14 checks passed
@blaspat blaspat deleted the feat/proxy-docs branch June 25, 2026 05:36
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